Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. from pandas_datareader import data as wb
  2. BTC = wb.DataReader('BTC-USD', data_source='yahoo', start='2010-1-1');
  3. PG = wb.DataReader('PG', data_source='yahoo', start='2010-1-1');
  4. Gold = wb.DataReader('Gold', data_source='yahoo', start='2010-1-1')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement