Replies: 1 comment 1 reply
-
are you asking about getting account positions? If so, this is what works for me
positions = accounts_api.get_account_portfolio(accountIdKey,'json',count=max_positions)
where max_positions=200 for example...
… On Jul 18, 2023, at 8:08 AM, Claire CJS ***@***.***> wrote:
I was looking to see if you addressed the 50-entity limit on the eTrade api, because my personal etrade portfolio fetcher, which came from another github repo, only fetches 50 and doesn't send a "count" parameter to increase the limit past 50. I was looking to see how others addressed this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking to see if you addressed the 50-entity limit on the eTrade api, because my personal etrade portfolio fetcher, which came from another github repo, only fetches 50 and doesn't send a "count" parameter to increase the limit past 50. I was looking to see how others addressed this.
Beta Was this translation helpful? Give feedback.
All reactions