ANN: YahooQuote module

David McNab david at rebirthing.co.nz
Thu Apr 15 05:27:44 EDT 2004


Announcing YahooQuote, probably the easiest and most convenient API for 
downloading (and caching) stockmarket prices off the internet.

http://www.freenet.org.nz/python/yahooquote

I know it's not the first python module for pulling yahoo stockmarket 
quotes.

It's not even original code - the fetching/caching/parsing engine is 
ripped verbatim (under the GPL) from Rimon Barr's 'pyq' utility. I've 
just wrapped it into some cushy high-level classes.

But I do believe it's the most natural, pythonic and easily learned API 
for accessing ticker prices, accumulating an historical database, and 
using in other python programs (eg your favourite neural net 
algorithm-du-jour for technical analysis).

Enjoy

Cheers
David




More information about the Python-list mailing list