Earnings calls
Earnings-call transcripts and related documents from indexed finance sources.
Earnings-call proof points are transcripts and related documents. Date filters apply to published date.
Endpoints:
POST /proof-points/earnings-calls/search— playgroundPOST /proof-points/earnings-calls/time-series— playgroundPOST /proof-points/earnings-calls/correlation-matrix— playground
Typical Questions
- Which topics are showing rising earnings-call discussion?
- What are representative transcripts for selected organizations?
- How does earnings-call volume evolve month over month?
Request Patterns
Uses the shared proof-point fields only — no extra type-specific filters.
Search
{
"topicIds": ["11111111-1111-1111-1111-111111111111"],
"organizationIds": ["aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"],
"start": "2023-01-01T00:00:00Z",
"end": "2024-12-31T23:59:59Z",
"take": 25,
"sortColumn": "published_at",
"sortDirection": "desc"
}Time series
{
"topicIds": ["11111111-1111-1111-1111-111111111111"],
"resolution": "quarter",
"start": "2022-01-01T00:00:00Z",
"end": "2024-12-31T23:59:59Z"
}Response Notes
Results use the shared enriched-document shape (title, summary, publishedAt, url, topics, orgNodes). Time series returns labels and counts.