Description Usage Arguments Value Examples
Functions to call and retrieve financial data from remote databases, by using company tickers (symbols). It uses publicly available API to download all data.
1 | get_splits(symbol, from = "1970-01-01", to = Sys.Date())
|
symbol |
Specifies the ticker or symbol the user wants to download the data of, in the form of a string. Example: 'MSFT' |
from |
Minimum date to get data from |
to |
Maximum date to get data of |
Returns a tibble
1 | splits <- get_splits("MSFT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.