Comparação entre IWDA e SWRD
import litfin as lf
lf.search_investing_etf(isins=['IE00BFY0GT14'])
lf.search_investing_etf(tickers=['IWDA'])
names=['SPDR MSCI World UCITS', 'iShares Core MSCI World UCITS']
countries=['netherlands', 'netherlands']
colnames=['SWRD', 'IWDA']
ETFs = lf.download_quotes_investing_etf(names=names,
countries=countries,
colnames=colnames,
growth_index=True)
ETFs
lf.ichart(ETFs)
print(lf.compute_performance_table(ETFs))