edukaded
edukaded
It's in the docs... robin_stocks.crypto.get_crypto_positions Reference... https://robin-stocks.readthedocs.io/en/latest/functions.html
According to the docs https://robin-stocks.readthedocs.io/en/latest/robinhood.html there is... https://robin-stocks.readthedocs.io/en/latest/_modules/robin_stocks/robinhood/markets.html#get_top_100
I'm on the current master branch. Search github, the function ain't here.
The alternative would be some async function that returns when complete. The info that it's loading is useful info. Perhaps a toggle verbosity flag would be useful though
Actually the script was literally just that line, but it looks like there is quite a bit that's out of date. For example... ``` for(let name of names){ let results...
Thank you, this is helpful information. Wouldn't it be better to have the program either require a "from" field or present the user with a list of accounts it found?...