#The URL of the source. %1 will be replaced by the internet code of the unit
url=http://stooq.com/q/l/?s=%1&f=sd2t2ohlcv&h&e=csv

#The mode (HTML or CSV). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted.
mode=CSV

#The regular expression for the price (see http://doc.qt.nokia.com/latest/qregexp.html)
price=%1,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,([^,]*),.*

#The regular expression for the date (see http://doc.qt.nokia.com/latest/qregexp.html)
date=%1,([^,]*),.*

#The format of the date (see http://doc.qt.nokia.com/latest/qdate.html#fromString-2)
dateformat = yyyy-MM-dd 