CoolFace
Datasetpublic

AlphaDojo/dojo_fin_indicators

Languages: 简体中文 · English dojo_fin_indicators — Financial Metrics Overview Multi-period financial statement derivatives per symbol: income statement, balance sheet, cash flow, and industry-specific metrics (banks, insurers, brokers, etc.). Supports quarterly, cumulative, and other report_type values. Files File Description data.parquet Full financial metrics (wide table, 100+ columns) Key Fields (common) Field… See the full description on the dataset page: https://huggingface.co/datasets/AlphaDojo/dojo_fin_indicators.

sourceHugging Faceapache-2.0updated 6h agoView on Hugging Face
0likes14kdownloads
Dataset Card
Languages: 简体中文 · English

dojofinindicators — Financial Metrics

Overview

Multi-period financial statement derivatives per symbol: income statement, balance sheet, cash flow, and industry-specific metrics (banks, insurers, brokers, etc.). Supports quarterly, cumulative, and other report_type values.

Files

FileDescription
data.parquetFull financial metrics (wide table, 100+ columns)

Key Fields (common)

FieldDescription
symbolStock symbol
report_typee.g. quarter, accumulate
report_date / std_report_dateReport period / normalized period
public_dateDisclosure date
report_period_namePeriod label (e.g. “Q1 2026”)
security_nameCompany name
currencyReport currency
eps_basic / eps_diluted / eps_ttmEPS metrics
net_profit_attr_parentNet profit attributable to parent
total_operating_revenueTotal operating revenue
gross_margin / net_margin / roe_weightedMargins and ROE
debt_asset_ratio / current_ratio / quick_ratioLeverage and liquidity
pe_ttm / pb_ttmPeriod TTM valuation (when present)
dividend_rate / divi_ratioDividend-related fields
org_typeEntity type (general / bank / insurance / broker); many columns are filled selectively

Scale (reference)

~278k rows (symbol × period × report type).

Data Notes

  • Multiple rows per symbol across report_type and report_date; use public_date or report_date for chronological ordering.
  • report_type = quarter rows support trailing-four-quarter (TTM) aggregation.
  • Report period conventions differ by market (us, cn, hk); prefer std_report_date when present for cross-market comparison.

Related Datasets