from pycoingecko import CoinGeckoAPI cg = CoinGeckoAPI() result = cg.get_price(ids=list(['ethereumpow']), vs_currencies='usd') print(result)