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

feature request: Date yyyy-mm-dd in cli #56

Closed bearinld004 closed 2 years ago

bearinld004 commented 2 years ago

Currently have to do this afterwards with gawk would be handy if the library can do this. Awesome work, Thanks!

Leo4815162342 commented 2 years ago

@bearinld004 thanks for the feedback. Can you please clarify exactly what you are referring to? The CLI should already accept dates in the yyyy-mm-dd format.

For example:

dukascopy-cli -i eurusd -from 2006-01-01 -to 2020-01-01
bearinld004 commented 2 years ago

I mean another column/key for date. Currently when exporting to csv there is only a timestamp in epoch time, would be nice to get this as date format as well.

-- Sent from Missive https://missiveapp.com/?ref=signature - Email, Chat & Tasks for Productive Teams

On December 18, 2021 at 4:43 AM, Leonid Pyrlia @.***) wrote: @bearinld004 https://github.com/bearinld004 thanks for the feedback. Can you please clarify exactly what you are referring to? The CLI should already accept dates in the yyyy-mm-dd format. For example: dukascopy-cli -i eurusd -from 2006-01-01 -to 2020-01-01

— Reply to this email directly, view it on GitHub https://github.com/Leo4815162342/dukascopy-tools/issues/56#issuecomment-997197286, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTE5HZFDKC33ZGMBP2QCDLURR6WTANCNFSM5KIXFWIQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>

Leo4815162342 commented 2 years ago

Will a note for a future release about this!