eddmpython commited on
Commit
9413cd8
·
verified ·
1 Parent(s): acea117

fix center alignment with HTML tags

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -16,7 +16,11 @@ tags:
16
  - korea
17
  - financial-statements
18
  - corporate-filings
19
- pretty_name: DartLab Company Data
 
 
 
 
20
  size_categories:
21
  - 1K<n<10K
22
  ---
@@ -52,8 +56,8 @@ This dataset is the **data layer** behind DartLab. When you run `dartlab.Company
52
 
53
  ```
54
  dart/
55
- ├── docs/ 6 companies ~42 MB disclosure text (sections, tables, markdown)
56
- ├── finance/ 2,735 companies ~586 MB financial statements (BS, IS, CF, XBRL)
57
  └── report/ 2,711 companies ~319 MB structured disclosure APIs (28 types)
58
  ```
59
 
@@ -162,7 +166,7 @@ All data is sourced from public government disclosure systems. Financial figures
162
 
163
  ## Update Schedule
164
 
165
- This dataset is updated automatically via GitHub Actions (twice weekly). New filings are collected incrementally.
166
 
167
  ## License
168
 
 
16
  - korea
17
  - financial-statements
18
  - corporate-filings
19
+ - 전자공시
20
+ - 재무제표
21
+ - 사업보고서
22
+ - 한국
23
+ pretty_name: DartLab 전자공시 데이터
24
  size_categories:
25
  - 1K<n<10K
26
  ---
 
56
 
57
  ```
58
  dart/
59
+ ├── docs/ 2,547 companies ~8 GB disclosure text (sections, tables, markdown)
60
+ ├── finance/ 2,744 companies ~586 MB financial statements (BS, IS, CF, XBRL)
61
  └── report/ 2,711 companies ~319 MB structured disclosure APIs (28 types)
62
  ```
63
 
 
166
 
167
  ## Update Schedule
168
 
169
+ This dataset is updated automatically via GitHub Actions (daily). Recent filings (last 7 days) are checked and collected incrementally.
170
 
171
  ## License
172