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
@jafarijason there is an experimental support for current rates:
const{ getCurrentRates }=require("dukascopy-node");asyncfunctionmain(){constdata=awaitgetCurrentRates({instrument: "btcusd",timeframe: "m1",format: "json",limit: 10,// will give you last X items starting from current minute});console.log(data);}main();
Currently once we do
it return data until 1 hour ago of last data, is there any whay we can do more real time data if duckascopy supporting?
The text was updated successfully, but these errors were encountered: