curl --location --request GET 'https://api.polygon.io/v1/historic/trades//'
{
"day": "2019-08-24",
"msLatency": 0,
"status": "string",
"symbol": "string",
"ticks": [
{
"c1": 0,
"c2": 0,
"c3": 0,
"c4": 0,
"e": "string",
"p": 0,
"s": 0,
"t": 0
}
]
}