Prices

Prices Web API Documentation

Returns professional-grade historical stock prices for a security or stock market index. Historical prices are available back to 1996 or the IPO date, with some companies with data back to the 1970s. Stock market index historical price data is available back to the 1950s at the earliest.

Endpoint:
https://api.intrinio.com/prices.csv

Parameters

Name Description Example
identifier
* required
The stock market ticker symbol associated with the companies common stock securities or the stock market index. AAPL
start_date
The first date for which to return prices. 2014-09-28
end_date
The last date for which to return prices. 2015-09-28
frequency
The frequency of the historical prices.
Options:
daily
weekly
monthly
quarterly
yearly
show more show less
daily
bulk
When true, returns all available prices in the same response. Only usable with US Securities. Cannot be used with any other parameters besides ticker/identifier.
Options:
true
show more show less
true
include_realtime
When "true" and sort_order is "desc", the latest realtime price is included at the top of the results (which will result in the first page being larger than the specified page_size).
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. 20
sort_order
The order of the historical stock price dates.
Options:
asc
desc
show more show less
asc
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.
start_date
* required
The first date for which to return prices.
end_date
* required
The last date for which to return prices.
frequency
* required
The frequency of the historical prices.
bulk
* required
When true, returns all available prices in the same response. Only usable with US Securities. Cannot be used with any other parameters besides ticker/identifier.
include_realtime
* required
When "true" and sort_order is "desc", the latest realtime price is included at the top of the results (which will result in the first page being larger than the specified page_size).
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.
sort_order
* required
The order of the historical stock price dates.
hide_paging
* required
Hide first row of paging information.

Output Fields

Name Description Type
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 nonsplit adjusted dividend per share on the ex-dividend date; not available on index historical prices number
split_ratio the split factor on the split date - not available on index historical prices number
adj_open the dividend and split adjusted open price; not available on index historical prices number
adj_high the dividend and split adjusted high price; not available on index historical prices number
adj_low the dividend and split adjusted low price; not available on index historical prices number
adj_close the dividend and split adjusted close price; not available on index historical prices number
adj_volume the dividend and split adjusted volume; not available on index historical prices number
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 nonsplit adjusted dividend per share on the ex-dividend date; not available on index historical prices
split_ratio
the split factor on the split date - not available on index historical prices
adj_open
the dividend and split adjusted open price; not available on index historical prices
adj_high
the dividend and split adjusted high price; not available on index historical prices
adj_low
the dividend and split adjusted low price; not available on index historical prices
adj_close
the dividend and split adjusted close price; not available on index historical prices
adj_volume
the dividend and split adjusted volume; not available on index historical prices