We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cf5dc commit b4a1f7cCopy full SHA for b4a1f7c
alpaca_integration.py
@@ -174,7 +174,7 @@ def get_alpaca_option_chain(symbol):
174
req = GetOptionContractsRequest(
175
underlying_symbols=[symbol.upper()],
176
expiration_date_gte=today,
177
- limit=1000
+ limit=10000
178
)
179
response = trading_client.get_option_contracts(req)
180
contracts = response.option_contracts or []
0 commit comments