Yahoo Finance Package installation in Anaconda

24,315

Solution 1

Just run this command on Anaconda prompt:

pip3 install yfinance

Solution 2

Below code:

 python -m pip install yahoo-finance 

works well

Version of Python: 3.7

Typing in : Anaconda Prompt

Share:
24,315
Deb
Author by

Deb

Updated on April 26, 2021

Comments

  • Deb
    Deb about 3 years

    I am trying to install Yahoo Finance Package from Anaconda Cloud with the below CMD Line instruction

    pip install -i http://pypi.anaconda.org/pypi/simple yahoo-finance
    

    But I am getting an error, not sure how to bypass. Please help

    enter image description here

    If I do

    pip install yahoo-finance
    

    enter image description here