We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed50ea commit 3f83408Copy full SHA for 3f83408
update_exchange.sh
@@ -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