News
News & Sentiment
Aggregates EastMoney per-stock news (stock_news_em) and CCTV macro news (news_cctv). Updated daily on T+0. This endpoint returns raw article data only; summarization and sentiment analysis should be performed client-side using an LLM.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/news/articles | News aggregation query |
1. News Aggregation
| Method | Endpoint |
|---|---|
| GET | /v1/news/articles |
Retrieve stock-specific or macro news. Providing symbol returns news related to that stock; omitting it returns macro or all news.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | - | Stock code (e.g. sh.600519) |
category | string | - | News category: company / policy / market |
news_type | string | - | News type: stock / macro (overrides category) |
start_date | string | - | Start date (YYYY-MM-DD) |
end_date | string | - | End date (YYYY-MM-DD) |
limit | int | - | Max results (default 50) |
Response fields: article_id, published_at, title, content (truncated to 2000 chars), news_type, stock_code, keywords.
GET
/v1/news/articles