This GitHub Action downloads Forex historical data.
By default it downloads and converts the files to CSV format.
For full documentation, please read: GitHub Actions Documentation.
uses: fx31337/fx-data-download-action@v1uses: fx31337/[email protected]Note: Check Releases for more details.
uses: fx31337/fx-data-download-action@masteruses: fx31337/fx-data-download-action@master
with:
Pairs: EURUSD
Years: 2020
Months: 1-2Pair(s) to download (separated by comma). Default: EURUSD.
Year(s) to download (separated by comma). Default: 2020.
Months(s) to download (separated by comma). Default: 1.
Day(s) to download (separated by comma). Default: 1.
Hour(s) to download (separated by comma). Default: all.
Destination directory to download the files. Default: ..
Extra arguments to pass to the script. Default: -v (for verbose output).
- To convert CSV file into different formats, use FX-Data-Convert-Action action.
- To generate CSV file instead, use FX-Data-Generate-Action action.
- For bugs/features, raise a new issue at GitHub.