essil | R Documentation |
Essilor close price
data(essil)
essil
is an its
object.
http://fr.finance.yahoo.com/
data("essil")
# In 2011, code obtained like that
# require("its")
# deb = "2006-01-01"; fin = "2009-12-31"
# essil= priceIts(instrument="EI.PA",start=deb ,end=fin, quote="Close")
# colnames(essil) = "essilor"
# In 2016
# require("tseries")
# essil <- get.hist.quote(instrument = "EI.PA", start=deb ,end=fin, quote="Close")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.