You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: