Description Usage Arguments Value Author(s) Examples
View source: R/get_historic_prices.R
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 |
symbol |
Specifies the ticker or symbol the user wants to download the data of, in the form of a string. Example: 'MSFT' |
Returns a tibble
Alejandro Jiménez Rico aljrico@gmail.com, Personal Website
1 | prices <- get_historic_prices('MSFT')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.