GitHub Action
FX Data Download Action
v1.0.0
Latest version
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@v1
uses: fx31337/[email protected]
Note: Check Releases for more details.
uses: fx31337/fx-data-download-action@master
uses: fx31337/fx-data-download-action@master
with:
Pairs: EURUSD
Years: 2020
Months: 1-2
Pair(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.