| --- |
| license: apache-2.0 |
| --- |
| |
| > **Languages:** [简体中文](README_ZH.md) · [English](README.md) |
|
|
| # dojo_event_remind — Corporate Events |
|
|
| ## Overview |
|
|
| Corporate events and disclosure schedules per symbol: earnings pre-announcements, dividends, shareholder meetings, lock-up expiries, and similar items. |
|
|
| ## Files |
|
|
| | File | Description | |
| |------|-------------| |
| | `data.parquet` | Full event records | |
|
|
| ## Key Fields |
|
|
| | Field | Description | |
| |-------|-------------| |
| | `symbol` | Stock symbol | |
| | `event_type` | Event category (e.g. filing disclosure) | |
| | `specific_eventtype` | Specific type (e.g. Q1 pre-disclosure) | |
| | `notice_date` | Event / reminder date (`YYYY-MM-DD`) | |
| | `level1_content` | Primary description | |
| | `level2_content` | Secondary detail | |
| | `info_code` | Internal info code | |
| | `ios_url` / `android_url` | Mobile deep links (if any) | |
|
|
| ## Scale (reference) |
|
|
| ~**490k** rows. |
|
|
| ## Record Example |
|
|
| ```json |
| { |
| "event_type": "Filing disclosure", |
| "title": "Q1 pre-disclosure", |
| "event_date": "2026-06-19", |
| "description": "Scheduled disclosure of FY2026 Q1 report..." |
| } |
| ``` |
|
|
| Display title typically maps from `specific_eventtype`, with `level1_content` as fallback. |
|
|
| ## Data Notes |
|
|
| - Pre-disclosure dates are **estimates**; actual dates follow company announcements. |
| - Covers CN, HK, and US with market-specific event types and wording. |
|
|
| ## Related Datasets |
|
|
| - [dojo_stock_info](https://huggingface.co/datasets/AlphaDojo/dojo_stock_info) — ticker metadata |
| - [dojo_stock_news](https://huggingface.co/datasets/AlphaDojo/dojo_stock_news) — news flow |
| - [dojo_fin_indicators](https://huggingface.co/datasets/AlphaDojo/dojo_fin_indicators) — financials after actual filing |
|
|