Sample demonstrating retrieving daily fx rates from ECB
The URL is http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
The program reads the xml file and uses System.Xml.XmlDocument to parse and create a List of fx rates.
Feel free to comment, use or whatever :-)
//Jens