[pyupbit] 여러 종목 현재가 얻어오기

import pyupbit

tickers = ['KRW-BTC', "KRW-XRP"]
price = pyupbit.get_current_price(tickers)
print(price)