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
350 stars 66 forks source link

instruments list #143

Closed dawadam closed 1 year ago

dawadam commented 1 year ago

Hi, thank you for this great work.

Is there a list of instruments? Other than in the README?

I would like to generate an HTML selector with category.

Leo4815162342 commented 1 year ago

@dawadam the full list of instruments and their meta data is available here: https://github.com/Leo4815162342/dukascopy-node/blob/master/src/utils/instrument-meta-data/generated/instrument-meta-data.json

Leo4815162342 commented 1 year ago

also mapping between groups and instrument ids: https://github.com/Leo4815162342/dukascopy-node/blob/master/src/utils/instrument-meta-data/generated/instrument-groups.json

dawadam commented 1 year ago

Great, thanks. Is there the groups names somewhere? Or only in the instruments.md file?

(edit) I think i can use this : src/utils/instrument-meta-data/generate-instrument-md.ts