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

symbol
string
required
session
string

Trading session: intraday for the regular session (default), all for all sessions; trade_sessions=0|1 is also accepted.

trade_sessions
enum<integer>

Compatibility alias for session; supports SDK numeric enums: 0 for regular session and 1 for all sessions.

Available options:
0,
1

Response

Market-data response headers.