Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Alpha Vantage in Conda

I was looking to try out Alpha Vantage's API in Python, but I'd like to install it using Anaconda rather than pip. I'm fairly new to conda however.

I searched for alpha_vantage in conda

conda search alpha_vantage

and it says alpha_vantage is not available on my channels. Is there a way to find a channel that has it? I sort of thought that is what the search would be for.

like image 663
rhaskett Avatar asked Sep 15 '25 01:09

rhaskett


1 Answers

I just built the alpha_vantage 2.0 and uploaded to anaconda.org. Its build for python 3.6 on macOS. You may download it using my channel:

conda install alpha_vantage -c hoishing
like image 179
Kelvin Avatar answered Sep 16 '25 16:09

Kelvin