@@ -11,7 +11,7 @@ tickers_air = [ 'EZJ', 'RYAAY' ] # Ryanair RYA:LN, RYAAY:US, RYAOF over the coun
1111tickers_social = [ 'NFLX' , 'FB' , 'TWTR' , 'ETSY' , 'LNKD' ]
1212tickers_factory = [ 'TSLA' , 'IMG' , 'IFX' , 'SIE' ]
1313tickers_online_retail = [ 'AMZN' , 'EBAY' , 'EBA' , 'BABA' ]
14- tickers_pay = [ 'PYPL' , '2PP' , 'SQ' ]
14+ tickers_pay = [ 'PYPL' , '2PP' , 'SQ' , 'VM' ]
1515tickers_it = [ 'GOOG' , 'GOOGL' , 'AAPL' , 'TEAM' , 'GDDY' ]
1616tickers_health = [ 'FIT' ]
1717
@@ -29,9 +29,8 @@ def process_tickers(list, function):
2929
3030@stopit .threading_timeoutable (default = 'not finished' )
3131def outstanding_shares (ticker ):
32- database_id = 'RAYMOND'
33- current_request = database_id + '/' + ticker .upper ().strip () + '_TOTAL_COMMON_SHARES_OUTSTANDING_Q'
34- outstanding_shares_filename = conf_info .fundamentals_dir + 'outstanding_shares_' + database_id + '_' + ticker .upper () + '.csv'
32+ current_request = conf_info .quandl_out_shares_db_id + '/' + ticker .upper ().strip () + '_TOTAL_COMMON_SHARES_OUTSTANDING_Q'
33+ outstanding_shares_filename = conf_info .fundamentals_dir + conf_info .get_quandle_outstanding_shares_filename (ticker )
3534
3635 try :
3736 print 'Processing ticker ' + ticker
0 commit comments