APEXON API PLATFORM
Documentation
Every Apexon product speaks the same dialect: the same auth header, the same error envelope, the same rate-limit headers. Learn the conventions once, then read the reference for whichever product you subscribed to.
FinMarkets
Quotes, historical charts, options chains, screeners, market news, and earnings calendars — anything that touches a ticker.
LineSnap
Near-real-time multi-sport live scores and in-play board odds. REST plus an SSE stream that sends deltas after the first frame.
CatalogAIO
Amazon catalog data — product details, offers, reviews, search, and best sellers across 22 storefronts, with drop-in marketplace path aliases.
Music, Web Tools, and Geo are planned; their endpoints are illustrative until they ship.
Coming from another Yahoo Finance API? Migrating from Yahu Financials — the paths are identical, so it is a base URL and a key.
Keys and base URLs are per product
Each product issues its own key and answers on its own host. A FinMarkets key will not authenticate against LineSnap. The mechanism is identical, so adding a second product is a base URL and a key — not a new integration.
| Product | Base URL | Key prefix | Status |
|---|---|---|---|
| FinMarkets | https://api.apexon.dev | fm_live_… | Available |
| LineSnap | https://live.apexon.dev | ls_… | Coming soon |
| CatalogAIO | https://catalog.apexon.dev | ca_live_… | Available |
Plans are per product too — see each product's reference for its quota and rate-limit shape.