URL Schema
https://api.finage.co.uk/agg/index/{ symbol }/{ time }/{ from }/{ to }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/agg/index/US2000/1day/2025-11-01/2025-11-05?apikey=YOUR_API_KEYExample Output
{
"symbol": "US2000",
"totalResults": 3,
"results": [
{
"o": 2478.74956,
"h": 2478.74956,
"l": 2478.74956,
"c": 2478.74956,
"v": 1,
"t": 1761955200000
},
{
"o": 2479.0647,
"h": 2481.97639,
"l": 2441.67663,
"c": 2470.5729,
"v": 9238,
"t": 1762128000000
},
{
"o": 2470.69648,
"h": 2470.96822,
"l": 2425.40043,
"c": 2427.13484,
"v": 10237,
"t": 1762214400000
}
]
}