ashleydavis / alpha-vantage-cli

Command line tool and API for retrieving stock market data from Alpha Vantage
MIT License
35 stars 4 forks source link

How to change Time Zone in Alpha Vantage API #6

Closed Logeswaranbca closed 4 years ago

Logeswaranbca commented 4 years ago

Can I change the time zone in the result from Alpha Vantage API? Here is an example of the output. It's currently in EST. I'd like to get it in IST.

'Meta Data': { '1. Information': 'Intraday (1min) open, high, low, close prices and volume', '2. Symbol': 'BSE:------', '3. Last Refreshed': '2019-11-01', '4. Output Size': 'Compact', '5. Time Zone': 'US/Eastern }

'Time Series (1min)': { '2019-11-01 00:08:59': { '1. open': '70.7500', '2. high': '70.7500', '3. low': '70.7500', '4. close': '70.7500', '5. volume': '0' },