Eastmoney: Get Kline Data
Eastmoney via Parse · Finance
Fetch historical K-line (candlestick) data for a security. Returns OHLCV with change and turnover metrics at configurable intervals from 1-minute to monthly. The full date range is available by default; narrow with begin/end in YYYYMMDD format. Each kline includes datetime, open, close, high, low, volume, amount, amplitude, change_pct, change_amt, and turnover_rate. Access Chinese stock market data from Eastmoney including real-time quotes, historical K-line data, tick-by-tick trades, order book, stock listings, and sector performance. Fulfilled by Parse from wap.eastmoney.com.
- crypto-web3
- developer-tools
- eastmoney
- finance
- parse
- platform-key
- wap-eastmoney-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b978b1dd-7b63-47e0-9ab7-9338ac88303e/get_kline_data
- Interface artifact
- sha256:0de5feddd8b4e0af55a64d5396717f233383a4577ba7c423cf2654f0f03ea196
- Manifest digest
- sha256:6cb07313689de35837bda00df0a95282650fab918748e3dac4bb4a3a0c854226
Request fields
- end (string): End date in YYYYMMDD format
- begin (string): Start date in YYYYMMDD format
- limit (integer): Maximum number of K-lines to return: Allowed values: 10, 100, 1000
- secid (string, required): Security ID in format 'market.code' (e.g., '1.600519'). Obtain from search_security results[*].QuoteID.
- interval (integer): K-line interval: 1=1min, 5=5min, 15=15min, 30=30min, 60=60min, 101=daily, 102=weekly, 103=monthly: Allowed values: 1, 5, 15, 30, 60, 101, 102, 103
- adjustment (integer): Price adjustment type: 0=none, 1=forward-adjusted, 2=backward-adjusted: Allowed values: 0, 1, 2
Example queries
- {"end":"20260611","begin":"20260512","limit":"10","secid":"1.600519","interval":"1","adjustment":"0"}