Returns the historical data for a selected identifier (ticker symbol or index symbol) for a selected tag. Income statement, cash flow statement, and ratios are returned as trailing twelve months values by default, but can be changed with the type parameter. All other historical data points are returned as their value on a certain day based on filings reported as of that date.
Name | Description | Example |
---|---|---|
identifier
* required
|
An identifier, which can be a security ticker, SEC CIK ID, FRED Series ID, etc. | AAPL |
item
* required
|
An item, which can be a data tag or a special code (reference) | marketcap |
start_date
|
The earliest date for which to return data. | 2018-04-02 |
end_date
|
The latest date for which to return data. | 2018-5-03 |
frequency
|
The frequency of the historical prices & valuation data.
Options:
daily
weekly
monthly
quarterly
yearly
show more
show less
|
yearly |
type
|
The type of historical data to fetch. For financial statements, the type reflects the type of financial statement. For Sector data, the type reflect the aggretation (mean, median, max, min) type of the data.
Options:
FY
QTR
TTM
YTD
count
sum
max
75thpctl
mean
median
25thpctl
min
show more
show less
|
FY |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 4 |
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
An identifier, which can be a security ticker, SEC CIK ID, FRED Series ID, etc.
|
||
item
* required
An item, which can be a data tag or a special code (reference)
|
||
start_date
The earliest date for which to return data.
|
||
end_date
The latest date for which to return data.
|
||
frequency
The frequency of the historical prices & valuation data.
|
||
type
The type of historical data to fetch. For financial statements, the type reflects the type of financial statement. For Sector data, the type reflect the aggretation (mean, median, max, min) type of the data.
|
||
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.
|
||
hide_paging
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
identifier | An identifier, which can be a security ticker, SEC CIK ID, FRED Series ID, etc. | - |
item | An item, which can be a data tag or a special code (reference) | - |
date | the date associated with the value | - |
value | the value | - |
identifier
An identifier, which can be a security ticker, SEC CIK ID, FRED Series ID, etc.
|
||
item
An item, which can be a data tag or a special code (reference)
|
||
date
the date associated with the value
|
||
value
the value
|
Returns the historical data for a selected identifier (ticker symbol or index symbol) for a selected tag. Income statement, cash flow statement, and ratios are returned as trailing twelve months values by default, but can be changed with the type parameter. All other historical data points are returned as their value on a certain day based on filings reported as of that date.
Returns the historical values for a specified identifier and item.
Request Body:
null