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

Downloading all the data and keeping in sync #175

Closed jmakov closed 5 months ago

jmakov commented 5 months ago

Is there a way to download all the data with one command and keeping it in sync e.g. you download everything on 2024-01-10 and run again the command on 2024-02-10 to get only the deltas, kinda like rsync?

Leo4815162342 commented 5 months ago

@jmakov if you want to achieve similar thing, you can try using the CLI with cache https://www.dukascopy-node.app/using-cache it will cache underlying artifacts on disc, and upon next execution will not reach out to the network.

Docs on how to enable caching: https://www.dukascopy-node.app/using-cache