Get stock quote

GET https://api.polygon.io/v2/aggs/ticker/{{ticker}}/prev?adjusted=true&apiKey={{polygon-api-key}}

Request Params

KeyDatatypeRequiredDescription
adjustedboolean
apiKeystring

RESPONSES

status: OK

{"ticker":"AAPL","queryCount":1,"resultsCount":1,"adjusted":true,"results":[{"T":"AAPL","v":47494217,"vw":161.1314,"o":162.35,"c":160.8,"h":162.36,"l":160.51,"t":1681243200000,"n":490479}],"status":"OK","request_id":"b596c9b0ad637f8de0178df3f261facf","count":1}