MTG Finance Signals API
FreeNo keyOpen CORSCachedUse Scryfall for card objects and oracle text. Use SpellBook Finance for the derived market signals it does not compute: price movers, all-time-high breaks, set value trends, RSS feeds, and sealed EV rankings. All public JSON and RSS, no API key, no sign-up, open CORS.
Quick start: today's all-time-high breaks
const res = await fetch("https://api.spellbook-finance.com/ath");
const { data } = await res.json();
console.log(data.surpassedAth.slice(0, 5));What this is, and what it is not
SpellBook Finance is not a card catalog replacement. It exposes derived finance data built from market history, sealed EV calculations, and set-level price snapshots. Endpoints send long Cache-Control headers and refresh on daily and hourly schedules, not per second.