Top "Quandl" questions

Quandl.

Alternative to google finance api

I wanted to use Google Finance API to get stock data about the company but this API is deprecated since 2011/26/05. …

api google-api google-finance quandl
import error; no module named Quandl

I am am trying to run the Quandl module on a virtualenv which I have uninstalled packages only pandas and …

python-2.7 importerror quandl
ModuleNotFoundError: No module named 'pandas'

I'm following a practical machine learning tutorial and I am already stuck on the second video. https://www.youtube.com/…

python pandas python-3.6 quandl
Could not find a version that satisfies the requirement numpy == 1.9.3

Trying to install quandl and need pandas, so I tried pip install pandas and get: Could not find a version …

python python-3.x pandas numpy quandl
Alternatives to the Yahoo Finance API?

Yahoo finance recently discontinued their API. I have been looking for alternatives. The ones I've found so far are Google …

finance yahoo-api yahoo-finance google-finance quandl
How to download intraday stock market data with R

All, I'm looking to download stock data either from Yahoo or Google on 15 - 60 minute intervals for as much history …

r finance stockquotes quandl
Pandas - KeyError: columns not in index

import pandas as pd import quandl df=quandl.get('WIKI/GOOGL') #print(df.head()) df=df[['Adj.Open','Adj.High',…

python pandas indexing multiple-columns quandl
What is meant by shift in dataframe?

I am stuck in the following lines import quandl,math import pandas as pd import numpy as np from sklearn …

python pandas quandl
Cannot import quandl in Python 3

I have spyder (Python2.7) and spyder3 (Python3.5) installed on Ubuntu 16.04. I was able to import quandl in spyder (Python2.7) setup, …

python-3.x quandl
How to install: Quandl on Anaconda (Python) 3.4 on OSX

I cant figure out for the life of me how in the world to install How to Quandl on Anaconda 3.4 …

python macos installation quandl