Changelog
2026-06-25
SDK v4.3.3
- Macroeconomic indicators — Two new
FundamentalContextmethods:macroeconomic_indicatorslists all indicators (filter by country, keyword search),macroeconomicreturns historical release data (actual / forecast / previous values) for a given indicator code
2026-06-02
SDK v4.2.0
- FundamentalContext —
shareholder_top,shareholder_detail,valuation_comparison - QuoteContext —
short_positionsunified for US and HK; newshort_trades - MarketContext —
top_movers,rank_categories,rank_list - New ScreenerContext —
screener_recommend_strategies,screener_user_strategies,screener_strategy,screener_search,screener_indicators - Languages: Rust / Python / Node.js / Java / C / C++ / Go
2026-05-13
SDK v4.1.0
- 7 new context types, 66 methods —
FundamentalContext(20 methods: financial reports, analyst ratings, dividends, EPS forecasts, consensus estimates, valuation),MarketContext(9 methods: market status, broker holdings, A/H premium, trade stats),CalendarContext(7 methods: earnings / dividends / splits / IPO calendar),PortfolioContext(5 methods: exchange rates, P&L analysis),AlertContext(4 methods: price alerts),DCAContext(12 methods: DCA plans lifecycle),SharelistContext(9 methods: community sharelists) - QuoteContext — 4 new methods:
short_positions,option_volume,option_volume_daily,update_pinned - ContentContext — new
topic_detailand topic reply methods - Rust SDK —
Config::header()to inject custom HTTP/WebSocket headers - Parameters now use typed enums instead of raw integers; monetary fields use
Decimaltype
Docs
- Sidebar restructured: News & Contents section consolidates News, Topics, and Sharelist; Quote Watchlist replaces Individual; Appendix replaces Socket Feed (collapsed by default)
- Fundamental and News & Contents sections added to the docs overview
2026-03-30
- Add Statement API:
GET /v1/statement/list— list daily or monthly account statementsGET /v1/statement/download— get presigned download URL for a statement file
2026-03-25
- Add Community API:
GET /content/topics/mine— list my published topicsPOST /content/topics— create a new community topicGET /content/topics/{id}— get topic detailGET /content/topics/{topic_id}/comments— list topic repliesPOST /content/topics/{topic_id}/comments— create a topic reply
2025-06-17
- Update the interface for Get Account Balance
GET /v1/asset/accountAdd response field (frozen_transaction_fees)
2024-10-09
SDK 2.0.0
- Print the opened quote packages when connected to the server.
- The quantity type in the trading API has changed from
inttoDecimal.
2024-09-11
- Updated Get Security List API
- The
GET /v1/quote/get_security_listnow returns the name in the corresponding language based on theaccept-languagerequest header, instead of returning all three languages at once.
- The
2024-08-28
- Change the
Depth.pricefield in the SDK fromDecimaltype toOptional[Decimal]type
2024-05-17
- Expand
outside_rthfield to support overnight trading in order placement and query APIs
2024-05-06
- Update the interface for Get Account Balance
GET /v1/asset/accountAdd response field (buy_power)
2024-04-29
- Remove
TSMPCT,TSMAMTOrder type
2024-04-15
- Add
last_share,last_pricefield to Trade push.
2024-04-13
- Add
remarkfield to Trade push.
2023-11-03
- Add quote history candlestick interface
- Long connection
Business Command:27, obtain the history candlestick of security
- Long connection
2023-08-17
- Update the interface for Get Account Balance
GET /v1/asset/accountAdd parameter (currency)
2023-04-12
- Update the interface for Get Stock Positions
GET /v1/asset/stockAdd response field (init_quantity)
2023-04-11
- Added order details query interface
- 'GET /v1/trade/order' Get the order details
- Added the Estimate Maximum Purchase Quantity interface
- 'GET /v1/trade/estimate/buy_limit' Get the estimated maximum purchase quantity
- U.S. stock options add market order and condition order support
2022-07-18
- Update security static info interface
- Long connection
Business Command:10, response addboardfields
- Long connection
2022-07-14
- Add get stock margin ratio interface
GET /v1/risk/margin-ratioGet stock margin ratio
2022-06-30
- Add get watched groups interface
GET /v1/watchlist/groupsGet watched groups
2022-06-20
- Update account balance interface
GET /v1/asset/accountResponse to increase the net assets (net_assets), initial margin (init_margin), maintenance margin (maintenance_margin) fields
- Update position interface
GET /v1/asset/stockSupport users to obtain option positions
2022-06-15
- Add quote capital interface
- Long connection
Business Command:24, obtain the daily capital distribution of security - Long connection
Business Command:25, obtain the daily capital flow intraday of security
- Long connection