GetCashFlow {finreportr}R Documentation

Acquire statement of cash flow.

Description

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

Usage

GetCashFlow(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: 
GetCashFlow("FB", 2016)

## End(Not run)

[Package finreportr version 1.0.4 Index]