Volatility risk
Identifies elevated ATR conditions and supplies the observed ATR, ATR percentage and volatility environment.
Example Technical SnapshotBring timestamped, symbol-level Jason Wheel risk observations into brokerage apps, research surfaces and risk-monitoring systems through a secure server-to-server feed.
Alert types are structured for machine consumption while retaining a concise message suitable for a user-facing timeline.
Identifies elevated ATR conditions and supplies the observed ATR, ATR percentage and volatility environment.
Example Technical SnapshotHighlights price outside its normal Bollinger range with price, boundary and percentage-position measurements.
Example Technical SnapshotAdds a calendar-day countdown and, when available, current IV, IV percentile, 20-day realized volatility and the IV/RV ratio.
Example Research reportEach partner receives an independent ID and secret. Credentials remain in the partner's backend, never in a mobile app, browser bundle or URL.
/v1/partners/risk-alerts/feed
The public website never requests the live feed. Partner credentials are exchanged separately during onboarding.
Confirm the intended product surface, operating region, polling model and support contacts.
Jason Wheel provisions a partner-specific ID and secret for server-side storage.
Choose new-record-only activation or a full historical import, then persist the latest committed ID.
Read records after the committed ID, paginate with the cursor when required and process each ID idempotently.
{
"id": 324,
"symbol": "AVGO",
"security_type": "STK",
"alert_type": "earnings_risk",
"severity": "high",
"details": {
"earnings_date": "2026-09-08",
"days_until_earnings": 6,
"current_iv_percent": 41.25,
"iv_percentile": 73,
"realized_volatility_20d_annualized_percent": 27.18,
"iv_to_realized_volatility_ratio": 1.518
},
"links": {
"primary": {
"rel": "research",
"href": "https://www.jasonwheel.com/research/AVGO/"
}
},
"occurred_at_iso": "2026-09-02T14:35:00+00:00"
}
One partner cannot authenticate with another partner's assigned secret.
Stored messages and details preserve what was observed when the alert occurred.
Optional evidence can expand without invalidating earlier historical records.
Each item can direct users to the latest Technical Snapshot and Research pages.
Risk Alert Feed records are generalized, non-personalized market observations. They do not determine suitability, position size, contract selection or whether a customer should transact.
Tell us about your intended customer experience, technical environment and market coverage. Detailed integration documentation is provided during partner onboarding.