You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.20] - 2026-06-15
9
+
10
+
### Added
11
+
- Added `young flow --stock <symbol>` for on-demand A-share/HK/US single-stock daily fund flow from Eastmoney `push2his`, including main/small/mid/big/super-big order net flow.
12
+
- Added `young flow --northbound` for Tonghuashun northbound intraday cumulative flow, avoiding the previously unreliable Eastmoney northbound path.
13
+
- Added `young block-trades <symbol>` for recent A-share block-trade records from Eastmoney datacenter, including deal price, discount/premium, amount, buyer, and seller seats.
14
+
15
+
### Changed
16
+
- Yahoo-backed upstream data remains excluded from the primary CLI path; Eastmoney `push2his` fund flow is used only for explicit per-stock requests and is labeled as a supplemental source.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@ young us --no-news # market data only, skip news links
63
63
young indices # A-share indices only
64
64
young zt-pool # limit-up (涨停) / limit-down / 炸板 pool
65
65
young flow # latest verified A-share fund flow
66
+
young flow --stock 0700.HK --limit 5 # one-stock daily fund flow (A/HK/US)
67
+
young flow --northbound # northbound intraday flow from Tonghuashun
68
+
young block-trades 600519 --limit 5 # A-share block trade records
66
69
young a -d 20260530 # historical date (YYYYMMDD)
67
70
young a --refresh # bypass cache, force re-fetch
68
71
young update # upgrade young-stock-cli in the current Python env
@@ -111,6 +114,9 @@ The internals are being split into focused modules: `young_stock.calendar` handl
111
114
-**Source health tracking** — common JSON fetches update `young_stock._core.SOURCE_HEALTH`, giving downstream agents a recent success-rate/latency signal for public sources.
112
115
-**Rich terminal tables** — readable on dark and light terminals.
113
116
-**Verified A-share fund flow** — `young flow` uses Tonghuashun concept-board fund flow only when both net-inflow and net-outflow rankings are available, then falls back to Eastmoney main-capital flow/page indicators, Sina Finance sector fund-flow, Sina/Tencent market-activity references, and finally the most recent locally cached good record. Non-equivalent fallbacks are clearly labeled instead of being presented as whole-market main-capital net inflow.
117
+
-**One-stock fund flow** — `young flow --stock 600519`, `young flow --stock 0700.HK`, and `young flow --stock AAPL` show daily main/small/mid/big/super-big order net flow from Eastmoney `push2his`. This is an on-demand supplement, not a replacement for the primary quote path, because the source can occasionally be network/IP rate-limited.
118
+
-**Northbound flow** — `young flow --northbound` uses Tonghuashun `hsgtApi` minute cumulative northbound flow, avoiding the Eastmoney northbound path that stopped being reliable after 2024.
119
+
-**A-share block trades** — `young block-trades 600519` shows recent block-trade records from Eastmoney datacenter, including trade date, deal price, discount/premium, amount, buyer, and seller seats.
114
120
-**News heat ranking** — HK/US focus stocks can be ranked by filtered news heat from multiple no-login sources: Futu, Sina Finance, and Eastmoney fast news. Xueqiu/THS are intentionally not hardwired unless a stable no-login interface is available.
115
121
-**Same-day news discipline** — news sections only show items published on the requested trading date, up to five items, with a clear empty-state message when nothing valid is available.
116
122
-**Readable news links** — linked news items are checked for obvious empty/404/no-content pages and replaced by other same-day news when possible.
@@ -167,11 +173,14 @@ young fund 161725 --no-news # 只看基金估算与持仓行情
0 commit comments