Skip to content
download

GitHub Action

FX Data Download Action

v1.0.0 Latest version

FX Data Download Action

download

FX Data Download Action

Downloads Forex historical data

Installation

Copy and paste the following snippet into your .yml file.

              

- name: FX Data Download Action

uses: FX31337/[email protected]

Learn more about this action in FX31337/FX-Data-Download-Action

Choose a version

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/[email protected]

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