jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.68k stars 458 forks source link

Account/Portfolio returns empty #290

Open jsh088 opened 3 years ago

jsh088 commented 3 years ago

If I try to run any function related to my own account/portfolio, I always get empty or none. I tried my own scripts as well as included example scripts...

login seems to work fine, with access token printing. if I try to change password to a bad password, it says Unable to log in with provided creds.

I can request generic data like technology stocks and that works ok.

jsh088 commented 3 years ago

load_basic_profile load_investment_profile load_security_profile load_user_profile seems to work!

but load_portfolio_profile load_account_profile build_holdings do not work!

so it is logging in.... but no portfolio or other account info...