Fundamentals

Daily valuation and liquidity metrics, one row per stock per trading day, covering PE (trailing and TTM), PB, PS, dividend yield, turnover rate, volume ratio, share counts (total, float, free-float), and market caps (total and float). It updates alongside each day's close and suits valuation screening, cross-sectional ranking, size bucketing, and factor construction. Note that valuation ratios may be null or negative for loss-making firms, market caps are denominated in 10k CNY, and you should be explicit about which basis (TTM vs. static, float vs. total) you use.

GET /v2/market/fundamentals

Parameters

Name Type Required Description
symbol string No Stock code, e.g. 000001.SZ
start_date string No Start date (YYYYMMDD)
end_date string No End date (YYYYMMDD)
trade_date string No Trading date YYYYMMDD (single day)

Key Response Fields

Field Description
pe / pe_ttm Price-to-Earnings ratio (static / trailing 12m)
pb Price-to-Book ratio
ps / ps_ttm Price-to-Sales ratio
turnover_rate / turnover_rate_f Turnover rate (total / free float)
total_mv / circ_mv Total / circulating market cap (CNY 10k)
volume_ratio Volume ratio

API Example

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/market/fundamentals?symbol=000001.SZ"
Python SDK
from asharehub import AShareHub

client = AShareHub(api_key="YOUR_KEY")
df = client.fundamentals(symbol="000001.SZ")
print(df.head())

Sample Data

returns a pandas.DataFrame
symboltrade_datecloseturnover_rateturnover_rate_fvolume_ratiopepe_ttmpbps… +8
000001.SZ2026062610.230.63721.51521.014.65654.61040.42781.5103
000001.SZ2026062510.420.55861.32840.914.7434.6960.43571.5384
000001.SZ2026062410.510.58021.37960.974.7844.73660.43951.5517