IVPrior helps retail traders prioritize options opportunities — combining technical signals, IV (Implied Volatility / volatilidad implícita) vs HV (Historical Volatility / volatilidad histórica), earnings context, and liquidity (open interest, spreads) into ranked rows you can act on in your own broker.
IVPrior is not a broker, exchange, or regulated investment adviser. It is research software: scan, filter, rank — you decide whether and how to trade.
Who it is for
Subscribers (retail traders)
Pay a Plan for SaaS access (watchlist, scans, alerts — slices ship over time). Power users also run the Python CLI in apps/cli for daily --oportunidades workflows.
Platform staff
IVPrior operators use platform admin (/platform) for plans, subscribers, IAM, and branding — separate from subscriber workspaces.
Core concepts
| Term | Meaning |
| ---- | ------- |
| Ticker | Underlying symbol (e.g. AAPL, SPY) — always uppercase in CLI |
| Watchlist | Short list of tickers you follow daily |
| Universe | Broader list for screeners (e.g. sp500.txt) |
| Signal | Directional technical reading — not a broker order |
| Opportunity | Ticker + signal + IV/HV/earnings/score context |
| IV regime | Whether premium looks rich, cheap, or neutral vs HV |
| DTE | Days to expiration (~35d target in CLI scans) |
| OI | Open interest — liquidity proxy |
How it fits together
- CLI (V0 today) —
make cli ARGS='AAPL --opciones'or--oportunidadeson a watchlist/universe. - Marketing site (
/) — trial, plans, product story (IVPrior for traders). - Subscriber workspace (
/s/{slug}) — account shell; domain-specific screens replace factory template over time. - Platform admin — SaaS plans, subscribers, audit.
Steps
- Read Public pricing plans and start a trial.
- Install the CLI (
make cli-install) if you want terminal workflows today. - Build a watchlist file or use defaults; run opportunity scans.
- Use IV regime + liquidity filters before sizing a trade in your broker.
See also: IVPrior for traders · IVPrior subscription · About IVPrior.