File:Euro exchange rate to USD, JPY, and GBP.png
Original file (1,000 × 600 pixels, file size: 23 KB, MIME type: image/png)
This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.
Summary
DescriptionEuro exchange rate to USD, JPY, and GBP.png |
English: Exchange rate evolution of the euro compared to USD, JPY and GBP. Exchange rate on 1.January 1999 is put to 100%. Green: in Jan-1999: €1 = $1.18 |
Source |
Own work Data from http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html |
Author | donarreiskoffer (talk · contribs),hankwang (talk · contribs), Gorgo (talk · contribs) |
Other versions |
|
Licensing
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
Gnuplot script to generate this plot
When run in Linux (and similar OS'es), this script will automatically download the data and generate an updated plot image. With some adaptations and a bit more manual work, it would work in the Windows version of Gnuplot.
#!/usr/bin/gnuplot
# gnuplot 4.6
# gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
# download and unzip data if not available - delete eurofxref* to force new download.
# remove or comment out these lines in Windows/MacOS.
! [ -f eurofxref-hist.csv ] || wget http://www.ecb.int/stats/eurofxref/eurofxref-hist.zip
! [ -f eurofxref-hist.csv ] || unzip eurofxref-hist.zip
#input
set timefmt "%Y-%m-%d"
set datafile missing "N/A"
set datafile separator ','
#output
set key top left
set style data lines
set grid
set xdata time
set xlabel 'Date'
set xrange ['1999-01-04':*]
set mxtics 4
set format x '%Y'
set ylabel 'Indexed exchange rates'
set format y '%g%%'
set term png small size 1000,600 font "Arial,10"
set outp 'Euro exchange rate to USD, JPY, and GBP.png'
set style line 1 lt rgb 'green' lw 1
set style line 2 lt rgb 'red' lw 1
set style line 3 lt rgb 'blue' lw 1
plot \
'eurofxref-hist.csv' \
usi 1:($2/0.011789) title '100%=1.18 USD' ls 1, \
'' usi 1:($3/1.3373) title '100%=134 JPY' ls 2, \
'' usi 1:($9/0.00711) title '100%=0.71 GBP' ls 3
Items portrayed in this file
depicts
some value
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:23, 23 December 2020 | 1,000 × 600 (23 KB) | imagescommonswiki>Gorgo | updated |
File usage
The following file is a duplicate of this file (more details):
- File:Euro exchange rate to USD, JPY, and GBP.png from Wikimedia Commons
There are no pages that use this file.
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Horizontal resolution | 37.8 dpc |
---|---|
Vertical resolution | 37.8 dpc |