I know it's possible to do this cause I have a friend who can but he likes to bug me by not telling how its done.
As most know, you can query the yahoo stocks server to give you history or a current quote and other misc. information in a .csv format file.
do something like this:
http://table.finance.yahoo.com/table...96&ignore=.csv
where of course s=YHOO is the stock symbol. This pulls up the history of the stock.
However, how do you query yahoo to check ALL the stocks at a single time and filter by a query... like specify I want the thing only to return a .csv file of all the stocks that have a volume (amount of trades in a day of that stock) of over 10,000 ...
Does anyone know how to do this? Please help. I have a feeling its just a parameter in the query string.
- Drew