Histdata Downloader

https://img.shields.io/pypi/v/histdata-downloader.svg https://img.shields.io/travis/tgrandjean/histdata-downloader.svg Documentation Status

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.