Scrape live option, stock, and futures data from tastyworks.
Requires Python < 3.10.0
Install with:
pip install tastyscrape
This library is built around asynchronous python (await/async)
See the examples
folder for a demonstration of how it works.
Only equity greeks and quotes work currently.
Tastyscrape is inspired by the tastyworks module.