Skip to content

Instantly share code, notes, and snippets.

@cofearabi
Created May 30, 2012 22:39
Show Gist options
  • Save cofearabi/2839377 to your computer and use it in GitHub Desktop.
Save cofearabi/2839377 to your computer and use it in GitHub Desktop.
(python) get monthly stock data from yahoo and make csv file.
import jsm
c = jsm.QuotesCsv()
c.save_historical_prices('4689.csv',4689)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment