This endpoint provides real-time market quotes including bid/ask prices, last price, change, volume, and other trading details formatted for charts.
Multiple Symbols: Pass a comma-separated list of symbols to retrieve quotes for multiple securities in a single request (e.g.,
AAPL,MSFT,GOOGL).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of symbols. Supports stocks (e.g., 'AAPL'), indices (e.g., 'SPX.IND_CBOM'), and options (e.g., 'AAPL230120C00150000' or 'AAPL 230120C150')
Example:
"AAPL,MSFT,GOOGL"