Leo4815162342 / dukascopy-node

✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
https://dukascopy-node.app
MIT License
365 stars 68 forks source link

Easy fix: second-resolution data download #55

Closed yash-browncs closed 2 years ago

yash-browncs commented 3 years ago

At this link, there is an option to download bid/ask data in second resolution (1s, 15s, 30s, etc.), but there's no support for this in the dukascopy-cli tool. I believe there can be more timestamp resolutions added between tick and 1 minute.

Leo4815162342 commented 3 years ago

@yash-browncs that's a good idea. We've never had a use case for resolutions in seconds before. I'll try to prepare it for the next release.