URL Schema
https://api.finage.co.uk/agg/forex/{ symbol }/{ multiply }/{ time }/{ from }/{ to }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/agg/forex/GBPUSD/1/day/2021-01-01/2021-01-05?apikey=YOUR_API_KEYExample Output
{
"symbol": "GBPUSD",
"totalResults": 4,
"results": [
{
"v": 254,
"o": 1.3642,
"c": 1.3667,
"h": 1.3677,
"l": 1.3642,
"t": 1609477200000
},
{
"v": 300,
"o": 1.367,
"c": 1.3685,
"h": 1.369,
"l": 1.366,
"t": 1609480800000
},
{
"v": 275,
"o": 1.3685,
"c": 1.37,
"h": 1.371,
"l": 1.368,
"t": 1609484400000
},
{
"v": 320,
"o": 1.37,
"c": 1.372,
"h": 1.373,
"l": 1.3695,
"t": 1609488000000
}
]
}