Plan: Fund · Credits: 1 per call
What You Can Use Prediction Market Prices For
Read the market-implied odds of an earnings beat alongside what management guided. Track how the odds on an operating threshold moved into a print. See which topics traders expect to come up on a call.This Is Not a Live Feed
Why Implied Probability Can Be Null
implied_probability is the midpoint of the book. It is null when the book was one-sided or its spread wider than 0.25.
Treat that null as “nobody is really trading this”, not as missing data. A quarter of quoted contracts sit at bid 0.00 and ask 1.00, and serving their 0.50 midpoint would invent a “the market is split” reading that no trade supports.
yes_bid and yes_ask are returned raw for anyone who wants to apply their own rule.
Sort by Volume Before Saying “the Market Expects”
Many contracts have traded a few hundred dollars. That is a listing, not an opinion. Sort byvolume and say what the volume was whenever you quote an implied probability.
The Three Contract Categories
kpi_ladder is a set of thresholds on an operating number. call_keyword is whether a topic will be said on the earnings call. earnings_beat is whether EPS clears the estimate. Omit category to get all three.
Prediction Market Coverage
An empty result means no contract is listed on this company, never that the market has no view. Contracts on takeovers, IPOs and delistings exist but are not reachable by company: they name their companies only in the question text.Prediction Market Date Convention
as_of is the observation instant of the snapshot, not the contract’s expiry and not the event date. status of settled means the contract has resolved, and settled rows carry the outcome in settled_yes.
Prediction Market Sources
Prices come from prediction-market exchanges. FocusAlpha snapshots the book; the numbers are the exchange’s, and the implied probability is the midpoint rule described above applied to them.Query Prediction Market Prices
Use the prediction markets endpoint for one company.string
required
A
company_id, ticker, CIK or ISIN.string
kpi_ladder, call_keyword or earnings_beat. Omit for all three.string
open or settled. Omit for both.integer
default:"100"
Rows per page, between 1 and 1000. Page through with
cursor.