URL Schema
https://api.finage.co.uk/agg/crypto/{ symbol }/{ multiply }/{ time }/{ from }/{ to }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/agg/crypto/BTCUSD/1/day/2020-02-05/2020-02-07?apikey=YOUR_API_KEYExample Output
{
"symbol": "BTCUSD",
"totalResults": 3,
"results": [
{
"o": 9164.33,
"h": 9775,
"l": 9142.52,
"c": 9613.82,
"v": 54480.149862462065,
"t": 1580860800000
},
{
"o": 9613.91,
"h": 9863.39,
"l": 9520,
"c": 9763.01,
"v": 61112.15618754777,
"t": 1580947200000
},
{
"o": 9763.01,
"h": 9885,
"l": 9683.9,
"c": 9805.2,
"v": 45132.69009042265,
"t": 1581033600000
}
]
}