TastyWorks
TastyWorks copied to clipboard
Current option prices feature
Hi, is this project still alive? Will there be an implementation of the Current option prices feature in the near future or is there an issue implementing this? How do you reverse engineered the performed API requests? Do they use another technology than http requests like web sockets which cause the problem to reverse engineer this?
As this is one of the most important features for me, I would love to see this in your API.
Yes, they use websockets which complicates life a lot when all you want is a simple snapshot. And that does not exist anywhere.
The only possible workaround may be that marks are available in the margin endpoint. It's a big object that gets returned but as far as I can see(guess), it appears to be a near-realtime and accurate (with the limited testing I have done).
I agree that having pricing is critical.
I have a fork of this project that i can commit the margin endpoint to if there is interest. And a few others (futures, cryptos etc).