Hi,
If you try
http://finance.yahoo.com/currency-converter#from=THB;to=EUR;amt=1
You will get 1 THB about 0.0206 EUR.
However, as noted earlier, this page is an interactive one using AJAX. It's not possible to retrieve the value.
The rate the program retrieves is from
http://finance.yahoo.com/q?s=THBEUR=X
You're right. The rate displayed is wrong. It's displayed as 2.07.
Garbage in, garbage out. The module just displays whatever is returned by Yahoo.
I'm not too sure why Yahoo displays the values *100 - for all figures including Last Trade, Prev Close, Open, etc. Perhaps it's because the rate is too small? So it just multiples by 100? By it should indicate somewhere, isn't it?
Does anybody have any clue?
Regards,
/kksou