Description Usage Arguments Value
Get stock data from Yahoo by inputting ticker name.
1 2 3 4 5 6 | f_load_one(
ticker,
from_date = "2014-01-01",
offline = FALSE,
indicators = TRUE
)
|
ticker |
ticker code from Yahoo. Use f_load to multiple stocks. |
from_date |
loads data from the date untill today. Date format is yyyy-mm-dd. |
offline |
logical. If TRUE, data will be loaded from data folder |
indicators |
logical. If TRUE, technical indicators will be calculated as well. Default is TRUE |
A data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.