Skip to main content
GET
/
api
/
v2.1
/
fundamentals
/
earningReports
Quarterly and Annual Earnings Reports V2.1
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/earningReports?token='
{}

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Comma-separated list of stock ticker symbols (e.g., AAPL,MSFT,GOOGL). Required.

asOf
string

Filter results for dates on or after this date. Format: YYYY-MM-DD (e.g., 2024-01-01)

period
string

Time period filter for financial reporting periods. Supported values: Q1, Q2, Q3, Q4 (quarters), FY (fiscal year), TTM (trailing twelve months)

reportType
string

Type of financial report. Supported values: TTM (trailing twelve months), A (as originally reported), R (restated values), P (preliminary announcements)

Response

Earnings report data

The response is of type object.