Replies: 2 comments
-
Hi Nertim, i'm not sure it's possible with the ibkr wrapper itself, i built it with single accounts, im planning to add support for multiple accounts soon. please feel free to share a PR for this, incase you get multiple accounts working. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nertim The main package @stoqey/ib gives you all accounts, where you can filter using the account id, but this wrapper @stoqey/ibkr it only picks the first account, i'm working on adding multiple accounts soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Is there a way to get AccountSummary for a specific accountId or get a mapping of all accountId-AccountSummaries?
E.g. looking through this implementation (python ib_insyc account summary)) it seems like we can pass in the account in to the function. is there such a capability here?
Beta Was this translation helpful? Give feedback.
All reactions