Guest User

Untitled

a guest
Aug 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import quandl
  2. import os
  3.  
  4. quandl.ApiConfig.api_key = #YOUR_API_KEY
  5.  
  6. start_date, end_date = '2007-07-30', '2017–09–30'
  7. use_columns = ['date', 'ticker', 'adj_open', 'adj_close', 'adj_high', 'adj_low'] #columns of our concern
  8. tickers = [] #add tickets that you want to work with
Add Comment
Please, Sign In to add comment