tastyware/tastytrade:v10.1.0 #238
Graeme22
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Tastytrade recently added very useful new endpoints for fetching market data without using the streamer. This is great for many scenarios where you just want to grab prices once, rather than listen to them continually. This PR adds them to the SDK:
cancel: cancels a running backtestdelete: deletes an active backtesting sessionget: fetches a past backtest by IDavailable_parameters: gets a list of valid symbols and dates for backtestsget_futures_holidaystotastytrade.market_sessionsfor futures exchange calendarsTastytradeJsonDataclasstoTastytradeData__str__and__repr__for all Pydantic models now don't print fields that areNoneby default, making for cleaner debuggingFull Changelog: v10.0.1...v10.1.0
This discussion was created from the release tastyware/tastytrade:v10.1.0.
Beta Was this translation helpful? Give feedback.
All reactions