Skip to main content

Quick Start

Fugle Market Web API provides developer-friendly API services. You can access data such as daily Future / Option market information for the Taiwan future market。

Rate Limit

If your API requests exceed the limit, you will receive a response with a status code 429 ( For detailed limitations, please refer to Rate Limit )

API Category

API are categorized based on data types into intraday(盤中行情)

Using SDK

Fugle Market Web API offers Python 、 Node.js and C# SDKs. You can access the API through the following methods:

from fubon_neo.sdk import FubonSDK, Order

sdk = FubonSDK()

accounts = sdk.login("Your ID", "Your password", "Your cert path", "Your cert password")

sdk.init_realtime()

restfutopt = sdk.marketdata.rest_client.futopt