Daily Ticker Summary (OHLC)

GET
/v1/open-close/{indicesTicker}/{date}

Retrieve the opening and closing prices for a specific index on a given date, along with any pre-market and after-hours trade prices. This endpoint provides essential daily pricing details, enabling users to evaluate performance, conduct historical analysis, and gain insights into trading activity outside regular market sessions.

Use Cases: Daily performance analysis, historical data collection, after-hours insights, portfolio tracking.

Path Parameters
indicesTicker
string
required
The ticker symbol of Index.
date
string
required
The date of the requested open/close in the format YYYY-MM-DD.
Response Attributes
afterHours
number
optional
The close value of the ticker symbol in after hours trading.
close
number
The close value for the symbol in the given time period.
from
string
The requested date.
high
number
The highest value for the symbol in the given time period.
low
number
The lowest value for the symbol in the given time period.
open
number
The open value for the symbol in the given time period.
preMarket
integer
optional
The open value of the ticker symbol in pre-market trading.
status
string
The status of this request's response.
symbol
string
The exchange symbol that this item is traded under.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?