Quotes API
Use the quotes endpoint to fetch the latest structured market data for featured stock, forex, metals, index, crypto, and fund symbols.
# Endpoint
GET /v1/quotes/latest?symbols=EUR/USD,US30
Response Fields
symbolstringInstrument identifier such as EUR/USD or XAU/USD.
bidnumberCurrent bid price.
asknumberCurrent ask price.
spreadnumberBid/ask spread in quote units.
timestampstringServer timestamp for the quote snapshot.
statusstringStreaming or snapshot state from the upstream service.