get the close price

GET https://api.polygon.io/v1/open-close/{{ticker}}/2023-01-09?adjusted=true&apiKey={{polygon-api-key}}

Request Params

KeyDatatypeRequiredDescription
adjustedboolean
apiKeystring

RESPONSES

status: OK

{"status":"OK","from":"2023-01-09","symbol":"AAPL","open":130.465,"high":133.41,"low":129.89,"close":130.15,"volume":70790813,"afterHours":129.85,"preMarket":129.6}