NuminorBeta

Gadget Data · API

Santa's Naughty & Nice — Data & API

Pull the pre-open pop / drop lists as a free JSON feed — the same nm_live_ key and API as Construct Data. Wire it into your own agent or app in one paste.

What's in the feed

The two lists plus the ChinaScope news "why" behind every name — all Numinor / ChinaScope-owned data. No prices or returns in the feed; the price context shown on the gadget page is a Tushare referral, fetched client-side.

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

GET/v1/gadgets/santas-lists/latest

Today's lists — the live feed, returned inline as JSON.

GET/v1/gadgets/santas-lists/day/{date}

One trading day's lists; a weekend or holiday floors to the prior session.

GET/v1/gadgets/santas-lists/range?start&end

Index of the published days across a date range.

GET/v1/gadgets/santas-lists/historical

Full-history bulk export (signed-URL Parquet).

GET/v1/gadgets/santas-lists/manifest

Feed freshness, coverage, and card metadata.

Example

curl -H "Authorization: Bearer nm_live_…" \
  https://api.numinor.io/v1/gadgets/santas-lists/latest

Connect your agent

Generate a key, paste it as the Bearer token, and your agent can pull the feed. Free with sign-in, metered for fair use.

Sign in to generate your API key.

Sign in

Free with sign-in. Every call is metered (at $0) for fair-use visibility — no hard caps at launch, up to 1000 requests/min per key.