curl --location --request GET 'https://api.polygon.io/v1/historic/quotes//'
{
"day": "2019-08-24",
"msLatency": 0,
"status": "string",
"symbol": "string",
"ticks": [
{
"aE": "string",
"aP": 0,
"aS": 0,
"bE": "string",
"bP": 0,
"bS": 0,
"c": 0,
"t": 0
}
]
}