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
/v1/gadgets/santas-lists/latestToday's lists — the live feed, returned inline as JSON.
/v1/gadgets/santas-lists/day/{date}One trading day's lists; a weekend or holiday floors to the prior session.
/v1/gadgets/santas-lists/range?start&endIndex of the published days across a date range.
/v1/gadgets/santas-lists/historicalFull-history bulk export (signed-URL Parquet).
/v1/gadgets/santas-lists/manifestFeed freshness, coverage, and card metadata.
Example
curl -H "Authorization: Bearer nm_live_…" \
https://api.numinor.io/v1/gadgets/santas-lists/latestConnect 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 inFree 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.