šŸ‡ØšŸ‡³ Eastmoney China A-Shares Screener Ā· äøœę–¹č“¢åÆŒé€‰č‚” avatar

šŸ‡ØšŸ‡³ Eastmoney China A-Shares Screener Ā· äøœę–¹č“¢åÆŒé€‰č‚”

Pricing

from $20.00 / 1,000 stocks

Go to Apify Store
šŸ‡ØšŸ‡³ Eastmoney China A-Shares Screener Ā· äøœę–¹č“¢åÆŒé€‰č‚”

šŸ‡ØšŸ‡³ Eastmoney China A-Shares Screener Ā· äøœę–¹č“¢åÆŒé€‰č‚”

Screen Chinese A-share stocks (Shanghai + Shenzhen + ChiNext + STAR Market) via Eastmoney's public quote API. Returns ticker, name, price, change %, volume, turnover, P/E, P/B, market cap. 5,500+ stocks queryable. For Chinese stock traders, quants, and finance analysts.

Pricing

from $20.00 / 1,000 stocks

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

12 hours ago

Last modified

Share

šŸ‡ØšŸ‡³ Eastmoney Chinese A-Share Stock Screener

Screen Chinese A-share stocks (Shanghai + Shenzhen + ChiNext + STAR Market) via Eastmoney's public quote API. Returns ticker, name, price, change %, volume, turnover, P/E, P/B, market cap. 5,500+ stocks queryable. For Chinese stock traders, quants, and finance analysts.

šŸ’» Code Example — Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/eastmoney-china-stock-screener").call(run_input={
"market": "all_a",
"sort_by": "market_cap",
"max_results": 50
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example — cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~eastmoney-china-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"market": "all_a", "sort_by": "market_cap", "max_results": 50}'

ā“ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See pricing below. Most runs finish under $0.20 for typical batches.

Q: Is this actor maintained? Yes. NexGenData maintains 170+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes — you own the output data. Check the source's Terms of Service for any restrictions on the underlying data.

šŸ’° Pricing

  • Actor Start: $0.005 per run
  • Stock: $0.02 per stock

Agentic payments (AI agent buyers welcome)

This actor supports autonomous payment via Skyfire — AI agents (Claude Desktop, OpenCode, Cursor, Vercel AI SDK, OpenAI Agents SDK) can discover, fund, and invoke it without a human-in-the-loop credit card flow.

Agents using Apify's MCP server can find this actor by searching for China A-share stocks, Asian equity fundamentals, or Bloomberg alternative and pay via a Skyfire PAY token (minimum $5 prefund). The existing pay-per-event pricing applies unchanged — the agent funds a token, runs the actor at the published per-result rate, and unused balance returns to the wallet on expiry.

Compatible agent frameworks:

  • Apify's official MCP server (mcp.apify.com)
  • Claude Desktop with Apify MCP integration
  • OpenCode + Apify MCP
  • OpenAI Agents SDK + Skyfire toolkit (via Composio)
  • Vercel AI SDK + Skyfire toolkit (via Composio)

No code changes needed on the actor side — the integration is fully on Apify's infrastructure. AI agents discover via allowsAgenticUsers=true filter on Apify's store API.

šŸ“š More From NexGenData

Visit thenextgennexus.com for:

  • šŸ“ Tutorials on web scraping, data extraction, and AI workflows
  • 🧰 The full catalog of 170+ actors, REST APIs, and MCP servers
  • šŸ“¦ Ready-made data packs on Gumroad
  • šŸ“Ø The NexGenData newsletter

šŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.


Built and maintained by NexGenData — 170+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.

šŸ’» Code Example — Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/eastmoney-china-stock-screener").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example — cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~eastmoney-china-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'

ā“ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.

Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes — you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

šŸ’° Pricing

Pay-per-event pricing — you only pay for what you actually extract.

  • Actor Start: $0.0001
  • result: $0.0050

šŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

šŸ“š More From NexGenData

Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com — the brand home for everything we ship.

  • šŸ“– Tutorials & how-to guides
  • šŸ—‚ļø Full actor catalog with usage examples
  • šŸ“¦ Gumroad data packs (one-time purchases)
  • šŸ“¬ Newsletter — monthly drops of new actors and revenue experiments

Built and maintained by NexGenData — 165+ actors covering scraping, enrichment, MCP servers, and automation. šŸ  Home: thenextgennexus.com


Why Eastmoney Screener Beats Wind, CSMAR, Bloomberg China & Refinitiv

FeatureNexGenData Eastmoney ScreenerWind InformationCSMARBloomberg ChinaRefinitiv Eikon
Cost$0.02 / stock, pay-per-event$$$$ annual contract$$$$ academic license$24K / year / seat$22K / year / seat
Shanghai + Shenzhen + ChiNext + STARYesYesYesYesYes
Live quotes + fundamentalsYes — P/E, P/B, market capYesYesYesYes
Bulk JSON exportYes — 5,500+ A-sharesPlan-gatedPlan-gatedPlan-gatedPlan-gated
Auth requiredApify tokenWind licenseAcademic licenseSeat licenseSeat license
English field namesYesChinese-firstChinese-firstYesYes
Monthly minimumNone$$$$$$$$$$$$$$$$

Most China-equity quant teams pick this screener instead of Wind because Wind requires a seat license + Mandarin-first UI; this actor ships English-named fields and bills $0.02/stock flat. A daily 100-stock sweep = $2.005/day vs Wind's $20K+/year/seat. A drop-in alternative to the Chinese-market half of a Bloomberg subscription if that's the only region you cover, and cheaper than any of the institutional-grade alternatives by 100Ɨ+.

Use caseActor
Yahoo Finance scraper (quotes + fundamentals)yahoo-finance-scraper
Finviz US stock screenerfinviz-stock-screener
Stock market scraper (global tickers)stock-market-scraper
NSE India stock screener (Nifty 200)nse-india-stock-screener
IPO tracker (upcoming + recent IPOs)ipo-tracker
Earnings calendar (US + global)earnings-calendar
Treasury yields + bond curvetreasury-yields-bonds
ETF holdings trackeretf-holdings-tracker
SEC Form 4 insider transactionssec-form4-insider-tracker
Finance MCP server for AI agentsfinance-mcp-server

Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b