Good evening,
Does anyone know how to pull exclusively the close price from alpha vantage API?
I have tried this:
df, meta_data = ts.get_intraday(symbol=CCC,interval='1min', outputsize='full')['5. volume']
with no luck. thank you in advance. Also didn't find anything in their documentation.
Thank you,