File:ExchangeRate EUR USD 1999-2017.svg

Summary

Description
Deutsch: Wechselkurs Euro — US Dollar von 1999 bis August 2017. Benutzt wurden die Daten der Bundesbank.
English: Exchange rate Euro — US Dollar
Date
Source Own work
Author DaB.
SVG development
InfoField
Source code
InfoField

Gnuplot code

#!/usr/bin/gnuplot
set timefmt "%d.%m.%Y"
set datafile missing 'N/A'
set datafile separator ';'
set key top left
set style data lines
set grid
set xdata time
set format x '%Y'
set timefmt "%Y-%m-%d"
#set xrange ['1999-01-04':'2000-01-04']
set xtics 31536000
set mxtics 12
set ylabel 'USD'
set format y '%.2f'
set term svg size 800,400 font "Arial,10"
set outp 'ExchangeRate_EUR_USD_1999-2017.svg'
set style line 1 lt rgb 'blue' lw 1

plot 'data.csv' using 1:2 title '1 EUR in USD' ls 1

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#ExchangeRate%20EUR%20USD%201999-2017.svg
Category:Self-published work Category:Euro exchange rate charts Category:Images with Gnuplot source code
Category:CC-Zero Category:Euro exchange rate charts Category:Images with Gnuplot source code Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Exchange rates