ANN: sharep 0.2 - share price downloader module

Mark Carter me at privacy.net
Tue Nov 8 20:49:37 CET 2005


sharep is a Public Domain python module for downloading share prices
from the internet. Currently only UK shares are supported. Feel free to
submit support for other countries.

News
08-Nov-2005  	Version 0.2 released  - updates for changes to Yahoo site
21-Dec-2004     Version 0.1 released

Example
  >>> # download bid and ask price for Glaxo Pharmaceuticals; symbol 
name GSK
  >>> import sharep.uk
  >>> sharep.uk.bid('GSK')
'1,184.00'
  >>> sharep.uk.ask('gsk')
'1,186.00'

Webpage:
http://www.markcarter.me.uk/computing/python/sharep/sharep.htm

Download:
http://www.markcarter.me.uk/computing/python/sharep/sharep-0.2.zip


More information about the Python-announce-list mailing list