Returns historical opening and closing prices for a company - https://polygon.io/docs/get_v1_open-close__stocksTicker___date__anchor
date
Required
Date for the open and closing prices in YYYY-MM-DD
format. See here: https://catonmat.net/tools/generate-calendar-dates if you need to generate a list of dates in this format, see below image for an example of the settings to use:
ticker
Required
Ticker to get the company details for.
api_key
Required
Your Polygon.io API Key Available here: https://polygon.io/dashboard/api-keys
unadjusted
Optional
Whether or not the results are adjusted for splits. Set this to true
to get results that are NOT adjusted for splits.
Returns historical opening and closing prices for a company - https://polygon.io/docs/get_v1_open-close__stocksTicker___date__anchor
/v1/open-close/{{ticker}}/{{date}}
?apiKey={{ api_key }}&unadjusted={{ unadjusted }}
Body
Headers