| Home | Trees | Index | Help |
|
|---|
| Module YahooQuote :: Class Index |
|
| Method Summary | |
|---|---|
Creates a market index container. | |
retrieves a component ticker | |
__repr__(self)
| |
retrieves a list of component stocks for this index from the Yahoo Finance website | |
Invokes Ticker.fetchHistory on all component stocks
of this index | |
loads component names from database | |
| Method Details |
|---|
__init__(self,
market,
symbol,
**kw)
Creates a market index container. You shouldn't normally have to
create these yourself.
|
__getitem__(self,
symbol)
retrieves a component ticker
|
fetchFromYahoo(self)retrieves a list of component stocks for this index from the Yahoo Finance website |
fetchHistory(self)InvokesTicker.fetchHistory on all component
stocks of this index
|
load(self, row)loads component names from database |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 25 22:42:21 2007 | http://epydoc.sf.net |