File size: 1,693 Bytes
ac0aa94 fcd4d40 63467c1 fcd4d40 0476098 fcd4d40 0476098 fcd4d40 0476098 fcd4d40 ef83475 fcd4d40 ef83475 fcd4d40 0476098 fcd4d40 0476098 fcd4d40 0476098 fcd4d40 0476098 fcd4d40 0476098 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
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
|