Update ISO 4217 currency data for ISO 4217 amendment number 171.

This commit is contained in:
Chris Berkhout 2022-04-04 13:04:26 +02:00
parent aceb0f09d1
commit 7a9d3d3e8f
3 changed files with 16 additions and 5 deletions

View file

@ -39,3 +39,10 @@ pre-commit: ## Checks to run before each commit
.PHONY: tox
tox: ## Run tests via tox
poetry run tox
.PHONY: fetch-iso-data
fetch-iso-data: ## Fetch the latest copy of the ISO 4217 currency data
wget -O src/pricehist/resources/list_one.xml \
https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml
wget -O src/pricehist/resources/list_three.xml \
https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_three.xml