curl https://financialmodelingprep.com/api/v3/historical-price-full/index/^DJI
{
"symbol" : "^DJI",
"historical" : [ {
"date" : "2020-01-17",
"open" : 29313.310547,
"high" : 29373.619141,
"low" : 29289.910156,
"close" : 29348.099609,
"volume" : 3.2182E8,
"unadjustedVolume" : 3.2182E8,
"change" : -34.78906,
"changePercent" : -0.119,
"vwap" : 29337.20964,
"label" : "January 17, 20",
"changeOverTime" : -0.00119
}, {
"date" : "2020-01-16",
"open" : 29131.949219,
"high" : 29300.320313,
"low" : 29131.949219,
"close" : 29297.640625,
"volume" : 2.5211E8,
"unadjustedVolume" : 2.5211E8,
"change" : -165.69141,
"changePercent" : -0.569,
"vwap" : 29243.30339,
"label" : "January 16, 20",
"changeOverTime" : -0.00569
},
{...}
]
}