Learn R Programming

caschrono (version 2.4)

essil: Essilor stock for the period 2006-2009

Description

Essilor close price

Usage

data(essil)

Arguments

Format

essil is an its object.

Examples

Run this code
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")

Run the code above in your browser using DataLab