You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I wanted to congratulate the team for such a great library. I just started to use it with the addition of OAuth support and I'm loving how easy it is to use.
I'm building a dashboard to get some information about my investments, and one of the values I want to track are the transactions: buy, sell, deposits and withdrawals.
I found that I can use the transaction_history method to retrieve the transactions for a single contract. Not very convenient, but I can manage to retrieve it for all the contracts. But I cannot find how to retrieve data about my cash deposits and withdrawals.
Is there any way that it can be obtained?
Thank you and keep the good work
The text was updated successfully, but these errors were encountered:
Not sure about cash deposits and withdrawals but you can get quite a lot of info from these, so there's a chance you'll find it. Also easier to get trades for multiple tickers there. Keep in mind IBKR only make these available for the past 6 months of history, or something along these lines.
Other than that, I'd suggest you contact IBKR support and ask them directly - they're quite responsive.
Hello there,
First of all I wanted to congratulate the team for such a great library. I just started to use it with the addition of OAuth support and I'm loving how easy it is to use.
I'm building a dashboard to get some information about my investments, and one of the values I want to track are the transactions: buy, sell, deposits and withdrawals.
I found that I can use the
transaction_history
method to retrieve the transactions for a single contract. Not very convenient, but I can manage to retrieve it for all the contracts. But I cannot find how to retrieve data about my cash deposits and withdrawals.Is there any way that it can be obtained?
Thank you and keep the good work
The text was updated successfully, but these errors were encountered: