Skip to main content
HEAD
/
api
/
market-data
/
quote
Get realtime quote headers
curl --request HEAD \
  --url https://openapi.fcontext.com/api/market-data/quote \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbols
string
required

Comma-separated security symbols, for example AAPL.US,MSFT.US.

Response

Market-data response headers.