def get_stock_quotes(self):
     for company in self.companies:
         self.stockQuotes[company] = CompanyDailyQuotes(company)