Daily Ticker Summary (OHLC)

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

Retrieve the opening and closing prices for a specific options contract 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
optionsTicker
string
required
The ticker symbol of the options contract.
date
string
required
The date of the requested open/close in the format YYYY-MM-DD.
Query Parameters
adjusted
boolean
Whether or not the results are adjusted for splits. By default, results are adjusted. Set this to false to get results that are NOT adjusted for splits.
Response Attributes
afterHours
number
optional
The close price of the ticker symbol in after hours trading.
close
number
The close price for the symbol in the given time period.
from
string
The requested date.
high
number
The highest price for the symbol in the given time period.
low
number
The lowest price for the symbol in the given time period.
open
number
The open price for the symbol in the given time period.
otc
boolean
optional
Whether or not this aggregate is for an OTC ticker. This field will be left off if false.
preMarket
integer
optional
The open price 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.
volume
number
The trading volume of the symbol in the given time period.
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?