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

category
string
default:report

Event type: report, dividend, split, ipo, or macrodata; numeric values 0-7 are also accepted.

start
string<date>

Start date YYYY-MM-DD. Defaults to 3 days before the end date when omitted.

end
string<date>

End date YYYY-MM-DD. Defaults to the current date when omitted.

market
string

Optional market code: only US is supported.

Response

Market-data response headers.