currency of a stock in Yahoo Finance by a query

Philip Vanstraceele3 Jan 2011 11:02 AM
Hello,

I 'm new with YQL. I'm looking for a solution to obtain the currency of a stock in Yahoo Finance by a query.

For example for Yahoo to have a returned value that it is in USD and GDF.PA is in EUR.

Is there a way to do this ?

Kind regards,

Philip Vanstraceele
David Hoffman7 Jan 2011 1:26 PM
select * from yahoo.finance.xchange where pair="usdeur, eurchf"
Mike10 Feb 2012 11:00 PM
I'm trying to do the same thing, any idea?