Finam | R Documentation |
Get data data from finam using Quanttools package.
path_to_dump
Local path to save data to.
delay
Delay between requests.
symbol_list
List of symbols from finam.
new()
Create a new MacroData object.
Finam$new(path_to_dump, delay = 0.8)
path_to_dump
Local path to save data to.
delay
Delay between requests.
A new 'MacroData' object.
get_ticks()
Get tick data from finam source using QuantTools.
Finam$get_ticks( symbol, days = getBusinessDays(as.Date("2010-01-01"), Sys.Date() - 1) )
symbol
Start date
days
Days to scrap data for
Get investing com ea data.
clone()
The objects of this class are cloneable with this method.
Finam$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.