Description Usage Arguments Value Author(s) 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 2 3 4 5 |
symbol |
Specifies the ticker or symbol the user wants to download the data of, in the form of a string. Example: 'MSFT' |
Returns a data frame.
Alejandro Jiménez Rico aljrico@gmail.com, Personal Website
1 2 3 | df <- get_income_statement(symbol = "MSFT")
df <- get_balance_sheet_statement(symbol = "MSFT")
df <- get_cash_flow_statement(symbol = "MSFT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.