PyAlly icon indicating copy to clipboard operation
PyAlly copied to clipboard

Ally Invest API Module for Python3

Results 8 PyAlly issues
Sort by recently updated
recently updated
newest added

Hello, I get `KeyError: 'OrdID'` when I try to run ``` ALLY_OBJECT = ally.Ally("key.json") orders = ALLY_OBJECT.orders() ``` Any ideas? Thanks!

question

Hello! I'm a big fan of this library and use it a lot. Great work! I recently opened a second Ally account, and they issued me an account with both...

Can we compile a list of the (undocumented) warning codes? Here's what I've got so far, but I'm missing a few: ```go type WarningCode uint16 const ( DuplicateOrder WarningCode =...

Updated linter GHA code as per latest docs: https://black.readthedocs.io/en/stable/integrations/github_actions.html

@alienbrett can we swap the default branch from `master` to `main` as is the new industry standard. This is under https://github.com/alienbrett/PyAlly/settings > General > Default branch. If you want to...

enhancement

The fixml changed for options orders and I have been getting the error: `ally.exception.ExecutionException: This symbol is not valid for this request` when submitting with py ally the fixml should...

I have three ally stock accounts and when running: a.accounts() the json data returned by Ally is not parsed properly into a dataframe. It contains only one row/column with all...

I'm not sure if this is just an issue on Ally's end, BUT I've found that outside market hours, I get the following error when streaming quotes: ``` Traceback (most...