-
**Describe the bug**
`pip install tastytrade` no longer works
**How to reproduce**
1. create a new virtualenv (I chose python 3.12)
2. `pip install tastytrade`
3. open python interpreter, `impo…
r0fls updated
1 month ago
-
Hi folks, I wanted to let everyone know about some developments that will affect a lot of users of the SDK.
Recently, a lot of users have been having issues with the streamer (#135, #137, #141)
It…
-
Thanks for your effort here it is much appreciated if I can get it going. I have very little experience in Python but many years of experience in R. I'm using RStudio and the reticulate library whic…
-
I'm a tastytrade user using their sandbox environment. They've provided me a "dxlink-url": "`wss://tasty-demo-ws.dxfeed.com/delayed`" and a token. The URL and token work well in https://demo.dxfeed.co…
-
It looks like there isn't any condition in the current processing (at least for Think or Swim) for assignment of an options contract. Here is an example.
```
INFO : Operation: 'read_config' …
-
Hello and thank you very much for creating `icli`, I've just come across it and both its current functionality as well as the TODO roadmap look incredible!
I have a question: Could `icli` be used t…
-
There are new fields like start/end date and pagination
https://developer.tastytrade.com/open-api-spec/balances-and-positions/#/balance-snapshots/getAccountsAccountNumberBalanceSnapshots
-
**Describe the bug**
When I run this on weekend like Sunday,
```python
async def test_dxlink_streamer(s):
async with DXLinkStreamer(s, ssl.SSLContext(cafile=certifi.where())) as streamer:
…
-
Hi, I am able to retrieve the whole option chain for an expiration date without any problem.
But I can't get any Greeks for those strikes.
Code at: https://github.com/veritacodex/TastyTrade.Api.…
-
I'm getting a string_type error in Pydantic - here's my call:
watchlists = Watchlist.get_public_watchlists (session)
Traceback (most recent call last):
File "[,,,]
watchlists = Watchlist…