-
Notifications
You must be signed in to change notification settings - Fork 79
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 Bid and Ask data for option chains. #53
Comments
Same issue. For me this is worthless without that |
Are you looking for the bid/ask for a position or a symbol? This isn't very clear. There are ways to pull bid/ask for options and options chains as well as symbol metrics. If you want something more simple without all the additional metrics and whatnot, that's on you. Here's a closed issue that shows a response that includes bid/ask. |
Easiest way is to probably edit example.py and grab an underlying stock you are familiar with, i.e. 'GOOG' and find the associated option ticker for each strike/expiry you want by using something akin to:
or create an Option object and get the dxfeed_symbol manually and subscribe. Hope that helps |
Here is another example I was able to make.
|
I've gone through the source code and I can't seem to find anything that references finding bid and ask data for options.
Is there something I'm blatantly missing or is this feature not available.
Thanks!
The text was updated successfully, but these errors were encountered: