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.73k stars 467 forks source link

get_top_movers showing different stocks than Robinhood.com #302

Open scorpio1441 opened 3 years ago

scorpio1441 commented 3 years ago

it's showing different results than the top movers on Robinhood's website

scorpio1441 commented 3 years ago
movers = r.markets.get_top_movers()

for item in movers:
    print(item['symbol'])

Output:
LXU
ENDP
AMC
TLIS
PLXP
NAKD
SLI
HOWL
IKNA
SI
PLL
NRXP
GKOS
OMIC
XYF
FRLN
HIMS
CELU
MCG
SGOC

In this example MMAT and ALBO are missing (as well as the others).

image