IncomeStatementResponse

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

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Types

Link copied to clipboard
Parses a raw INCOME_STATEMENT API response into an IncomeStatementResponse.

Properties

Link copied to clipboard
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 income 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 income 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 IncomeStatementResponse of(Map<String, Object> objectMap)
Parses a raw INCOME_STATEMENT API response into an IncomeStatementResponse.
Link copied to clipboard
public String toString()