Unified Snapshot
Get unified snapshots across multiple asset classes (stocks, options, fx, crypto, indices) in a single request. Comprehensive market data with FMV, last trade, and session information.
Use Case: Create cross-asset portfolio views and multi-market dashboards with real-time pricing across different asset types.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Asset type filter. Use it to narrow unified snapshots to supported instrument classes.
stocks, options, fx, crypto, indices "stocks"
Single ticker symbol filter. Enter one ticker such as AAPL to narrow results to one company.
"AAPL"
Comma-separated list of ticker symbols (maximum 250).
"AAPL,TSLA,GOOG"
Ticker lower-bound filter. Returns symbols alphabetically on or after this ticker.
"A"
Ticker lower-bound filter. Returns symbols alphabetically after this ticker, excluding the ticker itself.
"A"
Ticker upper-bound filter. Returns symbols alphabetically on or before this ticker.
"Z"
Ticker upper-bound filter. Returns symbols alphabetically before this ticker, excluding the ticker itself.
"Z"
Sort order for returned records. Use asc for oldest first or desc for newest first when supported. Sort direction for results. Use ascending for oldest or smallest first, descending for newest or largest first.
asc, desc "asc"
Maximum number of results to return. Use smaller values for UI pages and larger values for exports within API limits.
1 <= x <= 25010
Field used to sort results. Enter one of the sort fields supported by this endpoint.
"ticker"
Pagination cursor from the previous response. Omit it on the first request, then send the returned cursor to fetch the next page.