{
"symbol": "string",
"interval": "string",
"currency": "string",
"exchange": "string",
"timezone": "UTC",
"data": [
{
"date": "string",
"open": 0,
"high": 0,
"low": 0,
"close": 0,
"volume": 0,
"adj_close": 0
}
]
}