Skip to content
New issue

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

Feedback on Docs (page/custom-date-format-and-timezone-conversion) #192

Open
gonszalito opened this issue Aug 6, 2024 · 2 comments
Open

Comments

@gonszalito
Copy link

hey i was wondering if u provide live tick updates

@Leo4815162342
Copy link
Owner

@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:

const { getCurrentRates } = require('dukascopy-node');

getCurrentRates({
  instrument: 'eurusd',
  timeframe: 'tick',
  limit: 10,
}).then(console.log);

@gonszalito
Copy link
Author

thx a lot dude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants