GetBalanceSheet: Acquire balance sheet.

Description Usage Arguments Examples

View source: R/get_balance_sheet.R

Description

Extracts and displays balance sheet from the annual report of a given company. This functionality is only available for queries fo balance sheets that belong to domestic companies. Note that all data returned by this function comes from the company's Form 10-K, not Form 10-K/A.

Usage

1

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

1
2
3
4
## Not run: 
GetBalanceSheet("FB", 2016)

## End(Not run)

finreportr documentation built on Jan. 17, 2022, 9:07 a.m.