Earnings calendar
Upcoming and recent earnings events.
Response contract
Every field in the response is part of the contract.
Response fields
The top level keys a live response actually returned, read off the API rather than written down here.
upcomingdayscount
How this was verified
This endpoint takes no subject to vary, so one response is its whole population. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.
Request
curl "https://api.massari.ai/v1/earnings/calendar" \
-H "Authorization: Bearer $MASSARI_TOKEN"Example response
{
"upcoming": [
{
"symbol": "PSPSY",
"report_date": "2026-08-18",
"before_after_market": "BeforeMarket",
"eps_estimate": null,
"eps_actual": null,
"eps_surprise_pct": null,
"currency": null,
"name": "PSP Swiss Property AG",
"sector": "Real Estate",
"market_cap": 9035974656,
"logo_url": "https://app.massari.ai/company-logos/PSPSY.svg"
},
{
"symbol": "ALFNF",
"report_date": "2026-08-18",
"before_after_market": "AfterMarket",
"eps_estimate": null,
"eps_actual": null,
"eps_surprise_pct": null,
"currency": null,
"name": "Alfen N.V",
"sector": "Industrials",
"market_cap": 239172784,
"logo_url": "https://app.massari.ai/company-logos/ALFNF.svg"
}
],
"days": 30,
"count": 1767
}A real response from the live API, captured August 18, 2026. This one is CUT: long arrays, wide objects and long strings were trimmed to keep it readable, so treat it as a sample of the shape rather than all of it. Either way it is valid JSON.