Expected Earnings Dates by Company

Expected Earnings Dates by Company Web API Documentation

Returns expected earnings announcement dates for a company's fiscal periods with confidence intervals and historical filing date ranges.

Endpoint:
https://api-v2.intrinio.com/companies/{identifier}/upcoming_earnings

Parameters

Name Description Example
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
fiscal_year
Filter by fiscal year 2024
fiscal_period
Filter by fiscal period (Q1, Q2, Q3, FY) Q1
expected_date_after
Returns expected dates on or after this date. Defaults to today if not provided. 2024-01-01
expected_date_before
Returns expected dates before this date. 2024-12-31
page_size
The number of results to return 100
next_page
Gets the next page of data from a previous API call ~null
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
fiscal_year
* required
Filter by fiscal year
fiscal_period
* required
Filter by fiscal period (Q1, Q2, Q3, FY)
expected_date_after
* required
Returns expected dates on or after this date. Defaults to today if not provided.
expected_date_before
* required
Returns expected dates before this date.
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
expected_earnings_dates
array
fiscal_year
The fiscal year for the earnings report integer
fiscal_period
The fiscal period for the earnings report (Q1, Q2, Q3, Q4, or FY) string
expected_date
The expected date of the earnings announcement date
expected_8k_at
The expected timestamp when the 8-K filing will be available string
historically_earliest
The earliest date (MM-DD format) this company has historically announced earnings for this fiscal period string
historically_latest
The latest date (MM-DD format) this company has historically announced earnings for this fiscal period string
company
object
id
The Intrinio ID of the company string
ticker
The stock market ticker symbol associated with the company's common stock securities string
name
The company's common name string
lei
The Legal Entity Identifier (LEI) assigned to the company string
cik
The Central Index Key (CIK) assigned to the company string
next_page The token required to request the next page of the data. If null, no further data is available. string
expected_earnings_dates
company
next_page
The token required to request the next page of the data. If null, no further data is available.