/tastyscrape

Scrape live option, stock, and futures data from tastyworks.

Primary LanguagePythonMIT LicenseMIT

Tastyscrape

Scrape live option, stock, and futures data from tastyworks.

Install

pip install tastyscrape
This library is built around asynchronous python (await/async)

See the example.py in the root folder for a demonstration of how it works.

Usage

Stocks

TODO

Options

TODO

Futures

TODO

Credits

Tastyscrape is adapted from the tastyworks module.