Schwab-API-Python icon indicating copy to clipboard operation
Schwab-API-Python copied to clipboard

An easy and lightweight wrapper for using the Charles Schwab API.

Results 10 Schwab-API-Python issues
Sort by recently updated
recently updated
newest added

When trying to return options chain data for a symbol, no data is returned. The other endpoints / streaming are working just fine. This could be due to the fact...

## What has changed - as mentioned in https://github.com/tylerebowers/Schwabdev/pull/43 I've pulled out some examples of what I think could be nice enum additions. I think enums like this are nice...

hi, two questions 1. https://github.com/tylerebowers/Schwabdev/blob/54a6bd52739e1f2979146f3357ee1bf23e0d32a4/schwabdev/stream.py#L133-L150 it seems like you are mixing thread and asyncio. I think you just need multithreading here, I believe having a second thread running a coroutine...

Proposal is to create a class that handles all actions for a single account. This would be a successor to passing `account_hash` to various `client` methods. Current pattern: ```python linked_accounts...

Description of Bug The stream socket is closed abruptly, with a SSL error. The error message is, Here is the main function executing async def main(): global main_loop main_loop =...

ERROR:Schwabdev:sent 1011 (internal error) keepalive ping timeout; no close frame received The feed has been stopped with this error.

To check and update the access token my code calls a function in another module which creates a schwabdev.Client and returns an access_token after renewing the token if necessary. This...

### Rational for Changes In keeping with of sdk approach of an abstracted connector to Schwab API, adding parameters to handle situations where file storage of token is not desirable....

Schwabdev api wrapper 2.5.1 currently has a function definition for instruments that only accepts a string of comma delimited tickers. The "quotes" definition accepts a list of strings AND a...