File:Euro exchange rate to AUD.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 400 pixels. Other resolutions: 320 × 160 pixels | 640 × 320 pixels | 1,024 × 512 pixels | 1,280 × 640 pixels | 2,560 × 1,280 pixels.
Original file (SVG file, nominally 800 × 400 pixels, file size: 112 KB)
File information
Structured data
Captions
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.
Summary
[edit]DescriptionEuro exchange rate to AUD.svg |
English: Exchange rate Euro - Australian dollar
Deutsch: Wechselkurs Euro - Australischer Dollar |
||
Date | |||
Source |
Own work Data from https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html |
||
Author | Gorgo | ||
SVG development InfoField | This exchange rate was created with Gnuplot. This plot uses embedded text that can be easily translated using a text editor.
| ||
Source code InfoField | Gnuplot code# gnuplot script for plotting eurofxref-hist.csv as obtained from
# https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/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 https://www.ecb.europa.eu/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 format x '%Y'
set xrange ['1999-01-01':*]
set mxtics 6
#set xlabel 'Date'
set ylabel 'AUD'
set format y '%.2f'
## gnuplot for SVG - gnuplot 4.2 / Ubuntu 8.10
set term svg size 800,400 font "Arial,10"
set outp 'Euro exchange rate to AUD.svg'
set style line 1 lt rgb 'blue' lw 1
#available currencies:
#first one is $2, second $3 and so on
#USD,JPY,BGN,CYP,CZK,DKK,EEK,GBP,HUF,LTL,LVL,MTL,PLN,ROL,RON,SEK,SIT,SKK,CHF,ISK,NOK,HRK,RUB,TRL,TRY,AUD,BRL,CAD,CNY,HKD,IDR,ILS,INR,KRW,MXN,MYR,NZD,PHP,SGD,THB,ZAR
plot 'eurofxref-hist.csv' usi 1:($27) title '1 Euro in AUD' ls 1
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
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 |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:51, 27 July 2024 | 800 × 400 (112 KB) | TheLotCarmen (talk | contribs) | updated | |
22:50, 5 August 2022 | 800 × 400 (108 KB) | TheLotCarmen (talk | contribs) | updated | ||
17:58, 23 December 2020 | 800 × 400 (100 KB) | Gorgo (talk | contribs) | updated | ||
14:38, 18 January 2020 | 800 × 400 (98 KB) | TheLotCarmen (talk | contribs) | updated | ||
20:23, 21 April 2018 | 800 × 400 (91 KB) | TheLotCarmen (talk | contribs) | updated | ||
18:42, 17 May 2017 | 800 × 400 (86 KB) | Gorgo (talk | contribs) | updated | ||
00:01, 12 May 2016 | 800 × 400 (87 KB) | Gorgo (talk | contribs) | updated | ||
13:11, 9 August 2015 | 800 × 400 (84 KB) | Gorgo (talk | contribs) | updated | ||
14:24, 15 August 2014 | 800 × 400 (80 KB) | Gorgo (talk | contribs) | updated | ||
16:11, 5 October 2013 | 800 × 400 (74 KB) | Gorgo (talk | contribs) | updated |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ce.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on uz.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 5.2 patchlevel 2 |
Width | 800 |
Height | 400 |