GetIncome: Acquire income statement.

Description Usage Arguments Value Examples

View source: R/get_income.R

Description

Extracts and displays income statement from the quarterly report of a given company.

Usage

1
GetIncome(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 income statement from a given filing year

Examples

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

## End(Not run)

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