Introduction

EarningsCall API

A REST API for earnings call transcripts, audio, slides, and live events. Authenticate with an API key, send a GET request, get JSON back.

The EarningsCall API gives you programmatic access to every earnings call we track. You can list upcoming calls on a given date, retrieve the transcript text (basic, speaker-segmented, or word-timestamped), download the original audio, and search the entire corpus.

Note
The API key demo is open to anyone and lets you call every endpoint with limited data — typically Apple (AAPL) and Microsoft (MSFT) on NASDAQ. Sign in to your account to get a real API key.

Quickstart#

Make your first request with curl:

curl 'https://v2.api.alpha.earningscall.biz/events?apikey=demo&exchange=NASDAQ&symbol=AAPL'

Explore the API#

SDKs#

Official SDKs wrap the REST API with idiomatic helpers and typed responses: