Package com.longbridge.fundamental
Class FinancialReports
- java.lang.Object
-
- com.longbridge.fundamental.FinancialReports
-
public class FinancialReports extends Object
Raw financial report data for a security.The
listfield contains raw JSON with top-level keys such as"IS"(income statement),"BS"(balance sheet), and"CF"(cash flow statement).
-
-
Constructor Summary
Constructors Constructor Description FinancialReports()
-
-
-
Field Detail
-
list
public String list
Raw nested financial data as a JSON string.
-
-