NelsonDane / fennel-invest-api

Unofficial reverse-engineered Fennel.com Invest app API written in Python Requests
MIT License
12 stars 3 forks source link

Multiple Accounts? #15

Closed yoberner closed 2 months ago

yoberner commented 2 months ago

Hi @NelsonDane , Can this be used to trade with all my Fennel brokerage accounts at once? Buy the same stock across all of them? I have multiple accounts under my email. What about if I am using the auto-rsa repo? Thanks.

NelsonDane commented 2 months ago

Yes.

yoberner commented 2 months ago

How is this done? Should all the accounts be entered or does it automatically trade on all fennel accounts?

NelsonDane commented 2 months ago

This is an API, so what it does depends on what code you write. If you want it to only act on one account it can do that, or if you want it to run on all accounts using a loop it can do that too. Please see the examples in the README