| --- |
| license: apache-2.0 |
| --- |
| |
| > **Languages:** [简体中文](README_ZH.md) · [English](README.md) |
|
|
| # 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 | Description | |
| |-------|-------------| |
| | `symbol` | Stock symbol | |
| | `report_type` | e.g. `quarter`, `accumulate` | |
| | `report_date` / `std_report_date` | Report period / normalized period | |
| | `public_date` | Disclosure date | |
| | `report_period_name` | Period label (e.g. “Q1 2026”) | |
| | `security_name` | Company name | |
| | `currency` | Report currency | |
| | `eps_basic` / `eps_diluted` / `eps_ttm` | EPS metrics | |
| | `net_profit_attr_parent` | Net profit attributable to parent | |
| | `total_operating_revenue` | Total operating revenue | |
| | `gross_margin` / `net_margin` / `roe_weighted` | Margins and ROE | |
| | `debt_asset_ratio` / `current_ratio` / `quick_ratio` | Leverage and liquidity | |
| | `pe_ttm` / `pb_ttm` | Period TTM valuation (when present) | |
| | `dividend_rate` / `divi_ratio` | Dividend-related fields | |
| | `org_type` | Entity 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 |
|
|
| - [dojo_main_income](https://huggingface.co/datasets/AlphaDojo/dojo_main_income) — revenue breakdown for the same periods |
| - [dojo_quote](https://huggingface.co/datasets/AlphaDojo/dojo_quote) — market cap and market-based valuation |
| - [dojo_stock_kline](https://huggingface.co/datasets/AlphaDojo/dojo_stock_kline) — price history |
| - [dojo_forex_kline](https://huggingface.co/datasets/AlphaDojo/dojo_forex_kline) — FX rates when report currency differs from analysis currency |
|
|