...there? Very similar the way you can do
http://api.search.yahoo.com/WebSearc...onna&results=2 to use Yahoo! web search, I would like to request data about a symbol. In addition to current price, I would like to request:1. 1 day's data by 5 minute increments2. 5 day's data by hourly increments... 1 month's data, 3 month's data, 1 year data, etc.I would like to develop a killer widget with this data.In response to "Just a friend of a friend ( 11 )"...I started by looking at the existing widgets, but they either show the current price, or the graph generated by Y! Finance (or similar)I want historical data so I can generate my own graph. You can see where I'm going with this by looking up Bronosky's ideas in IdeaFactory.Mangalore Dude,The NetEdge API doesn't seem to allow you to find data for >50 days old.So far it looks like using
http://ichart.finance.yahoo.com/tabl...=d&ignore=.csv ( Derived from
http://finance.yahoo.com/q/hp?s=YHOO...e=2&f=2005&g=d ) for days in the past and
http://xml.island.com/ws/xml/timeand...D2&symbol=yhoo ( Derived from
http://data.inetats.com/members/ws/documentation/ ) for today's trade.2 imporvements I'm looking for are:1. XML formated response for days in past2. specifiable minimum time increment between line item results for both.Ideas?