Crypto

Getting crypto currency information.

class finvizfinance.crypto.Crypto

Getting information from the finviz crypto page.

chart(crypto, timeframe='D', urlonly=False)

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()

Get crypto performance table.

Returns:crypto performance table
Return type:df(pandas.DataFrame)