URL:
https://finnhub.io/api/v1/forex/candle?token=<token>&count=500symbol=OANDA:GBP_JPY&resolution=D
RETURNS:
{ "c": [ 133.667, 133.19799999999998 ], "h": [ 133.938, 134.075 ], "l": [ 132.466, 132.55599999999998 ], "o": [ 132.522, 133.662 ], "s": "ok", "t": [ 1585774800, 1585861200 ], "v": [ 120777, 40285 ] }
This one only returns 2 candle sticks, on other resolutions it works fine tho.
URL:
https://finnhub.io/api/v1/forex/candle?token=<token>&count=500symbol=OANDA:GBP_JPY&resolution=DRETURNS:
{ "c": [ 133.667, 133.19799999999998 ], "h": [ 133.938, 134.075 ], "l": [ 132.466, 132.55599999999998 ], "o": [ 132.522, 133.662 ], "s": "ok", "t": [ 1585774800, 1585861200 ], "v": [ 120777, 40285 ] }This one only returns 2 candle sticks, on other resolutions it works fine tho.