atreadw1492/yahoo_fin

How to export data into csv file ?

Opened this issue · 1 comments

data = get_data("amzn", start_date = "01/01/2017", end_date = "01/31/2017")

is there a buildin option to save the data into csv file ?

not you have it as pandas data frame an then save it with "to_csv"