-
**Describe the bug**
I'm using Option object to build a leg but it's causing a pydantic error. I think somehow the attributes from Option are not inherited.
ValidationError: 1 validation error fo…
-
This happens when sending the websocket connection using the method described in the documentation. The same error occurs when using DXFeedStreamer and DXLinkStreamer.
```shell
Traceback (most rec…
-
Here are the contents of the email sent to the TT API customers:
> We trust you are having a positive experience with the tastytrade Open API. We are reaching out to inform you that we are upgradin…
-
It could be useful to call `subscribe` multiple times with the same event type on a given `DXLinkStreamer`—for example, to request quotes for more symbols than can fit in one WebSocket message. Howeve…
pkkm updated
12 months ago
-
Currently using DataStreamer from tastytrade.streamer in order to stream the quotes of multiple contracts on a single option chain.
After initial connection, I get quite a large burst of updates to…
-
**Describe the bug**
Playing around with code as per docs/sessions.rst (Fetching greeks example), I stumbled upon a TypeError.
TypeError: tastytrade.dxfeed.greeks.Greeks() argument after ** must b…
-
## Context
Jiri has requested a short guide on how a dAPP owner can verify the addresss of an API provider's Airnode.
## Suggested Changes
A new guide
## Additional Information
For these API …
-
There is currently an endpoint for historical candle data. I looked at the dxFeed API and TimeSeriesEvent are available for Candle, DailyCandle, Greeks, TheoPrice, TimeAndSale and Underlying [https://…
-
not working on nodejs i am getting this error
```
node_modules/cometd/cometd.js:3573
if (window.WebSocket) {
^
ReferenceError: window is not defined
```
-
I can't wrap my head around how to get candles for certain periods.
Is it added to the symbol in the symbol list?
I've tried:
```
subs_list = ['BTCUSD&period=10m']
# this function fe…