Hello, right now i'm using Yahoo to fetch a stock's current volume in the following way (e.g., goog) into a quotes.txt: http://download.finance.yahoo.com/d/quotes.txt?s=goog&f=nv and i was interested if Google has a similar service of providing information (especially Volume and Name) of a stock, because i fetch it in a Perl (via php) script and no API is going to help me there (well, it's pretty complicated in Perl to use APIs). I've searched in Google and its finance section and all i found is an option to open an account in http://finance.google.com with a stock screener, but i need random stocks, therefore i wont's enter that screener and add all the stocks.... If anyone knows a Google link like that Yahoo like I showed earlier that will download a quotes.txt file (or any other named file) containing the same content (or very similar one), please post it.