I have been searching for this for last few days. I have achieved fetching the basic things through YQL, like their stocks, prices and all.
Like this :
Select Name,Symbol,LastTradePriceOnly,LastTradeDate, LastTradeTime, Change, ChangeInPercentage, PreviousClose, Open, Bid, Ask, DaysRange, YearRange, Volume , Average, MarketCapitalization, PERatio, EPSEstimateCurrentYear, TralingAnnualDividendYield from yahoo.finance.quotes where symbol = 'aapl'
But i do not know how to get stock quotes country wise. First of all i did not get a YQL to get the countries related to stocks.
For example : Select Name,Symbol from yahoo.finance.quotes where Country = "India".
Thanks for your time.