tastyworks_api icon indicating copy to clipboard operation
tastyworks_api copied to clipboard

An unofficial, reverse-engineered Python API for tastyworks.

Results 28 tastyworks_api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Looks like something changed in the websockets, on top of getting this Unknown Client error, I have also experimented manually and found that there are some other...

We need to create a Stock object (derived from Security) which will represent underlying equities.

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** In addition to the datastream of the securities (wss://tasty.dxfeed.com/live/cometd), there is also an account...

enhancement
help wanted
good first issue

# Problem addressed There was no cancel order function There was no Positions object Added missing Stop Limit and Stop Market order types # Solution Created the function # Checklist...

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** `/accounts/{account_id}/balances` returns information about the account balances. Generate models and services. **Describe alternatives you've...

enhancement

The Orders object does not include fees provided from Tastyworks. This is very useful information to have and should have a new object to return when creating/dry-running an order.

enhancement
help wanted
good first issue

There needs to be an object containing information on how an order affects the account's buying power. Very similar to the order fees object.

enhancement
help wanted
good first issue

We need to add support for the time-in-force field in the `Order` object. Some research needs to be done how tastyworks implements it since it contains heterogenous concepts such as...

good first issue