You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
varRobinhood=require('robinhood')(credentials,function(){Robinhood.accounts(function(err,response,body){if(err){console.error(err);}else{console.log("accounts");// This returns the margin buying powerconsole.log(body.results[0].margin_balances.unallocated_margin_cash);}})});
Expected result
// Buying power for a specific stock
Actual behaviour
// The full buying power
Reproducing
// I know the account will always return the full margin buying power, but how do I get the margin buying power for a particular stock? Namely, penny stocks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code being executed:
Expected result
// Buying power for a specific stock
Actual behaviour
// The full buying power
Reproducing
// I know the account will always return the full margin buying power, but how do I get the margin buying power for a particular stock? Namely, penny stocks.
The text was updated successfully, but these errors were encountered: