Skip to content

📈🐳Downloads Forex historical data via GitHub Actions

License

Notifications You must be signed in to change notification settings

FX31337/FX-Data-Download-Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

FX Data Download 🐳 Action

Tag Status Status Status Channel Edit

This GitHub Action downloads Forex historical data.

By default it downloads and converts the files to CSV format.

Usage

For full documentation, please read: GitHub Actions Documentation.

Latest release

uses: fx31337/fx-data-download-action@v1

Specific release

uses: fx31337/fx-data-download-action@v1.0.0

Note: Check Releases for more details.

Latest development version

uses: fx31337/fx-data-download-action@master

Overriding default inputs

uses: fx31337/fx-data-download-action@master
with:
    Pairs: EURUSD
    Years: 2020
    Months: 1-2

Inputs

Main Inputs

Pairs (string)

Pair(s) to download (separated by comma). Default: EURUSD.

Period Inputs

Years (int/string)

Year(s) to download (separated by comma). Default: 2020.

Months (int/string)

Months(s) to download (separated by comma). Default: 1.

Days (int/string)

Day(s) to download (separated by comma). Default: 1.

Hours (int/string)

Hour(s) to download (separated by comma). Default: all.

Other Inputs

DestDir

Destination directory to download the files. Default: ..

CmdArgs

Extra arguments to pass to the script. Default: -v (for verbose output).

Related actions

Support