transcript
GET/scrappy/markets/v1/transcript1 credit / call
One earnings call transcript, addressed by fiscal year and quarter. Data is null when no call exists.
A call already held never changes, so a transcript is never refetched.
Parameters
- symbol
- required · a ticker symbol
- year
- required · fiscal year, 1990 to 2100
- quarter
- required · fiscal quarter, 1 to 4
Request
curl "https://sfaie.com/api/scrappy/markets/v1/transcript?symbol=AAPL&year=2024&quarter=2" \
-H "Authorization: Bearer $SFAIE_API_KEY"Response
{
"data": {
"symbol": "AAPL",
"year": 2024,
"quarter": 2,
"date": "2024-05-02",
"text": "Operator: Good afternoon, and welcome to the second quarter earnings call. Joining today are the chief executive officer and the chief financial officer, who will take questions after prepared remarks."
}
}Try it
a ticker symbol
fiscal year, 1990 to 2100
fiscal quarter, 1 to 4
Sign in to try this endpoint.
Calls are real. Accepted calls cost 1 credit.