Rate Limit

About 1 min

Rate limit

In order to protect the server and prevent malicious attacks, all interfaces sending requests to the Tiger OpenAPI server will be subject to rate limits.

The interfaces in the API are divided into low-frequency interfaces and high-frequency interfaces. The low-frequency interface is limited to 10 times/min, and the high-frequency interface is 120 times/min. Requests exceeding the frequency limit will be rejected by the server. A sliding window with an arbitrary 60-second count period

The error message for triggering rate limiting is as follows:

code=4 msg=rate limit error(current limiting interface:<api method>, up to 60 times per minute)

CAUTION

If the interface request frequency is too high and continues to be requested, the account may be automatically added to the blacklist by the system, and the account added to the blacklist will not be able to continue to initiate interface calls.
2. If you need higher level rate limit, please contact us. feedback.

High frequency interface list (120 times/min)

Methods
Get Order Number (create_order)
Place Order (place_order)
Modify Order (modify_order)
Cancel Order (cancel_order)
Query Orders (get_orders/get_order)
Query Open Orders (get_open_orders)
Query Cancelled Orders (get_cancelled_orders)
Query Filled Orders (get_filled_orders)
Get Timeline (get_timeline)
Get Real-time Quotes (get_stock_briefs)
Get Trade Ticks (get_trade_ticks)
Get Option Briefs (get_option_briefs)
Get Option Trade Ticks (get_option_trade_ticks)
Get Future Real-time Quotes (get_future_briefs)

Middle frequency interface list(60 times/min)

Methods
Get Option Chain (get_option_chain)
Get Option Expirations (get_option_expirations)
Get Depth Quote (get_depth_quote)
Get Single Contract (get_contract)
Get Multiple Contracts (get_contracts)
Get Derivative Contracts (get_derivative_contracts)
Get Shortable Stocks List (quote_shortable_stocks)
Get Stock Trading Information (get_trade_metas)
Get Future Trading Dates (get_future_trading_times)
Get Current Future Contract (get_current_future_contract)
Get Account List (get_managed_accounts)
Get Global Account Assets (get_assets)
Get Combined/Simulated Account Assets (get_prime_assets)
Get Positions (get_positions)
Get Order Execution Reports (get_transactions)
Get Historical Timeline Data (get_timeline_history)
Get Stock K-Line (get_bars)
Get Option K-Line (get_option_bars)
Get Future K-Line (get_future_bars)

Low frequency interface list (10 times/min)

Methods
Grab Quote Permission (grab_quote_permission)
Get Quote Permission List (get_quote_permission)
Get Market Status (get_market_status)
Get Stock Symbols (get_symbols)
Get Stock Symbol Names (get_symbol_names)
Get Stock Details (get_stock_details)
Get Future Exchanges (get_future_exchanges)
Last update: