Endpoints
Slides
Download the slide deck PDF that accompanies an earnings call.
GEThttps://alpha.earningscall.dev/slides
Streams the slide deck PDF for a given earnings call. Slide deck access is restricted to Enterprise plans (Demo accounts may also access for testing).
A 404 with resource_not_found means no slide deck is on file for that call.
Parameters#
Your API key.
Stock exchange, e.g.
NASDAQ.Ticker symbol.
4-digit year of the earnings call.
Fiscal quarter,
1–4.Examples#
Download a slide deck#
curl --output msft_q1_2025.pdf \
'https://alpha.earningscall.dev/slides?apikey=demo&exchange=NASDAQ&symbol=MSFT&year=2025&quarter=1'Response
Binary application/pdf stream — saved to disk by the caller.Error responses#
See the Errors page for the full error format. This endpoint can return:
400
missing_parameter — Missing exchange, symbol, year, or quarter.400invalid_parameter — Non-integer or out-of-range value.401invalid_api_key — Auth failure.403demo_restriction — Demo account requesting a ticker other than AAPL or MSFT on NASDAQ.403plan_restriction — Plan does not include slides access.404resource_not_found — Slides not available for the requested call.429rate_limit_exceeded — Plan rate limit exceeded.Plan access#
Slide PDF downloads require Enterprise or Enterprise Plus.