Johann Glaser - 2008-06-24

Hi!

Unfortunately I'm not able to program Perl, so I ask you to implement a module for a stock source from Austria, "Fonds&Co".

To retrieve the current value of a funds use the URL
  http://www.fondsundco.at/chartingtool.php?ric_code=049646.9
The table "Aktuelle Werte:" shows the current value in the first row ("NAV") and the according date in the second row ("Datum").

Unfortunately the site uses internal IDs which are only partly related to the funds official numbers. You can do a lookup using
  http://www.fondsundco.at/fund_quick_search.php?lookup=049646
There is one table with a reference to the above URL. It shows the intern codes of the search result (zero, one or more). The search accepts funds names, ISIN, WKN, ...

I'd be happy to have just the simple retrieval of the current value, because I can lookup the internal code myself. The more sophisticated stuff (i.e. translation of an ISIN to the internal code and then retrieving the data) is IMHO currently not important.

Thanks
  Hansi