URL Schema
https://api.finage.co.uk/agg/stock/{ symbol }/{ multiply }/{ time }/{ from }/{ to }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/agg/stock/AAPL/1/day/2020-02-05/2020-02-07?apikey=YOUR_API_KEYExample Output
{
"symbol": "AAPL",
"totalResults": 3,
"results": [
{
"o": 80.88,
"h": 81.19,
"l": 79.7375,
"c": 80.3625,
"v": 118746872,
"t": 1580878800000
},
{
"o": 80.6425,
"h": 81.305,
"l": 80.0662,
"c": 81.3025,
"v": 105392140,
"t": 1580965200000
},
{
"o": 80.5925,
"h": 80.85,
"l": 79.5,
"c": 80.0075,
"v": 117684048,
"t": 1581051600000
}
]
}