BalanceSheetResponse

The BALANCE_SHEET endpoint's response: a company's annual and quarterly balance sheets, or the error returned in their place.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Types

Link copied to clipboard
Parses a raw BALANCE_SHEET API response into a BalanceSheetResponse.

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 balance sheets, 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 balance sheets, most recent first.
Link copied to clipboard
public String getSymbol()
Returns the ticker symbol this response is for.
Link copied to clipboard
public static BalanceSheetResponse of(Map<String, Object> objectMap)
Parses a raw BALANCE_SHEET API response into a BalanceSheetResponse.
Link copied to clipboard
public String toString()