FinancialParser class

Parser for SEC XBRL financial data.

Converts raw SEC EDGAR company facts into structured financial models.

Constructors

FinancialParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDataSummary(CompanyFinancials financials) Map<String, dynamic>
Get a summary of available data for a company.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseCompanyFacts({required String ticker, required int cik, required Map<String, dynamic> facts, FetchOptions options = FetchOptions.defaultOptions}) CompanyFinancials
Parse company facts and extract all metrics for specified years.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited