Stock Prices by Security

Stock Prices by Security Web API Documentation

Return end-of-day stock prices for the Security with the given `identifier`

Endpoint:
https://api-v2.intrinio.com/securities/{identifier}/prices

Parameters

Name Description Example
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) AAPL
start_date
Return prices on or after the date -
end_date
Return prices on or before the date -
frequency
Return stock prices in the given frequency
Options:
daily
weekly
monthly
quarterly
yearly
show more show less
-
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
start_date
* required
Return prices on or after the date
end_date
* required
Return prices on or before the date
frequency
* required
Return stock prices in the given frequency
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
stock_prices
The stock prices for the Security array
date
The calendar date that the stock price represents. For non-daily stock prices, this represents the last day in the period (end of the week, month, quarter, year, etc) date
intraperiod
If true, the stock price represents an unfinished period (be it day, week, quarter, month, or year), meaning that the close price is the latest price available, not the official close price for the period boolean
frequency
The type of period that the stock price represents select
open
The price at the beginning of the period number
high
The highest price over the span of the period number
low
The lowest price over the span of the period number
close
The price at the end of the period number
volume
The number of shares exchanged during the period number
adj_open
The price at the beginning of the period, adjusted for splits and dividends number
adj_high
The highest price over the span of the period, adjusted for splits and dividends number
adj_low
The lowest price over the span of the period, adjusted for splits and dividends number
adj_close
The price at the end of the period, adjusted for splits and dividends number
adj_volume
The number of shares exchanged during the period, adjusted for splits and dividends number
factor
The factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices. number
split_ratio
The ratio of the stock split, if a stock split occurred. number
dividend
The dividend amount, if a dividend was paid. number
change
The difference in price from the last price for this frequency number
percent_change
The percent difference in price from the last price for this frequency number
fifty_two_week_high
The 52 week high price (daily only) number
fifty_two_week_low
The 52 week low price (daily only) number
security
The Security resolved from the given identifier object
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
next_page The token required to request the next page of the data. If null, no further results are available. string
stock_prices
The stock prices for the Security
security
The Security resolved from the given identifier
next_page
The token required to request the next page of the data. If null, no further results are available.