OPEN PLATFORM · API V1

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 guidehttps://24topnews.com/developers/agent-guide.en.md
Open guide
Read 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=en lists and filters events.
  • GET /api/v1/events/{id}?lang=en returns full text and all impacts.
  • GET /api/v1/industries?lang=en resolves 16 primary and 139 secondary industries.
  • GET /rss.xml?lang=en provides filterable full-text RSS.

The Agent guide is the authoritative reference for every parameter, response field, error rule and industry code.