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

symbolstring

Instrument identifier such as EUR/USD or XAU/USD.

bidnumber

Current bid price.

asknumber

Current ask price.

spreadnumber

Bid/ask spread in quote units.

timestampstring

Server timestamp for the quote snapshot.

statusstring

Streaming or snapshot state from the upstream service.