def get_stock_basics(self, saveFile): info = ts.get_stock_basics() if saveFile: info.to_csv("./output/stock_basics.csv") return info