mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
Add ownership snapshot sync
This commit is contained in:
parent
1e5be755ea
commit
8404b27628
13 changed files with 1415 additions and 42 deletions
|
|
@ -55,8 +55,9 @@ Factory functions:
|
|||
Unlike the `stocks` module (live-fetch), ownership is **import-then-query**:
|
||||
|
||||
1. `idx ownership import` — ETL pipeline: fetch PDF/API → parse → normalize → load SQLite
|
||||
2. All query commands read from local `~/.local/share/idx/ownership.db`
|
||||
3. Fully offline after import
|
||||
2. `idx ownership sync` — install a maintained SQLite snapshot via manifest + checksum validation
|
||||
3. All query commands read from local `~/.local/share/idx/ownership.db`
|
||||
4. Fully offline after import/sync
|
||||
|
||||
### Data Sources
|
||||
- **KSEI** — official ≥1% shareholder registry (monthly PDF from IDX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue