histdata-downloader

Simple script to download forex historical data from 'www.histdata.com'


Keywords
histdata_downloader
License
MIT
Install
pip install histdata-downloader==0.5.1

Documentation

Histdata Downloader

Documentation Status

Educational purpose project !

I'm a student and this is a dummy project to learn.

Simple script to download forex historical data from 'www.histdata.com'

usage:

$histdata_downloader tui

https://github.com/tgrandjean/histdata-downloader/blob/master/images/1.png

https://github.com/tgrandjean/histdata-downloader/blob/master/images/2.png

command line usage:

$histdata_downloader download --help
Usage: histdata_downloader download [OPTIONS]

Options:
    -t, --type [M1|ticks]
    -ds, --date-start [%Y-%m-%d]  [required]
    -de, --date-end [%Y-%m-%d]    [required]
    -i, --instruments TEXT        [required]
    -o, --output-path PATH        [required]
    --tqdm
    --help                        Show this message and exit.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.