NuminorBeta

Gadget Data · API

Event Threads — Data & API

Pull a company's braided news storylines as a free JSON feed — per ticker, on the same nm_live_ key and API as Construct Data. Wire it into your own agent or app.

What's in the feed

Per company: named storylines and their events — date, description, sentiment, entity tags — each with source attribution (headline + link, never the article body). All Numinor / ChinaScope-owned news data; no prices.

Authentication

Every request takes your nm_live_ Bearer key — the same one that authenticates Construct Data and the Matrix. Generate one below.

Authorization: Bearer nm_live_…

Endpoints

Base URL: https://api.numinor.io/v1

Ticker is dot form, e.g. 300750.SZ.

GET/v1/gadgets/event-threads/{ticker}

One company's storylines + events, returned inline as JSON.

GET/v1/gadgets/event-threads/{ticker}/rangeComing soon

A company's history over a date range — not published yet.

GET/v1/gadgets/event-threads/{ticker}/historicalComing soon

A company's full bulk history — not published yet.

Example

curl -H "Authorization: Bearer nm_live_…" \
  https://api.numinor.io/v1/gadgets/event-threads/300750.SZ

Connect your agent

Generate a key, paste it as the Bearer token, and your agent can pull any company's threads. Free with sign-in, metered per company.

Sign in to generate your API key.

Sign in

Free with sign-in. Metered per company for fair-use visibility — no hard caps at launch, up to 1000 requests/min per key.