Retrieve top-performing stock options contracts with significant price gains. Discover options moves for momentum trading opportunities.
Use Case: Alert options traders when contracts experience large price swings for potential momentum or reversal plays.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
200 OK with a JSON array of option contract details. Each item includes: symbol, underlyingSymbol, logoUrl, type, strike, expiry, volume, openInterest, lastPrice, change, changePercent, bid, ask, impliedVolatility.
The type field uses the API response codes: c for Call and P for Put.OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Maximum number of results (optional, default 10)
1 <= x <= 99Array of option contract details (symbol, underlyingSymbol, type, strike, expiry, volume, openInterest, lastPrice, change, changePercent, bid, ask, impliedVolatility, logoUrl).
Option contract symbol
Underlying stock or ETF symbol
URL to the underlying company or ETF logo
Option type returned by the API. c = Call; P = Put.
c, P Strike price
Expiration date
Trading volume
Open interest
Last trade price
Price change from previous close
Percentage change from previous close
Bid price
Ask price
Implied volatility