Hi @gfiocco,
Another problem I am facing is that when I use the line below:
ig.histPrc('CS.D.EURGBP.TODAY.IP', 'DAY', '2019-07-07T00:39:00', '2020-07-07T00:40:00').then(r => console.log(util.inspect(r, false, null))).catch(e => console.log(e));
I only get 10 time points rather than for the requested period. I don't think limitation is the problem because when I use IG companion I can get the data but when I run it from NodeJS it only gives 10 data points.
Hi @gfiocco,
Another problem I am facing is that when I use the line below:
ig.histPrc('CS.D.EURGBP.TODAY.IP', 'DAY', '2019-07-07T00:39:00', '2020-07-07T00:40:00').then(r => console.log(util.inspect(r, false, null))).catch(e => console.log(e));I only get 10 time points rather than for the requested period. I don't think limitation is the problem because when I use IG companion I can get the data but when I run it from NodeJS it only gives 10 data points.