Eastmoney: Get Stock List
Eastmoney via Parse · Finance
Fetch a paginated list of stocks with real-time performance data. Supports filtering by market type and sorting by various field codes. Default filter includes Shenzhen and Shanghai A-shares. Each stock includes code, name, price, change metrics, volume, amount, PE, market cap, and more. 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_stock_list
- Interface artifact
- sha256:3c8dc212ec0870fbbd0d612dc0ad3f8825c8a1c4b331a7d70756c5b066649d9c
- Manifest digest
- sha256:98803038c805de78e23775ed829874527e7c8e4c3320e2e2d68f21f3be0064dd
Request fields
- fs (string): Filter string for market/type segments (e.g., 'm:1+t:2' for Shanghai A-shares only, 'm:0+t:6,m:0+t:80,m:1+t:2,m:1+t:23' for all A-shares)
- page (integer): Page number (1-based)
- page_size (integer): Results per page: Allowed values: 5, 10, 20
- sort_field (string): Field code to sort by (e.g., 'f3' for change%, 'f6' for amount, 'f2' for price)
- sort_order (integer): Sort order: 1=descending, 0=ascending: Allowed values: 0, 1
Example queries
- {"fs":"m:0+t:6,m:0+t:80,m:1+t:2,m:1+t:23","page":"1","page_size":"5","sort_field":"f3","sort_order":"0"}