GetBalanceSheet: Acquire balance sheet.

Description Usage Arguments Value Examples

View source: R/get_balance_sheet.R

Description

Extracts and displays balance sheet from the quarterly report of a given company.

Usage

1
GetBalanceSheet(symbol, year, quarter)

Arguments

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

Value

A data frame representing a company's quarterly balance sheet from a given filing year

Examples

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

## End(Not run)

Lambeek/finqreportr documentation built on Oct. 11, 2020, 12:50 a.m.