Skip to main content

Quick Start

Key takeaways
  • Fubon Futures Market Data Web API provides intraday futures/options data for Taiwan.
  • Exceeding limits returns status code 429.
  • SDK examples are available for Python, Node.js, and C#.
ItemDetails
InterfaceWeb API
MarketTaiwan futures / options
Data typesIntraday
Rate limit429 on exceed
SDKPython / Node.js / C#

Fubon Futures Market Data Web API provides developer-friendly services for Taiwan futures and options.

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

Web API are categorized based on data types:

Using SDK

Fubon Futures Market Data 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
# Since version 2.2.4, add the following import:
# from fubon_neo.fugle_marketdata.rest.base_rest import FugleAPIError

sdk = FubonSDK()

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

sdk.init_realtime()

restfutopt = sdk.marketdata.rest_client.futopt