Interval Stock Prices for Security

Interval Stock Prices for Security Web API Documentation

Return open, close, high, low, volume, average price, and change ratio for a particular interval for the Security with the given `identifier`

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

Parameters

Name Description Example
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) AAPL
source
Return intervals from the specified data source
Options:
realtime
delayed
nasdaq_basic
nasdaq_basic_filtered
show more show less
-
start_date
Return intervals starting at the specified date -
start_time
Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format) -
end_date
Return intervals stopping at the specified date -
end_time
Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format) -
timezone
Returns trading times in this timezone
Options:
Africa/Algiers
Africa/Cairo
Africa/Casablanca
Africa/Harare
Africa/Johannesburg
Africa/Monrovia
Africa/Nairobi
America/Argentina/Buenos_Aires
America/Bogota
America/Caracas
America/Chicago
America/Chihuahua
America/Denver
America/Godthab
America/Guatemala
America/Guyana
America/Halifax
America/Indiana/Indianapolis
America/Juneau
America/La_Paz
America/Lima
America/Lima
America/Los_Angeles
America/Mazatlan
America/Mexico_City
America/Mexico_City
America/Monterrey
America/Montevideo
America/New_York
America/Phoenix
America/Regina
America/Santiago
America/Sao_Paulo
America/St_Johns
America/Tijuana
Asia/Almaty
Asia/Baghdad
Asia/Baku
Asia/Bangkok
Asia/Bangkok
Asia/Chongqing
Asia/Colombo
Asia/Dhaka
Asia/Dhaka
Asia/Hong_Kong
Asia/Irkutsk
Asia/Jakarta
Asia/Jerusalem
Asia/Kabul
Asia/Kamchatka
Asia/Karachi
Asia/Karachi
Asia/Kathmandu
Asia/Kolkata
Asia/Kolkata
Asia/Kolkata
Asia/Kolkata
Asia/Krasnoyarsk
Asia/Kuala_Lumpur
Asia/Kuwait
Asia/Magadan
Asia/Muscat
Asia/Muscat
Asia/Novosibirsk
Asia/Rangoon
Asia/Riyadh
Asia/Seoul
Asia/Shanghai
Asia/Singapore
Asia/Srednekolymsk
Asia/Taipei
Asia/Tashkent
Asia/Tbilisi
Asia/Tehran
Asia/Tokyo
Asia/Tokyo
Asia/Tokyo
Asia/Ulaanbaatar
Asia/Urumqi
Asia/Vladivostok
Asia/Yakutsk
Asia/Yekaterinburg
Asia/Yerevan
Atlantic/Azores
Atlantic/Cape_Verde
Atlantic/South_Georgia
Australia/Adelaide
Australia/Brisbane
Australia/Darwin
Australia/Hobart
Australia/Melbourne
Australia/Melbourne
Australia/Perth
Australia/Sydney
Etc/UTC
UTC
Europe/Amsterdam
Europe/Athens
Europe/Belgrade
Europe/Berlin
Europe/Berlin
Europe/Bratislava
Europe/Brussels
Europe/Bucharest
Europe/Budapest
Europe/Copenhagen
Europe/Dublin
Europe/Helsinki
Europe/Istanbul
Europe/Kaliningrad
Europe/Kiev
Europe/Lisbon
Europe/Ljubljana
Europe/London
Europe/London
Europe/Madrid
Europe/Minsk
Europe/Moscow
Europe/Moscow
Europe/Paris
Europe/Prague
Europe/Riga
Europe/Rome
Europe/Samara
Europe/Sarajevo
Europe/Skopje
Europe/Sofia
Europe/Stockholm
Europe/Tallinn
Europe/Vienna
Europe/Vilnius
Europe/Volgograd
Europe/Warsaw
Europe/Zagreb
Pacific/Apia
Pacific/Auckland
Pacific/Auckland
Pacific/Chatham
Pacific/Fakaofo
Pacific/Fiji
Pacific/Guadalcanal
Pacific/Guam
Pacific/Honolulu
Pacific/Majuro
Pacific/Midway
Pacific/Midway
Pacific/Noumea
Pacific/Pago_Pago
Pacific/Port_Moresby
Pacific/Tongatapu
show more show less
UTC
interval_size
* required
The interval for which to return stock prices
Options:
1m
5m
10m
15m
30m
60m
1h
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)
source
* required
Return intervals from the specified data source
start_date
* required
Return intervals starting at the specified date
start_time
* required
Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format)
end_date
* required
Return intervals stopping at the specified date
end_time
* required
Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
timezone
* required
Returns trading times in this timezone
interval_size
* required
The interval for which to return stock prices
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
intervals
Open, close, high, low, volume, average price, and change ratio for a particular interval array
time
The timestamp that represents the start of the interval span. string
open
The first traded price during the period number
close
The last traded price during 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
volume
The number of shares exchanged during the period number
close_time
The timestamp that represents the end of the interval span. string
interval
The size of the interval. select
average
The average trade price of an individual stock during the interval. number
change
The change ratio from open to close. ((Close - Open)/Open). 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
source The source of the data select
next_page The token required to request the next page of the data. If null, no further results are available. string
intervals
Open, close, high, low, volume, average price, and change ratio for a particular interval
security
The Security resolved from the given identifier
source
The source of the data
next_page
The token required to request the next page of the data. If null, no further results are available.