All Fundamentals by Filing

All Fundamentals by Filing Web API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.

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

Parameters

Name Description Example
identifier
* required
A Filing identifier fil_B73xBG
statement_code
Filters fundamentals by statement code
Options:
income_statement
balance_sheet_statement
cash_flow_statement
calculations
show more show less
-
type
Filters fundamentals by type
Options:
QTR
YTD
FY
TTM
show more show less
-
fiscal_year
Filters fundamentals by fiscal year ~null
fiscal_period
Filters fundamentals by fiscal period
Options:
FY
Q1
Q2
Q3
Q4
Q2YTD
Q3YTD
Q1TTM
Q2TTM
Q3TTM
show more show less
-
start_date
Returns fundamentals on or after the given date -
end_date
Returns fundamentals on or before the given date -
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Filing identifier
statement_code
* required
Filters fundamentals by statement code
type
* required
Filters fundamentals by type
fiscal_year
* required
Filters fundamentals by fiscal year
fiscal_period
* required
Filters fundamentals by fiscal period
start_date
* required
Returns fundamentals on or after the given date
end_date
* required
Returns fundamentals on or before the given date
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
filing
object
id
The Intrinio ID of the Filing string
filing_date
The date when the filing was submitted to the SEC by the company date
accepted_date
The date and time when the filing was accepted by SEC string
period_end_date
The ending date of the fiscal period for the filing date
report_type
The filing report type string
sec_unique_id
A unique identifier for the filing provided by the SEC string
filing_url
The URL to the filing page on the SEC site string
report_url
The URL to the actual report on the SEC site string
instance_url
The URL for the XBRL filing for the report string
next_page The token required to request the next page of the data. If null, no further results are available. string
fundamentals
filing
next_page
The token required to request the next page of the data. If null, no further results are available.