Search code examples
pythonpippackagefinancealpha-vantage

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.


Solution

  • 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