Alex Golec

Results 20 issues of Alex Golec

People keep making the same errors over and over again. This ticket will record them.

`https://research.tdameritrade.com/grid/public/markets/news/story.asp?docKey=XXXXX`

See here: https://github.com/alexgolec/tda-api/blob/master/tda/streaming.py#L325

In particular, people seem to be finding it inconvenient to handle 429 return codes.

`tda-api` is currently designed with running single-user apps in mind. This ticket proposes building out scaffolding to allow users to create server-side webapps that access TDA's API. Ideas include: *...

Lots of interesting tribal knowledge to be shared: * 120 per second seems to be enforced pretty strictly * Throttling happens on a per-account basis, which means you can't game...

**Is your feature request related to a problem? Please describe.** Symbology is inconsistent across various API surfaces **Describe the solution you'd like** Reverse engineer the symbology used and develop a...

Some endpoints require uppercase and some tolerate lowercase, so let's always pass uppercase to make things easier.