Rename ISO 4217 data files to match SIX Group's new naming.

This commit is contained in:
Chris Berkhout 2022-09-23 17:05:54 +02:00
parent a54da85a6f
commit 765e2ec77d
4 changed files with 10 additions and 10 deletions

View file

@ -42,7 +42,7 @@ tox: ## Run tests via 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
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