Forex

Getting foreign exchange information.

class finvizfinance.forex.Forex

Getting information from the finviz forex page.

chart(forex, timeframe='D')

Get forex chart.

Args:
forex (str): foreign exchange name timeframe (str): choice of timeframe(5M, H, D, W, M)
performance(change='percent')

Get forex performance table.

Args:
change (str): choose an option of change(percent, PIPS)
Returns:
df(pandas.DataFrame): forex performance table