Rename ISO 4217 data files to match SIX Group's new naming.
This commit is contained in:
parent
a54da85a6f
commit
765e2ec77d
4 changed files with 10 additions and 10 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue