Tickers
Profiles, current quotes, and historical price charts
Indices
S&P 500, Dow Jones, Nasdaq Composite, and more
Market
Status, movers, breadth, sectors, and historical trending
Base URL
/us/tickers?type=etf and use the same detail/chart routes as any other ticker.
Data freshness and coverage
US quotes are delayed. Around 500 widely followed stocks and ADRs refresh approximately every 20 minutes during regular US trading hours, with a source delay of at least 15 minutes. Other actively followed securities may refresh more frequently based on demand. The broader market universe updates on a rotating nightly schedule over multiple processing cycles, so freshness varies by security. Use each row’squote_time to determine exactly when its quote was captured. The response-level meta.as_of and meta.newest fields summarize the range of quote timestamps in that response.
This data is designed for research, screening, portfolio monitoring, comparison, and historical reference. It is not a real-time execution feed.
Response envelope
US responses use the same{ success, data } shape as the rest of the API. Their meta object also identifies the market and currency and reports response freshness:
as_of/newest are the oldest/newest quote timestamps found anywhere in that response’s data, or the response’s aggregate oldest/newest values when it has no quote rows. For quote-bearing rows, quote_time is the authoritative timestamp for that row; use it directly rather than inferring freshness from the envelope alone. Responses without quote timestamps return null for these freshness fields.
Ticker symbol case
US ticker symbols are case-sensitive —TpC and TPC can be different tickers, so pass the exact case returned by /us/tickers or /us/tickers/identifiers. This differs from NGX, where company symbols are case-insensitive. Index symbols (e.g. $SPX) remain case-insensitive.