Skip to main content

Quick Start

Fugle Market Web API provides developer-friendly API services. You can access data such as daily stock market information, snapshots, and historical market data for the Taiwan stock 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(盤中行情)snapshot(行情快照)historical(歷史行情)

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() # Establish market-data

reststock = sdk.marketdata.rest_client.stock