CashFlowResponse

public class CashFlowResponse

The CASH_FLOW endpoint's response: a company's annual and quarterly cash flow statements, or the error returned in their place.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Types

Link copied to clipboard
public class CashFlowParser extends Parser<CashFlowResponse>
Parses a raw CASH_FLOW API response into a CashFlowResponse.

Properties

Link copied to clipboard
public final List<CashFlow> annualReports
Link copied to clipboard
public final String errorMessage
Link copied to clipboard
Link copied to clipboard
public final String symbol

Functions

Link copied to clipboard
Returns the company's annual cash flow statements, most recent first.
Link copied to clipboard
Returns the error message returned by the API, if the request failed.
Link copied to clipboard
Returns the company's quarterly cash flow statements, most recent first.
Link copied to clipboard
public String getSymbol()
Returns the ticker symbol this response is for.
Link copied to clipboard
public static CashFlowResponse of(Map<String, Object> objectMap)
Parses a raw CASH_FLOW API response into a CashFlowResponse.
Link copied to clipboard
public String toString()