Write to CSV

KillBill
I am new to python programming. I am trying to use historical data to extract a year of daily close prices. I need help to extract this data and write to a list. Can anybody help me with a sample code for this?
  • MAG
    You want daily close prices only which means you need to extract daily ohlc and write it to csv. Is that correct?
  • KillBill
    This can be closed now. Thanks.
This discussion has been closed.