boyan-soubachov / tastyworks_api

An unofficial, reverse-engineered Python API for tastyworks.
Apache License 2.0
209 stars 79 forks source link

Get request for stock details #85

Open mirzat opened 2 years ago

mirzat commented 2 years ago

This is not really a feature request but more of a general question. I'm trying to get details on an underlying such as IV Rank, last sell price, Volume, etc. pretty much all the data that displays up on the top section of the tastyworks platform. Can someone direct me me to the exact request that will provide that data? A simple curl request example will suffice. Thank you in advance and keep up the good work you have done on this repo :)

bandwiches commented 2 years ago

It's been a while since I've looked, but you should probably look at the stream for that data since it's real-time. By the time you curl for last sell price, it's likely that it would've changed. If you're looking for historical data, the API would be a good fit.