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

From Wikipedia, the free encyclopedia

No higher resolution available.

Euro_exchange_rate_to_USD,_JPY,_and_GBP.png (600 × 400 pixel, file size: 9 KB, MIME type: image/png)

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is attempting to create a freely licensed media file repository. You can help.

Summary

Euro_exchange_rate_to_USD,_JPY,_and_GBP Image originally by donarreiskoffer ( talk • contribs). Recreated by hankwang ( talk • contribs) with latest data. source of data: http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html


Licensing

I, the author 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".

العربية | Asturianu | Български | বাংলা | ইমার ঠার | Brezhoneg | Bosanski | Català | Sinugboanong Binisaya | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Galego | עברית | Hrvatski | Magyar | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | 한국어 | Kurdî / كوردي | Latina | Lëtzebuergesch | Lietuvių | Bahasa Melayu | Nnapulitano | Nederlands | Norsk (nynorsk) | Norsk (bokmål) | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски | Svenska | తెలుగు | ไทย | Türkçe | Українська | اردو | Tiếng Việt | Volapük | 中文(简体) | 中文(繁體) | +/-


Gnuplot script to generate this plot

# gnuplot script for plotting eurofxref-hist.csv as obtained from
#  http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html
set timefmt "%Y-%m-%d"
set xdata time
set format x '%y-%b'
set ylabel 'Indexed exchange rates'
set xlabel 'Date'
set grid
set key top left
set term png small picsize 600 400 xffffff x000000 xa0a0a0 x00bf00 xbf0000 x0000bf
set outp 'Euro exchange rate to USD, JPY, and GBP.png'
set style line 1 lt 1 lw 2
set style line 2 lt 2 lw 2
set style line 3 lt 3 lw 2
plot \
  '<perl -ne "s@N/A@0@g; s/,/ /g; /^[0-9]/ || next; print; " eurofxref-hist.csv' \
    usi 1:($2/1.1789) title '1=1.18 USD' ls 1, \
    '' usi 1:($3/133.73) title '1=134 JPY' ls 2, \
    '' usi 1:($9/0.711) title '1=0.71 GBP' ls 3

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):