The eastmoney skill provides free, unauthenticated access to market and disclosure data via Vibe-Trading's internal wrappers. It covers A-shares, Hong Kong stocks, and US stocks, providing data on fund flows, dragon-tiger lists, margin trading, block trades, shareholder counts, lock-up expiries, industry sectors, research reports, financial news, and financial statements.
Important: Rate Limiting
Eastmoney enforces rate limits by source IP and may temporarily ban IPs for sudden bursts of requests. All tools use a shared per-host throttling layer (backtest.loaders._http). Do not bypass the tools to make raw HTTP requests directly to the endpoints.
You can adjust the minimum request interval using the environment variable:
VIBE_TRADING_EASTMONEY_MIN_INTERVAL (default is 1.0 second).