We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/custom-date-format-and-timezone-conversion
hey i was wondering if u provide live tick updates
The text was updated successfully, but these errors were encountered:
@gonszalito we have an experimental support for real/live data.
You can view live ticks with getCurrentRates function - https://github.com/Leo4815162342/dukascopy-node/blob/master/src/getCurrentRates.ts:
getCurrentRates
const { getCurrentRates } = require('dukascopy-node'); getCurrentRates({ instrument: 'eurusd', timeframe: 'tick', limit: 10, }).then(console.log);
Sorry, something went wrong.
thx a lot dude
No branches or pull requests
hey i was wondering if u provide live tick updates
The text was updated successfully, but these errors were encountered: