Skip to content

Instantly share code, notes, and snippets.

@romanmichaelpaolucci
Last active January 17, 2020 02:39
Show Gist options
  • Save romanmichaelpaolucci/bf61fa303c2ca8faa68d0fbcd3cff72b to your computer and use it in GitHub Desktop.
Save romanmichaelpaolucci/bf61fa303c2ca8faa68d0fbcd3cff72b to your computer and use it in GitHub Desktop.
Quandl Socket
import pandas as pd
import quandl
import requests
class QuandlSocket:
"""
Socket for cached historical market data requests
"""
def __init__(self):
quandl.ApiConfig.api_key = 'YOUR_API_KEY'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment