We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42d3ba commit ccf4727Copy full SHA for ccf4727
polygon/rest/snapshot.py
@@ -145,10 +145,9 @@ def list_snapshot_options_chain(
145
options: Optional[RequestOptionBuilder] = None,
146
) -> Union[List[OptionContractSnapshot], HTTPResponse]:
147
"""
148
- Get the snapshot of an option contract for a stock equity.
+ Get the snapshot of all options contracts for an underlying ticker.
149
150
:param underlying_asset: The underlying ticker symbol of the option contract.
151
- :param option_contract: The option contract identifier.
152
:return: List of Snapshots
153
154
url = f"/v3/snapshot/options/{underlying_asset}"
0 commit comments