getSymbols.Mfd | R Documentation |
This function retrieves financial data from Mfd.ru
getSymbols.Mfd(
Symbols,
env = globalenv(),
from = "2007-01-01",
to = Sys.Date(),
adjust = FALSE,
period = "day",
verbose = TRUE,
auto.assign = FALSE,
...
)
Symbols |
character vector of symbols to retrieve |
env |
environment where the data will be assigned |
from |
a character string representing the starting date in 'YYYY-MM-DD' format. Default is '2007-01-01'. |
to |
a character string representing the ending date in 'YYYY-MM-DD' format. Default is the current system date. |
adjust |
a logical specifying whether to adjust for dividends and stock splits. Default is FALSE. |
period |
a character string specifying the period of the data to retrieve. Must be one of 'tick', '1min', '5min', '10min', '15min', '30min', 'hour', 'day', 'week', or 'month'. Default is 'day'. |
verbose |
a logical specifying whether to print progress messages. Default is TRUE. |
auto.assign |
a logical specifying whether to automatically assign the retrieved data to the symbols specified in the Symbols argument. Default is FALSE. |
... |
additional arguments passed to getSymbols.Mfd |
If auto.assign is TRUE, the function returns the Symbols argument with the retrieved data assigned to each symbol. If auto.assign is FALSE, the function returns an xts object.
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.