COGgetData: Download Data for analysis from a specified data provider

Description Usage Arguments Details Value Note Author(s) References Examples

View source: R/COGgetData.R

Description

The function returns an object of class yuima.data-class that contains downloaded data from a specified data provider (default yahoo). Available data provider are.

Usage

1
COGgetData(Ticker, from = NULL, to = NULL, src = "yahoo", type = "Close", delta = NULL, ...)

Arguments

Ticker

inserire

from

inserire

to

inserire

src

inserire

type

inserire

delta

inserire

...

inserire

Details

Si puo togliere

Value

The object is an object of yuima.data

Note

Puoi togliere

Author(s)

Nome

References

Inserire qualche manuale per i dati o niente

Examples

1
2
3
4
5
Ticker <- c("AAL.L", "ABF.L", "ADM.L")
from <- "2011-01-01"
to <- "2017-01-04"
X <- COGgetData(Ticker = Ticker, from = from, to = to)
plot(X)

COGARCH.rm documentation built on May 2, 2019, 5:12 p.m.