Update ISO 4217 currency data for ISO 4217 amendment number 171.
This commit is contained in:
parent
aceb0f09d1
commit
7a9d3d3e8f
3 changed files with 16 additions and 5 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue