Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.
does anyone know if there is a stock market news API out there? Hopefully one that covers the major publishers like Reuters, Bloomberg, NYT, and WSJ?
Have you looked at Xignite? There is a fee for it, but you can pull headlines and stories.
Here's a link to more information about their news feed.
It's a SOAP-based API.
HTH.
please use this api url to get news of us market, change s="" as per you search
http://feeds.finance.yahoo.com/rss/2.0/headline?s=a®ion=US&lang=en-US
Try Google's Finance feeds.
https://www.google.co.uk/finance/company_news?q=LON:VOD&output=rss
Just change the "q" URL argument to the stock you require.
Yahoo Finance provides an easy RSS feed with comma separated stock symbols. I used YQL to create a great web service that I later consume on my app.
There aren’t really much APIs for stocks out there, fortunately, Google provides you a free, yet powerful API to access the stock data that used in Google Finance. (Update once every 5 min, and up to 20 min of delay.)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have an idea for a new project that would require me to get the news feeds from many RSS news feeds. I am unable to find a free or affordable API that lets me do this. All I have found is NewsCred, which is significantly too expensive for me. It doesn't seem practical for me to manually input the feeds of 2000 different newspapers both from a time standpoint, and due to potential legal-related licensing issues.
What about Superfeedr? (I created it!). We provide an API that will do the fetching, parsing and and diffing of all the feeds you supply, in realtime.
The main difference with NewsCred is that you are the one picking your sources and supplying them to us. We accept any kind of RSS/Atom feed and already power services like IFTTT for example.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
(I asked on programmers.stackexchange.com but my question got voted down into the negative, so I'm re-asking here.)
I'd like to use a map API for a private intranet web site I'm developing. The Google Maps API is free as long as the web site that uses it is also free. For private intranet web sites, the Google Maps API costs $10,000 US per year (or more) for a business/enterprise license which makes it too expensive for a small 1-guy shop like myself.
So now I'm looking for other options. Are there any usable HTTP map APIs that are free or lower/reasonable cost?
You might wanna check this and this too because what you think about the rules about Google Map is not entirely true. To answer your question, most other providers carry similar license agreement; plus, the solution is not hard to be found hence the voting down (I suppose, no offense).
Anyhow, try Googling OpenStreetMap, hope this helps you!
Google GeoCharts is not a street-by-street level maps and satelite pictures familiar to Google Maps users, but it worked great for what I needed. You can find it here: https://developers.google.com/chart/interactive/docs/gallery/geochart
(Actually, the entire Google Charts javascript library is quite amazing!)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I just wanted to know if there is a developer roadmap for foursquare. We're developing an application using foursquare api and we dont want to break its functionality when there's changes within foursquare api.
To ensure that future Foursquare API changes won't break your application, be sure to supply a version parameter with all your API requests. This parameter is a date you give that basically says "use the version of the API that was running on this date." Now if the API does indeed change, your application will get results from the previous version of the API, and you have adequate time to transition to the newer version.
In general, you can stay most up-to-date by following the Foursquare Engineering Blog and #foursquareAPI. There's also a changelog on the developer site.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm using my app for product barcode scanning and storing product related meta-data.
I'm currently using UPCDatabase to get product information but this API does not give me any images.
Is there an easy image searching API to use in this scenario ? My first choice would have been the Google Image Search API but that has been deprecated..
I'm representative of http://aerse.com. Aerse provides API to get product images with the following features:
They are taken from official sites.
There is an API to get thumbnails
Transparent images, that could be embedded into different designs
Here is the sample workflow:
Get product name from UPC database
Get Image link from Aerse using product name
Download/embed thumbnail/full image
Although Aerse has UPC search as well, it's UPC database has less data then UPCDatabase. Most of the official sources don't provide UPC/EAN codes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98