China economic data API macro + markets, live.
China's macro picture an AI can actually cite — GDP, trade balance, M2, FX reserves and more, plus index proxies and CNY/HKD FX.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai/china?metric=macro"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
china_data(metric="macro")
Sample response
{ "macro": { "gdp_usd": {"value": 18.7e12, "year": 2025},
"fx_reserves_usd": {"value": 3.2e12, "year": 2025} } }
Why live data
China's macro releases postdate any model's training cutoff, and clean redistributable sources are scarce. This serves World Bank open-data indicators (CC-BY) plus derived trade balance and market proxies — citeable and commercial-safe.
Use it for
- Macro / markets research agents
- Supply-chain and trade analysis
- Cross-reference China data with global shipping & commodities
FAQ
Where does it come from?
World Bank open data (CC-BY 4.0) for macro, plus derived series. Raw mainland exchange prices are licensed and not redistributed — we serve open proxies.
Is it commercially usable?
Yes — CC-BY with attribution in the provenance envelope.