Transcript list
Earnings call transcripts available for one issuer.
Parameters
symbolpathrequired
Ticker symbol, case-insensitive.
Response contract
Everything except the fields named as withheld, which are ours and not yours.
Withheld
_cachedindexed_at
These are ours: ingest bookkeeping and internal build stamps. They are removed at every level of the response, including inside arrays.
Response fields
The top level keys a live response actually returned, read off the API rather than written down here.
symbolcounttranscripts
How this was verified
Called against 3 different subjects on the live API. 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/AAPL/transcripts" \
-H "Authorization: Bearer $MASSARI_TOKEN"Example response
{
"symbol": "AAPL",
"count": 84,
"transcripts": [
{
"id": "fee85159-ec7e-4583-a0bf-2410e5a4fc6d",
"symbol": "AAPL",
"fiscal_year": 2026,
"fiscal_quarter": 3,
"call_date": "2026-07-30T00:00:00.000Z",
"call_type": "earnings",
"title": "AAPL Q3 FY2026 Earnings Call",
"participant_count": 12,
"duration_seconds": 3292,
"source": "data",
"summary": null,
"overall_sentiment": null
},
{
"id": "a317ec22-5a72-452c-a4ac-6005a18c97db",
"symbol": "AAPL",
"fiscal_year": 2026,
"fiscal_quarter": 2,
"call_date": "2026-04-30T00:00:00.000Z",
"call_type": "earnings",
"title": "AAPL Q2 FY2026 Earnings Call",
"participant_count": 13,
"duration_seconds": 3214,
"source": "data",
"summary": null,
"overall_sentiment": null
}
]
}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.