RomelTorres / alpha_vantage

A python wrapper for Alpha Vantage API for financial data.
MIT License
4.3k stars 741 forks source link

crypto data #318

Closed bbbzhai closed 3 years ago

bbbzhai commented 3 years ago

Hi, from alpha_vantage.cryptocurrencies import CryptoCurrencies I use get_digital_currency_daily, as well as weekly, the return dataframe has columns: Index(['1a. open (USD)', '1b. open (USD)', '2a. high (USD)', '2b. high (USD)', '3a. low (USD)', '3b. low (USD)', '4a. close (USD)', '4b. close (USD)', '5. volume', '6. market cap (USD)'], dtype='object')

Is the duplicate columns intentional or a bug?

Thanks

bbbzhai commented 3 years ago

Never mind, I change the market and I think the default is showing USD, so the duplicated columns.