Description Usage Arguments Value Examples
View source: R/get_balance_sheet.R
Extracts and displays balance sheet from the quarterly report of a given company.
1 | GetBalanceSheet(symbol, year, quarter)
|
symbol |
A character vector specifying the stock symbol of the company of interest |
year |
A numeric vector specifying the year during which the report was filed |
quarter |
A character vector specifying the quarter during which the report was filed |
A data frame representing a company's quarterly balance sheet from a given filing year
1 2 3 4 | ## Not run:
GetBalanceSheet("FB", 2016, "Q1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.