ibflex
ibflex copied to clipboard
Python parser for Interactive Brokers Flex XML statements
ibflex stopped working for me due to the URLs in client.py returning timeouts and 1014 "Query is invalid" errors. also added a paymentInLieuIBUKL Type that occurs in statements.
Hello, First of all, thank you for your package; it saves me a lot of time by not having to write my own parser. I'm trying to use it as...
Hi, I see a lot of changes have been made since the last release in 2021. My app depends on the old version in pypi (A pypi package must have...
Hi, I've just started to play around with this package. One thing I encountered (as many others it seems) is that the parser fails violently if the flex query results...
Hey @csingley. Found this issue recently while testing the package from master branch. ``` >>> res = parser.parse(response) Traceback (most recent call last): File "/root_folder/ibflex/ibflex/parser.py", line 303, in convert prepped_value...
Add few missing fields to StatementOfFundsLine, Trade Also add fields to Lot, SymbolSummary, AssetSummary, Order, OptionEAE and SecurityInfo
The 3rd change, PutCall enum in this commit I don't remember, but if I comment that line, then it gives an error: ImportError: cannot import name 'PutCall' from 'ibflex' (...\lib\site-packages\ibflex\__init__.py)
Getting this error despite the currency attribute being present on every item. ```xml ``` trace: ```trace --------------------------------------------------------------------------- KeyError Traceback (most recent call last) File ~/code/port/.venv/lib/python3.11/site-packages/ibflex/parser.py:115, in parse_data_element(elem) [114](https://file+.vscode-resource.vscode-cdn.net/Users/clifton/code/port/~/code/port/.venv/lib/python3.11/site-packages/ibflex/parser.py:114) try: -->...
## Summary This adds a GitHub Actions workflow that automatically publishes to PyPI when you create a release. ## Background I needed ibflex for a project but the PyPI version...