-
**Describe the bug**
There is no way to simply retrieve a quote without opening a websocket. Is this a flaw with the Tastytrade API?
**How to reproduce**
This code never releases the websocket …
r0fls updated
5 months ago
-
I believe the buying power (margin) requirement for a short vertical in `putVertical.py`, shown as:
```buyingPower = ((self.__putToSell.strikePrice - self.__putToBuy.strikePrice) - (
cur…
-
Readme says I should use DxFeed's api. Do I need a separate dxfeed subscribtion or I can use tastytrade credentials somehow?
-
I am getting `CancelledError` with this line of code:
> self.greeks[e.eventSymbol] = e
It goes away when I disable this line. I will provide my sample code below (retrieved from [Advanced Usage](…
-
I commented out the order lines 41 to 59
then I run it
and get the error below
which does not occur if I debug break on line 65 and step into it
chain = await option_chain.get_option_chain(session…
-
The api quote token only has equities market data available to it. Subscribing to other instruments types via dxLink (equity options, future options, futures) doesn't return any data.
We are aware …
-
`instruments.Equity.get_equity(session, 'NVDL')` returns info about Novadel pharma (a stock that was delisted back in 2017) instead of "GraniteShares 2x Long NVDA Daily ETF"
The tastytrade website …
-
Hi there,
I'm trying to stream account data.
I'm working in the Sandbox environment at the moment.
I'm implementing a Typescript, Node, Express server. I'm not using the Tasty Trade JS Library, a…
-
Hi,
I have download the transaction history from the tastytade web page but it doesnt match the expected format.
It is in this format : Date,Type,Action,Symbol,Instrument Type,Description,Value,Qu…
-
**Describe the bug**
I'm trying out the new DXLinkStreamer. bidTime and askTime are missing from the event data. Without any timestamp, we wouldn't know if quotes are still streaming. I'm still usin…