TipRanks#

Following methods are provided:

class rug.tipranks.TipRanks(symbol=None)#

Unofficial API wrapper class for TipRanks.com. Unofficial means this class calls some hidden endpoints and provides data that official API doesn’t. Also doesn’t need an authorization.

get_basic_info()#

Downloads basic info. Data are:

  • company_name

  • market

  • description

  • market_cap

  • has_dividends

  • yoy_change

  • year_low

  • year_high

  • pe_ratio

  • eps

  • similar_stocks
    • ticker

    • company_name

Raises:

SymbolNotFound – In case data for the given symbol wasn’t found.

Returns:

Dict with data.

Return type:

dict

get_dividends()#

Fetches symbol dividends with following fields:

  • yield

  • amount

  • ex_date

  • payment_date

  • record_date

  • growth_since

Returns:

List of dividend objects.

Return type:

list