YAHOO Finance API Service is not working for India Stocks [closed] - yahoo-finance

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
YAHOO Finance api is not working from two days for India stocks. for e.g: http://download.finance.yahoo.com/d?s=ABB.BO+SBI.BO&f=nl1c2vgh&random=10
Is there any way to get live stock updates from Yahoo by Premium or Free?

You can use Yahoo Finance Web service instead, here is an example url to fetch json document, if you do not provide format option in the URL, it will return an XML.
http://finance.yahoo.com/webservice/v1/symbols/ITC.NS,ITC.BO/quote?format=json
I have tried to use diferrent properties available with the yahoo finance csv api, but I am unable to use them with this api.
Note:
This API doesn't seem to be working anymore
P.S. Please do not downvote this answer, since it was working fine when the question was asked.

To fill the gap, I created this FinanceAPI - script against Yahoo! Finance India. Feel free to try it out.

Refer to this link. They no longer wish to make the service available.

Related

Google ads API is down [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Does google ads API work?
When I click the google ads API document, I get "Service Unavailable".
Where can I see this API status, and when it's back?
Can I use this API to create custom audience/lookalike audience just like facebook ads API?
(Additional) I am NodeJS developer, is there any library that is already working well with ads API?
Thank you so much!
You can view the Google Ads API status here: https://ads.google.com/status#hl=en&v=status
Yes you can create custom audiences in Google Ads API, see documentation here: https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences
Yes, I have had experience using this attached one: https://github.com/Opteo/google-ads-api . I used it for GAQL queries and a few bid change things and it worked good. It is not as documented as Python's Client Library.
Lemme know if you have any other questions, hope this helps.

Is there an API to access iOS App Store data? [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 2 years ago.
Improve this question
I am currently working on a school project and was wondering if there is an API to fetch data such as the current official top ten games from the iOS app store? I know there are websites like sensor tower where I could maybe extract data from, but I was hoping to find an API that accesses the apple store data directly rather than going through a 3rd party website. So far I've not had much luck!
Does anyone have any ideas?
Many thanks in advance!
Apple didn't launch any official APIs for accessing the App Store data.
Find below the APIs that are available right now,
1- iTunes Search API, It is for iTunes Store and Apple Books Store.
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/
2- App Store Connect API, It's concerning with apps that added to App Store Connect only.
https://developer.apple.com/documentation/appstoreconnectapi/testflight/apps
And Check the following similar question as well,
https://apple.stackexchange.com/questions/347123/appstore-api-for-search-and-download
It depends on how you define "Top Games", for example:
by downloads?
by position on Top Charts?
by average ratings and/or number of ratings?
and in what countries or categories?
The easiest way would be to use a third-party API that pre-packages all those insights, for example you could use this Advanced Query API to search for "games only" and sort by "position on Top Charts". You find several examples in the section "Example Queries".
As you might notice, that endpoint expects a POST request, so make sure you enclose your payload (e.g. JSON-formatted search parameters) in the body of the request message. If you use PHP this other post gives you a good example on how to do it: How do I send a POST request with PHP?
Hope this was helpful! If you have any questions, feel free to get in touch.
(Disclaimer: I am the CEO and co-founder of 42matters.)
The best API for accessing Android and iTunes App Store data is https://www.appmonsta.com. They were recently acquired by MightySignal.

Photo source by... Tumblr? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
How do the app Cal loads images from Tumblr?
I've seen that if you click on this photo source (it's a link), you go to something like this.
From what I understand, they are fetching all images from this user's posts. They seem to just reblog other posts they found with images.
Is it even legal?
How are they doing such thing?
They are probably using the Tumblr API
They also provide an Objective-C SDK ready for you to use in your projects here.
Regarding their policy, check this.
When you upload your creations to Tumblr, you grant us a license to
make that content available in the ways you'd expect from using our
services (for example, via your blog, RSS, the Tumblr Dashboard,
etc.). We never want to do anything with your content that surprises
you.

API alternative to Google trends [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 3 years ago.
Improve this question
Is there any API that I can use to rank search terms according to their popularity? An official Google API was announced to be released, however there isn't any. Any suggestions on what I may use alternatively?
There are some open source API's available to Google trends.
In node: https://www.npmjs.com/package/google-trends-api
In Python:
https://github.com/GeneralMills/pytrends
In Java:
https://github.com/elibus/j-google-trends-api
Java client side: https://github.com/elibus/j-google-trends-client
For Golang groovili/gogtrends can be useful. It's an unofficial API wrapper which works with Google Trends. Gives the ability to get trending searches and compare search items popularity over time and by region.
There is a php api for google trends that I've been using for almost two years without problems: http://codingfocus.com/google-trends-api
It allows to get graph, region and related queries data.
You might check out the SimilarWeb API which provides the proportion of search traffic to a given domain over time. This metric is quite similar to what Google Trends provides.
https://developer.similarweb.com/traffic_intelligence
Full disclosure, I work at SimilarWeb.

Twitter API no longer returning results [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Has something with the twitter API changed? This link was returning results earlier today but for whatever reason it seems to have stopped?
https://search.twitter.com/search.json?q=vine&callback=?
Also, clicking on the links in the examples no longer work?
https://dev.twitter.com/docs/using-search
https://search.twitter.com/search.json?q=%40twitterapi
If you're coding in ASP.NET, I recommend the Twitterizer library. It's written and maintained by a fellow who helped me get my own Twitter .NET library off the ground when I was doing that sort of thing.
Yes. You've found out how the version 1 api has been deprecated / is in the process of being removed.
From now on, all your requests to the twitter API will be required to have authentication (OAuth), and for some this was a nightmare to figure out.
Fortunately, I wrote a lengthy post (with pictures) explaining how to set yourself up a twitter dev account / application, get a set of keys, and then I created a library to perform authenticated requests for you.
The only downside is that this library is written in php, and from looking at your profile you use ASP.net - so try googling for a library for your specific language if you don't want to use PHP.
In any case, no more unauthenticated requests for you ;) You need to dig in with OAuth now!

Resources