Stock Market API - Top Gainers/Losers [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for a free API which I can use to retrieve the stock market's top gainers and top losers for the current day. I've checked out Google and Yahoo's API's and they don't seem to do this. I can get price quotes on specific stocks, but nothing about top gainers or losers. Does anyone know of an API that does this?

Use Google's Finance API.
This URL gets the stock information for the end day results of a market between two given dates. Check every market and compare the data appropriately.
http://finance.google.co.uk/finance/historical?q=LON:VOD&startdate=Mar+14+2013&enddate=Mar+15+2013&output=csv

Related

Any API to get amazon products list other than product advertising API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Any API to get amazon products list other than product advertising API, Because this has a limitation 10 products at a time, I need to get 1000 products from a category.
I don't want to loop the request for 100 times and get the products
Thanks in advance.
You can use the MWS (Marketplace Web Service) which can do searches of various types. But there is no API from Amazon to get large amounts of product data. It has to be done incrementally.

API to obtain open and click rates of recipient lists in Sendgrid [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
In Sendgrid, when viewing the recipient lists, it shows the open and click rates of each of the individual lists. Is there an API I can use to get those values? I tried using the Stats API but it shows per day, not per list. So is there an API to show the rates of each list?
No, there's not currently a way to do this through the API. Your best bet to get this one the roadmap is to start a discussion on our community board (http://community.sendgrid.com/).
You can also always reach out to our support team for questions like this!

Foursquare venue stats - all in one shot [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have a list of managed venues.
There is a Venue Stats endpoint, which allows me to get statistics for given venue.
Is there an API (existing or planned) for getting such stats for all managed venues, in one shot?
It is easy to hit rate limit if you have more than several hundreds of venues.
And the files output is not what we like - we would prefer to use the API.
There is no way, currently, to access aggregated stats for a group of venues, but that's a great suggestion and I'll ask the relevant team if they can look into supporting this behavior. Thanks for the feedback!

Where can I find an API to read movie budget? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an API that would give me movie budget, domestic revenue and first wekeend revenue but I can't find any. Ideas?
Does IMDB provide an API?
Not sure if there is a free api that will get the information you want, but the links on that question might give you some leads.
You might want to check out themoviedb.org.
The default response for Movie.getInfo displays a budget parameter.

Weather for specific date? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any weather api that supports query weather for a specific date(or date range)?
In my application, i need to show weather for today but last year.
I can store weather in DB for aech day since now, and next year i'll be able to show last year's data. But it's not "sexy" solutions.
Any ideas?
You could try Wolfram Alpha for Developers:
http://www.wolframalpha.com/developers.html
There's something called the
National Digital Forecast Database (NDFD) Simple Object Access Protocol (SOAP) Web Service
Try saying that 3 times.