curl --location --request GET 'https://api.polygon.io/v1/historic/agg///'
{
"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
}
]
}