File:USD rate to CHF.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: 22 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionUSD rate to CHF.svg |
English: Exchange rate US Dollar - Swiss Franc
Deutsch: Wechselkurs US Dollar - Schweizer Franke |
Date | |
Source | created with gnuplot, data from http://www.federalreserve.gov |
Author | created with gnuplot, data from http://www.federalreserve.gov |
gnuplot script to generate this plot
[edit]#!/usr/bin/gnuplot
# gnuplot 4.2
# gnuplot script for plotting eurofxref-hist.csv as obtained from
# http://www.federalreserve.gov/datadownload/Choose.aspx?rel=H10
# download and unzip data if not available
! [ -f FRB_H10.csv ] || wget -O FRB_H10.csv "http://www.federalreserve.gov/datadownload/Output.aspx?rel=H10&series=c5d6e0edf324b2fb28d73bcacafaaa02&lastObs=&from=01/01/1971&to=02/28/2015&filetype=csv&label=include&layout=seriescolumn"
#input
set timefmt "%Y-%m"
set datafile missing 'ND'
set datafile separator ','
#output
set key top left
set style data lines
set grid
set xdata time
set format x '%Y'
set xtics 157680000
set xrange ['1970-01-01':'2016-01-01']
#set mxtics 4
set ylabel 'CHF'
set format y '%.2f'
set term svg size 800,400 font "Arial,10"
set outp 'USD rate to CHF.svg'
set style line 1 lt rgb 'blue' lw 1
#available currencies:
#first one is $2, second $3 and so on
#Currency:,USD,USD,USD,USD,BRL,CAD,CNY,DKK,HKD,INR,JPY,MYR,MXN,NOK,ZAR,SGD,KRW,LKR,SEK,CHF,TWD,THB,VEB
plot 'FRB_H10.csv' every ::6 usi 1:($21) title '1 USD in CHF' 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 | 22:52, 18 February 2015 | 800 × 400 (22 KB) | Gorgo (talk | contribs) | == {{int:filedesc}} == {{Information |Description={{en|1=Exchange rate US Dollar - Swiss Franc}} {{de|1=Wechselkurs US Dollar - Schweizer Franke}} |Source=created with gnuplot, data from http://www.federalreserve.gov |Author=created with gnuplot, data... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on de.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 4.6 patchlevel 5 |
Width | 800 |
Height | 400 |