End of Day Index Prices By Identifier

End of Day Index Prices By Identifier Web API Documentation

Endpoint:
https://api-v2.intrinio.com/indices/{identifier}/eod

Parameters

Name Description Example
identifier
* required
The index symbol SPX
page_size
The number of results to return -
start_date
Limit prices to those on or after this date 2024-01-01
end_date
Limit prices to those on or before this date 2024-01-01
identifier
* required
The index symbol
page_size
* required
The number of results to return
start_date
* required
Limit prices to those on or after this date
end_date
* required
Limit prices to those on or before this date

Output Fields

Name Description Type
prices
array
close
The close price number
open
The open price number
high
The high price number
low
The low price number
volume
The volume integer
date
The date of the pricing data. date
index
The index object
symbol
The index symbol string
name
The index name string
next_page The token required to request the next page of the data. If null, no further results are available. string
prices
index
The index
next_page
The token required to request the next page of the data. If null, no further results are available.