Skip to content

Instantly share code, notes, and snippets.

@astoeckl
Last active August 18, 2018 20:20
Show Gist options
  • Save astoeckl/e89365f4731d8cc80fef4f5957dad8b2 to your computer and use it in GitHub Desktop.
Save astoeckl/e89365f4731d8cc80fef4f5957dad8b2 to your computer and use it in GitHub Desktop.
quandl
import quandl
quandl.ApiConfig.api_key = "YOURKEY"
apple = quandl.get("EOD/AAPL", start_date="2016-02-22", end_date="2018-07-23")
print(apple.shape)
apple.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment