24TopNews Open Platform
Give an agent one machine-readable guide to access structured financial events, quantitative industry impact and full-text RSS.
Give this guide to an agent
Complete English Agent API guide
Open guidehttps://24topnews.com/developers/agent-guide.en.mdRead and follow the complete specification:
https://24topnews.com/developers/agent-guide.en.md
Use TOPNEWS_API_KEY for authentication.
Resolve industry codes first, list compact events, then fetch full details only when needed.Machine endpoints
API key
Sign in by email, submit a use-case request and generate a key after approval. Anonymous access remains available with shared limits. Approved keys receive separate usage quotas and account controls.
curl 'https://24topnews.com/api/v1/events?lang=en&range=24h&limit=10' \
-H 'Authorization: Bearer tn_live_your_key'Core endpoints
GET /api/v1/events?lang=enlists and filters events.GET /api/v1/events/{id}?lang=enreturns full text and all impacts.GET /api/v1/industries?lang=enresolves 16 primary and 139 secondary industries.GET /rss.xml?lang=enprovides filterable full-text RSS.
The Agent guide is the authoritative reference for every parameter, response field, error rule and industry code.