USD_rate_to_LKR.svg


Summary

Description
English: Exchange rate US Dollar - LKR
Deutsch: Wechselkurs US Dollar - LKR
Date
Source created with gnuplot, data from http://www.federalreserve.gov/
Author created with gnuplot, data from http://www.federalreserve.gov/
This W3C-unspecified plot was created with Gnu plot .

gnuplot script to generate this plot

#!/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 ['1973-01':'2015-12']
#set mxtics 4

set ylabel 'LKR'
set format y '%.0f'

set term svg size 800,400 font "Arial,10"

set outp 'USD rate to LKR.svg'
set style line 1 lt rgb 'blue' lw 1.5

#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:($19) title '1 USD in LKR' ls 1

Licensing

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 .

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

25 January 2015