curl https://financialmodelingprep.com/api/v3/historical-price-full/AAPL
{
"symbol" : "AAPL",
"historical" : [ {
"date" : "2021-10-08",
"open" : 144.03,
"high" : 144.17,
"low" : 142.56,
"close" : 142.9,
"adjClose" : 142.9,
"volume" : 5.545036E7,
"unadjustedVolume" : 5.545036E7,
"change" : -1.13,
"changePercent" : -0.785,
"vwap" : 143.21,
"label" : "October 08, 21",
"changeOverTime" : -0.00785
}, {
"date" : "2021-10-07",
"open" : 143.06,
"high" : 144.215,
"low" : 142.73,
"close" : 143.29,
"adjClose" : 143.29,
"volume" : 6.1863761E7,
"unadjustedVolume" : 6.1863761E7,
"change" : 0.23,
"changePercent" : 0.161,
"vwap" : 143.41167,
"label" : "October 07, 21",
"changeOverTime" : 0.00161
}, ...
} ]
}