Returns professional-grade historical stock prices for all securities traded on a stock exchange for a single specified day. Historical prices are available back to 1996 or the IPO date, with some companies with data back to the 1970s.
Please note: Specifying XNAS (NASDAQ) or XNYS (New York Stock Exchange) identifiers will return all securities listed on US exchanges (USCOMP).
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock securities or the stock market index. | USCOMP |
price_date
|
The specified date in which historical stock prices are returned for a stock exchange. | 2016-12-30 |
include_realtime
|
When "true" and price_date is unspecified or today, real-time prices are used instead of EOD prices.
Options:
true
false
show more
show less
|
true |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 3 |
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 or the stock market index.
|
||
price_date
* required
The specified date in which historical stock prices are returned for a stock exchange.
|
||
include_realtime
* required
When "true" and price_date is unspecified or today, real-time prices are used instead of EOD prices.
|
||
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 |
---|---|---|
ticker | the stock exchange ticker symbol as listed on the stock exchange | string |
figi_ticker | the OpenFIGI Ticker Symbol | string |
figi | the FIGI identifier | string |
date | the date of the stock price historical data | date |
open | the actual observed first traded stock price on the trading date | number |
high | the actual observed highest traded stock price on the trading date | number |
low | the actual observed lowest traded stock price on the trading date | number |
close | the actual observed last trade stock price on the trading date | number |
volume | the actual observed number of shares of stock traded between market participants on the trading date | number |
ex_dividend | the non-split adjusted dividend per share on the ex-dividend date | number |
split_ratio | the split factor on the split date | number |
adj_open | the dividend and split adjusted open price | number |
adj_high | the dividend and split adjusted high price | number |
adj_low | the dividend and split adjusted low price | number |
adj_close | the dividend and split adjusted close price | number |
ticker
the stock exchange ticker symbol as listed on the stock exchange
|
||
figi_ticker
the OpenFIGI Ticker Symbol
|
||
figi
the FIGI identifier
|
||
date
the date of the stock price historical data
|
||
open
the actual observed first traded stock price on the trading date
|
||
high
the actual observed highest traded stock price on the trading date
|
||
low
the actual observed lowest traded stock price on the trading date
|
||
close
the actual observed last trade stock price on the trading date
|
||
volume
the actual observed number of shares of stock traded between market participants on the trading date
|
||
ex_dividend
the non-split adjusted dividend per share on the ex-dividend date
|
||
split_ratio
the split factor on the split date
|
||
adj_open
the dividend and split adjusted open price
|
||
adj_high
the dividend and split adjusted high price
|
||
adj_low
the dividend and split adjusted low price
|
||
adj_close
the dividend and split adjusted close price
|