Retrieve Yahoo! Weather info from multiple cities in one query
With the Yahoo! Finance CSV API, you can specify multiple symbols and retrieve them in one query like this:
select * from csv where url='http://download.finance.yahoo.com/d/quotes.csv?s=^n225,^hsi,^gdaxi,^fchi,^aex,^ftse,^dji,^ixic,^gspc&f=snl1c1p2pohgd1t1&e=.csv'
Does the Yahoo! Weather RSS API support this? E.g. specify multiple location codes. Or maybe is it possible in batch mode? I'm only aware of doing this:
select * from rss where url='http://weather.yahooapis.com/forecastrss?p=NLXX0002'
by
2 Replies