aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:
https://aurbano.github.io/robinhood-node
MIT License
694 stars 184 forks source link

Account numbers iOS App vs. JSON don't add up? #53

Closed qrpike closed 7 years ago

qrpike commented 7 years ago

So here is a screenshot of the app vs the JSON output from the .accounts call. I can't figure out how to correlate these numbers. None of them seem to add up. ( I have a 2-1 margin 'gold' account ).

JSON

APP

Is the .accounts call supposed to return this type of information or am I missing something and should be calling a different method?

Thanks,

qrpike commented 7 years ago

Seems the /portfolios call is what gives the numbers I'm looking for. Thanks,