Polygon
  1. Stocks
Polygon
  • Stocks
    • Available Companies
      GET
    • Historic Aggregates
      GET
    • Historic Quotes
      GET
    • Historic Trades
      GET
    • Last Trade for a Symbol
      GET
    • Last Quote for a Symbol
      GET
  • Currencies
    • Available Currencies
      GET
    • Historic Forex Ticks
      GET
    • Last Trade for a Currency Pair
      GET
    • Last Quote for a Currency Pair
      GET
  1. Stocks

Historic Aggregates

GET
/v1/historic/agg/{size}/{symbol}/{date}
Get historic aggregations for a symbol.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/historic/agg///'
Response Response Example
200 - Example 1
{
    "day": "2019-08-24",
    "msLatency": 0,
    "status": "string",
    "symbol": "string",
    "ticks": [
        {
            "c": 0,
            "h": 0,
            "k": 0,
            "l": 0,
            "o": 0,
            "t": 0,
            "v": 0
        }
    ]
}

Request

Path Params

Query Params

Responses

🟢200An array of aggregates
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Previous
Available Companies
Next
Historic Quotes
Built with