Re: Affordable Delayed Data Feed From Web Service Quote:
Originally Posted by RichardDale What periodicity do you seek? (tick feed, 1 min, 5 min, daily etc.)
Which markets?
Do you want a delayed streaming service of ALL symbols or just a subset?
Or do you just want to be able to query-on-demand a symbol at a time? |
Thank you for your reply Richard.
Periodicity would be daily: Close, High, Low, Volume, Open, etc, but for the current day I'd like to get the last traded price info, about 20min delayed. Typically what you'll find from Google Finance, Yahoo Finance and FT.com. The only thing is that I require a proper API to work with so that I can navigate my way through the info. For example, I'd like to drill down to NYSE energy companies & query each one at a time, or get them in one go.
Markets: I'm willing to adjust my markets to whatever a well designed web API provides. But it would be huge plus if I can get Johannesburg & Singapore Stocks.
> Do you want a delayed streaming service of ALL symbols or just a subset?
> Or do you just want to be able to query-on-demand a symbol at a time?
I'm flexible in this regard. A streaming service of ALL symbols might be overkill, so a subset is preferable. Querying a symbol at a time is also fine, IF there's a good way to discover symbols. In other words, if I'm querying a symbol at a time, I have to be able to first get a list of say NYSE energy utilities, and then query each one at a time to get it's data. |