Crypto

Getting crypto currency information.

class finvizfinance.crypto.Crypto

Getting information from the finviz crypto page.

chart(crypto, timeframe='D')

Get crypto chart.

Parameters:
  • crypto (str) – crypto currency
  • timeframe (str) – choice of timeframe(5M, H, D, W, M)
performance()

Get crypto performance table.

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