On 19 dñÄ, 10:53, Vitor Peres <dodecapho... / gmail.com> wrote: > > I know it's not nearly as fun as screen-scraping, but you can get the value > for Nasdaq (and many other quotes) on Yahoo! Finance by querying the rightRL for the CSV. The current value can be obtained by fetching: > > http://download.finance.yahoo.com/d/quotes.csv?s=[name]&f=sl1d1t1c1ohgv&e=.csv > > You just have replace [name] with %5EIXIC for Nasdaq. Historical data is > available (closings only) at: > > http://ichart.finance.yahoo.com/table.csv?&s=[<http://ichart.finance.yahoo.com/table.csv?&s=%5Bquote>name]&a=[start > month]&b=[start_day]&c=[start > _year]&d=[end_month]&e=[end_day]&f=[end_year]&g=d&ignore=.csv > > Just replace [name] with the index or stock you wish to query and each > bracketed date info with integers. > > I've replied to a topic before that involved Yahoo! Finance, but it was > specifically about searching for a symbol. Since it's not your case, here's > hoping that directly fetching it will suffice. > > -- > Vitor Peres (dodecaphonic) > ------------------------------------http://twitter.com/dodecaphonic Hi Victor, thank you very much :) But, as you said, it isn't very funny, no ? ;) (but I didn't know that trick, thanks)