prosper.datareader.stocks

Meant as an extension of pandas-datareader, prosper.datareader.stocks provides utilities for collecting news and quotes from other sources.

prosper.datareader.stocks relies on services from Robinhood to collect data.

Though pandas-datareader is a powerful tool for generic data fetching, it lacks some support for Robinhood.

get_quote_rh()

quote_dataframe = stocks.get_quote_rh('TICKER')

Default quote data:

  • symbol
  • simple_name
  • pe_ratio
  • pct_change
  • current_price
  • updated_at

Designed to mirror pandas_datareader.data.get_quote_yahoo() from pandas-datareader