Crypto

Getting crypto currency information.

class finvizfinance.crypto.Crypto(screener_table_index=5)

Getting information from the finviz crypto page. :Parameters: screener_table_index (int) – table index of the stock screener. change only if change on finviz side.

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)