Fubon Neo API
Intuitive, ultra-smooth, and extraordinary trading experience.
Fubon Neo API delivers a comprehensive program trading gateway for Fubon Securities clients, enabling instant access to live and archived market data, seamless order execution, and vigilant account and portfolio oversight. Our versatile SDK supports a wide array of programming languages, from Python and C# and Node.js.
SDK Document Download SDKMuti-Language Cross-platform SDK
Effortlessly achieve your aspirations within your most familiar environment.
- Compatible with Windows, MacOS, Linux
- Supports Python, C#, Node.js
from fubon_neo.sdk import FubonSDK, Order
from fubon_neo.constant import TimeInForce, OrderType, PriceType, MarketType, BSAction
sdk = FubonSDK()
accounts = sdk.login("您的身分證號", "您的登入密碼", "您的憑證路徑位置" , "您的憑證密碼")
acc = accounts.data[0]
order = Order(
buy_sell = BSAction.Buy,
symbol = "2881",
price = "66"
quantity = 2000,
market_type = MarketType.Common,
price_type = PriceType.Limit,
time_in_force = TimeInForce.ROD,
order_type = OrderType.Stock,
user_def = "From_Py" # optional field
)
sdk.stock.place_order(acc, order)
All in One APISecurities and Future
Real-time
Order


Stable and Smooth
- Optimized system structure, providing fast and stable experience.
- Multi-threading trading channel, complete sending multi-orders concurrently.
- High standard information security, ensuring your property.
Phase 1
Q1 2024
Support stock order and batch order
Stock asset and position management
Stock real-time market data
Phase 2
Q3 2024
Futures real-time market data
Phase 3
Q3 2024
Stock conditional order
Phase 4
Q3 2024
Support futures order and batch order
Futures asset and position management
Futures conditional order
Phase 1
Q1 2024
Support stock order and batch order
Stock asset and position management
Stock real-time market data
Phase 2
Q3 2024
Futures real-time market data
Phase 3
Q3 2024
Stock conditional order
Phase 4
Q3 2024
Support futures order and batch order
Futures asset and position management
Futures conditional order
Phase 1
Q1 2024
Support stock order and batch order
Stock asset and position management
Stock real-time market data
Phase 2
Q3 2024
Futures real-time market data
Phase 3
Q3 2024
Stock conditional order
Phase 4
Q3 2024
Support futures order and batch order
Futures asset and position management
Futures conditional order
Join API community
Get inspiration form the community
To join the trading API community, you can access more opportunities and challenges in algorithmic trading, connect and collaborate with other algorithmic traders, and receive additional support and assistance.
Join Discord

FAQ
How to apply for Fubon Neo API ?
- Completed the electronic trading account.
- Signed the Application Programming Interface (API) service aggrements.
What Program language does Fubon Neo provide?
Both trading and market data APIs offer SDKs for Python, C#, and Node.js.
How to resolve certificate expired or invaild ?
Certificate expired or invalid, you can apply for a new one using CATool.