Skip to content

Commit b4a1f7c

Browse files
increase limit
1 parent 69cf5dc commit b4a1f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def get_alpaca_option_chain(symbol):
174174
req = GetOptionContractsRequest(
175175
underlying_symbols=[symbol.upper()],
176176
expiration_date_gte=today,
177-
limit=1000
177+
limit=10000
178178
)
179179
response = trading_client.get_option_contracts(req)
180180
contracts = response.option_contracts or []

0 commit comments

Comments
 (0)