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.

MethodEndpointDescription
GET/v1/news/articlesNews aggregation query

1. News Aggregation

MethodEndpoint
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.

ParameterTypeRequiredDescription
symbolstring-Stock code (e.g. sh.600519)
categorystring-News category: company / policy / market
news_typestring-News type: stock / macro (overrides category)
start_datestring-Start date (YYYY-MM-DD)
end_datestring-End date (YYYY-MM-DD)
limitint-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