Skip to main content
HEAD
/
api
/
market-data
/
quote
/
security_list
Get security list headers
curl --request HEAD \
  --url https://openapi.fcontext.com/api/market-data/quote/security_list \
  --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

market
string
required

Market code. Only US is supported.

category
integer

Security category. See the Financial Context market-data provider SecurityListCategory enum; for example, 0 for US overnight trading.

Response

Market-data response headers.