Robin-stocks API返回错误的投资组合价值

时间:2020-04-22 17:24:47

标签: python-3.x

import robin_stocks as r
r.authentication.login(username='email', password='password', expiresIn=86400, scope='internal', by_sms=True, store_session=True)
print(r.profiles.load_portfolio_profile(info=None).get("market_value"))

所有登录名,MFA和代码似乎都可以使用,但市场价值与我在应用程序上看到的不一样。降低了约70美元-这可能是什么结果?在此先感谢一吨!

0 个答案:

没有答案