-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting all contracts for the symbol #37
Comments
using this call and get only one contract and list of months |
do you mind sharing a code example, i keep getting exceptions. I would like to get all the contracts for IBIT for all durations and all strikes |
found an example in stock querying |
for a stock, but not for an option |
{"IBIT":[{"name":"ISHARES BITCOIN TRUST ETF","chineseName":null,"assetClass":"STK","contracts":[{"conid":677037673,"exchange":"NASDAQ","isUS":true}]}]} i get back only one contract from all the queries, not the chain |
i suspect that this call has a bug[ |
That's right, the example contained an error. I've fixed it now on the master branch, feel free to try it out.
Just to clarify on this - the rest_06 example was contributed by one of the users as I don't trade options, hence my help in this space will be somewhat limited. But please share what exceptions you're running into and I will try to aid you |
I'm trying to search for all available contracts for a symbol, cant figure out how to do it with your API
The text was updated successfully, but these errors were encountered: