Returns a list of available as reported fundamentals (fiscal year, fiscal period, start date, and end date) for a given ticker and statement.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock securities. | AAPL |
statement
* required
|
The financial statement requested, options include the income statement, balance sheet and statement of cash flows.
Options:
income_statement
balance_sheet
cash_flow_statement
show more
show less
|
income_statement |
type
* required
|
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data.
Options:
FY
QTR
show more
show less
|
FY |
date
|
The first fundamental will be the latest as of this specified date. | 2014-09-28 |
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 securities.
|
||
statement
* required
The financial statement requested, options include the income statement, balance sheet and statement of cash flows.
|
||
type
* required
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data.
|
||
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 | nuber |
end_date | the last date of the fundamental | date |
start_date | (not available on the balance sheet) the first date of the fundamental | date |
fiscal_period | the fiscal period of the fundamental | string |
filing_date | datetime | |
fiscal_year
the fiscal year of the fundamental
|
||
end_date
the last date of the fundamental
|
||
start_date
(not available on the balance sheet) the first date of the fundamental
|
||
fiscal_period
the fiscal period of the fundamental
|
||
filing_date
|