Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paginated get_portfolio. Supporting portfolios with more than 100 positions #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Phibog
Copy link

@Phibog Phibog commented Sep 27, 2023

The current get_portfolio function calls the positions endpoint with fixed pageId=0 and will not return all positions if the portfolio contains more than 100 positions.

I added get_portfolio_paginated which goes through all pages until the response is empty. It also adds conId to the response objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant