File:Euro exchange rate to USD, JPY, and GBP.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,000 × 600 pixels, file size: 23 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
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
Red: in Jan-1999: €1 = ¥133

Blue: in Jan-1999: €1 = £0.71
Source
 
This plot was created with Gnuplot.
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[edit]

I, the copyright holder of this work, hereby publish it under the following license:
GNU head 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.


Gnuplot script to generate this plot[edit]

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

File history

Click on a date/time to view the file as it appeared at that time.

(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
current18:23, 23 December 2020Thumbnail for version as of 18:23, 23 December 20201,000 × 600 (23 KB)Gorgo (talk | contribs)updated
20:49, 17 August 2018Thumbnail for version as of 20:49, 17 August 20181,000 × 600 (22 KB)TheLotCarmen (talk | contribs)updated
17:45, 12 August 2018Thumbnail for version as of 17:45, 12 August 20181,000 × 600 (23 KB)Summer ... hier! (talk | contribs)updated with the nice code above
18:58, 17 May 2017Thumbnail for version as of 18:58, 17 May 20171,000 × 600 (22 KB)Gorgo (talk | contribs)updated
23:40, 12 December 2016Thumbnail for version as of 23:40, 12 December 20161,000 × 600 (21 KB)Gorgo (talk | contribs)updated
19:26, 12 May 2016Thumbnail for version as of 19:26, 12 May 20161,000 × 600 (21 KB)Gorgo (talk | contribs)updated
13:26, 9 August 2015Thumbnail for version as of 13:26, 9 August 20151,000 × 600 (22 KB)Gorgo (talk | contribs)updated
11:33, 22 February 2015Thumbnail for version as of 11:33, 22 February 20151,000 × 600 (22 KB)Gorgo (talk | contribs)updated
14:38, 15 August 2014Thumbnail for version as of 14:38, 15 August 2014800 × 600 (18 KB)Gorgo (talk | contribs)updated
16:24, 5 October 2013Thumbnail for version as of 16:24, 5 October 2013800 × 600 (18 KB)Gorgo (talk | contribs)updated
(newest | oldest) View (newer 10 | ) (10 | 20 | 50 | 100 | 250 | 500)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata