Crypto

Getting crypto currency information.

class finvizfinance.crypto.Crypto[source]

Getting information from the finviz crypto page.

chart(crypto, timeframe='D', urlonly=False)[source]

Get crypto chart.

Parameters:
  • crypto (str) – crypto currency

  • timeframe (str) – choice of timeframe(5M, H, D, W, M)

  • urlonly (bool) – choice of downloading charts, default: downloading chart

Returns:

url for the chart

Return type:

charturl(str)

performance()[source]

Get crypto performance table.

Returns:

crypto performance table

Return type:

df(pandas.DataFrame)