UPDATE: A Cloudflare Zero Trust security portal has been set up on the external data provider endpoints for tick data.
This repository introduces a Python-based tool to retrieve high-frequency datasets on foreign exchange transactions. One may either select to retrieve tick-by-tick or candle data for several frequencies in various formats.
Remarks:
- Timestamps provided in the tool are in UTC+0
DISCLAIMER | |
|
cd examples/
python3 main.py
./
├── LICENSE
├── Makefile
├── README.md
├── docs/
│ └── ROADMAP.md
├── examples/
│ ├── main.ipynb
│ └── main.py
├── fxdata/
│ ├── Config.py
│ ├── FXData.py
│ ├── __init__.py
│ ├── constants.py
│ └── utils.py
├── out/
│ ├── csv/
│ └── parquet/
├── requirements.txt
├── setup.py
└── tmp/