Tomas -- I don't know if it would help or not, but I have an EXCEL
add-in that retrieves over 14,000 different data elements from the
web.  The VBA code is open source and available over at:

http://finance.groups.yahoo.com/group/smf_addin/

For 99% of the data elements, I've defined them down to a pattern of
ten parameters.  For example:

aParms(10) = "MSN;% Insider Ownership;OWNERSHIP INFORMATION;INSIDER; ;
;0;0;1;0"

...means this is the definition of element #10.  The parameters mean:

#1 = Data source ID (I currently have 35 different source web pages)
#2 = Name to use for the element
#3-6 = Strings that define how to find a starting point on the page
#7 = # of rows to skip from there before looking for data
#8 = string to identify end of table if # of rows > 0
#9 = relative # of the cell in the row that contains the data
#10 = # of cells to look at to find data (only used by a few items)

After a web page is retrieved, these 10 parameters are passed to a
small parsing routine that returns the value in the table cell.  Each
web page is held in an array, so that if other elements are desired
from that page, it doesn't need to be retrieved again.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to