GetFX is a tool to download average FX rates from National Bank of Poland (NBP). All NBP exchange rates are to Polish Złoty (PLN).
Check | Result |
---|---|
Build | |
Coverage |
If you have already installed Python, then simply use pip install getfx
to install the package.
Prerequisites to install GetFX:
Typically above applications are installed by default when you install python from python.org.
Alternatively you can install GetFX from this repository source code. After you
clone the repository execute from shell: make build
.
More details on installation can be found in documentation
You can use the package from command line (example using Linux or MacOS):
getfx
- will return today FX from default currency (CHF)getfx USD
- will return today FX for USDgetfx USD -d 2020-10-03
- will return USD FX on 3rd October 2020getfx -h
- display helpEventually you can run package using python3
command:
python3 -m getfx
- same as first example abovepython3 -m getfx USD
- same as second example aboveIf you would like to: