I am trying to pull data from Quandl through Python. The problem I run into is that my Corporate's proxy blocks my ability to pull the data. Is there a way to log in to the proxy within the code itself by providing my username and password?
I am very new to Python/coding-in-general, and any help is greatly appreciated! I am using Python 3.5.
My code:
from Quandl import Quandl
mydata = Quandl.get("FRED/GDP")
Output:
URLError: <urlopen error Tunnel connection failed: 407 Proxy Authentication Required>