Returns a list of available standardized fundamentals (fiscal year and fiscal period) for a given ticker and statement.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock ecurities. | AAPL |
statement
* required
|
The financial statement requested, options include the income statement, balance sheet, statement of cash flows and calculated metrics and ratios.
Options:
income_statement
balance_sheet
cash_flow_statement
calculations
show more
show less
|
income_statement |
type
* required
|
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data and trailing twelve months for annual data on a quarterly basis.
Options:
FY
QTR
TTM
YTD
show more
show less
|
FY |
date
|
The first fundamental will be the latest as of this specified date. | 2017-03-02 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | - |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
identifier
* required
The stock market ticker symbol associated with the companies common stock ecurities.
|
||
statement
* required
The financial statement requested, options include the income statement, balance sheet, statement of cash flows and calculated metrics and ratios.
|
||
type
* required
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data and trailing twelve months for annual data on a quarterly basis.
|
||
date
* required
The first fundamental will be the latest as of this specified date.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
fiscal_year | the fiscal year of the fundamental | number |
fiscal_period | the fiscal period of the fundamental | string |
end_date | the last date of the fundamental | date |
start_date | the first date of the fundamental (not available for balance sheets) | date |
fiscal_year
the fiscal year of the fundamental
|
||
fiscal_period
the fiscal period of the fundamental
|
||
end_date
the last date of the fundamental
|
||
start_date
the first date of the fundamental (not available for balance sheets)
|