I'm trying to use Yahoo's YQL to find a stock price on the Madrid stock exchange.
I have a query that works for looking up ARM's price on the London Stock exchange:
select * from yahoo.finance.quotes where symbol="arm.l"
but when I try a similar query for a Spanish company on the Madrid exchange it fails (Telephonica in this example):
select * from yahoo.finance.quotes where symbol="tef.mc"
I can see Yahoo list Telephonica's stock information on the Madrid exchange, so I'm wondering if there is something wrong with my syntax?
Any suggestions would be much appreciated.
Many thanks, Chris