Skip to content

Commit 3f83408

Browse files
author
otaviojava
committed
Adds updates exchange rate script
1 parent 8ed50ea commit 3f83408

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

update_exchange.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
wget http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
2+
mv eurofxref-daily.xml src/main/resources/java-money/defaults/ECB/eurofxref-daily.xml
3+
wget http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml
4+
mv eurofxref-hist-90d.xml src/main/resources/java-money/defaults/ECB/eurofxref-hist-90d.xml
5+
wget http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml
6+
mv eurofxref-hist.xml src/main/resources/java-money/defaults/ECB/eurofxref-hist.xml
7+
wget http://www.imf.org/external/np/fin/data/rms_five.aspx?tsvflag=Y
8+
mv rms_five.aspx?tsvflag=Y rms_five.xls
9+
mv rms_five.xls src/main/resources/java-money/defaults/IMF/rms_five.xls
10+
11+

0 commit comments

Comments
 (0)