GetIncome {finreportr} | R Documentation |
Acquire income statement.
Description
Extracts and displays income statement from the annual report of a given company. This functionality is only available for queries of income statements that belong to domestic companies. Note that all data returned by this function comes from the company's 10-K, not 10-K/A.
Usage
GetIncome(symbol, year)
Arguments
symbol |
A character vector specifying the stock symbol of the company of interest. |
year |
A numeric vector specifying the year during which the annual report was filed. |
Examples
## Not run:
GetIncome("FB", 2016)
## End(Not run)
[Package finreportr version 1.0.4 Index]