Northbound Capital Flows

Daily market-level capital flows through the Stock Connect program, covering Shanghai- and Shenzhen-bound (northbound) channels and their total, as well as the two Hong Kong (southbound) channels and their total. Northbound flow tracks foreign institutional money entering A-shares via Connect and is a closely watched gauge of overseas sentiment and positioning, while southbound flow reflects mainland money moving into Hong Kong equities. Updated each trading day; amounts are typically in 100M / 1M CNY units.

GET /v2/flows/moneyflow-hsgt

Parameters

Name Type Required Description
start_date string No Start date (YYYYMMDD)
end_date string No End date (YYYYMMDD)
trade_date string No Trading date YYYYMMDD (single day)

Response Fields

Field Type Description
trade_date string Trading date
north_money number Total northbound net buy (CNY million)
south_money number Total southbound net buy (CNY million)
ggt_ss number Shanghai Connect northbound (CNY million)
ggt_sz number Shenzhen Connect northbound (CNY million)

API Example

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/flows/moneyflow-hsgt"
Python SDK
from asharehub import AShareHub

client = AShareHub(api_key="YOUR_KEY")
df = client.moneyflow_hsgt()
print(df.head())

Sample Data

returns a pandas.DataFrame
trade_dateggt_ssggt_szhgt_sshgt_sznorth_moneysouth_money
2026062631225.2122856413140.6354081.21
2026062531189.3522916.9423857.9654106.24
2026062431235.5422959.44424355.8254194.99