Polygon · Arazzo Workflow
Polygon Options Contract Deep Dive
Version 1.0.0
List an underlying's option contracts, snapshot the top contract, and pull its bars.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
options-contract-deep-dive
Drill from an underlying to a single option contract's snapshot and bars.
Lists option contracts for an underlying, then chains the contract snapshot and aggregate bars for the first matching contract.
1
listContracts
listOptionsContracts
List option contracts for the underlying filtered by contract type and expiration date, returning the first match.
2
getContractSnapshot
getOptionContractSnapshot
Read the full snapshot for the matched option contract, including greeks, implied volatility, and open interest.
3
getContractBars
getOptionsAggregateBars
Retrieve aggregate bars for the matched option contract over the requested date range.