All Fundamentals by Company

All Fundamentals by Company Web API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular company. Useful to obtain all historical and/or latest fundamental IDs for a given company to then use to loop through and pull all fundamental data available.

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

Parameters

Name Description Example
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
filed_after
Filed on or after this date -
filed_before
Filed on or before this date -
reported_only
Only as-reported fundamentals -
fiscal_year
Only for the given fiscal year 2017
statement_code
Only of the given statement code
Options:
income_statement
balance_sheet_statement
cash_flow_statement
calculations
show more show less
-
type
Only of the given type
Options:
QTR
YTD
FY
TTM
show more show less
-
start_date
Only on or after the given date -
end_date
Only on or before the given date -
updated_after
Only include fundamentals where it was updated after this date. 2022-12-01
updated_before
Only include fundamentals where it was updated before this date. 2022-12-01
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
filed_after
* required
Filed on or after this date
filed_before
* required
Filed on or before this date
reported_only
* required
Only as-reported fundamentals
fiscal_year
* required
Only for the given fiscal year
statement_code
* required
Only of the given statement code
type
* required
Only of the given type
start_date
* required
Only on or after the given date
end_date
* required
Only on or before the given date
updated_after
* required
Only include fundamentals where it was updated after this date.
updated_before
* required
Only include fundamentals where it was updated 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
fundamentals
array
id
The Intrinio ID of the Fundamental string
statement_code
The code of the financial statement that the Fundamental represents string
fiscal_year
The fiscal year number
fiscal_period
The fiscal period string
type
The type of Fundamental select
start_date
The period start date date
end_date
The period start date date
filing_date
The date and time when the Fundamental was filed with the SEC 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 results are available. string
fundamentals
company
next_page
The token required to request the next page of the data. If null, no further results are available.