Questions tagged [yahoo-api]

covers open webservices and APIs provided by Yahoo!

This tag covers questions related to the public Web Services and APIs offered by the Yahoo Developer Network to make it easy for developers to build applications and mashups.

References

784 questions
39
votes
10 answers

Has Yahoo finance web service disappeared? API changed? Down temporarily?

For quite some time I've been using the following REST API to query Yahoo finance for current prices. It is documented in several Stack Overflow posts, e.g. Yahoo finance webservice and elsewhere in yahoo-finance. …
K Markey
  • 595
  • 1
  • 6
  • 10
33
votes
1 answer

Alternatives to the Yahoo Finance API?

Yahoo finance recently discontinued their API. I have been looking for alternatives. The ones I've found so far are Google Finance and Quandl. Google Finance was deprecated in 2011 but still appears to work somewhat. However, there is little to no…
Alex F
  • 2,086
  • 4
  • 29
  • 67
32
votes
4 answers

Yahoo finance webservice API

I am trying to get realtime stock data from BSE and NSE using yahoo finance web-services. I was able to get some data using following URL http://finance.yahoo.com/webservice/v1/symbols/COALINDIA.NS/quote?format=json But it gives me very limited…
Adi
  • 2,364
  • 1
  • 17
  • 23
25
votes
6 answers

Add events to google calendar,yahoo calendar, outlook and ical

The users of my Javascript based site often need to create an event where they post an event name, event description, start time and the end time of the event along with the date. Now, they would like to add those event details to the their Google…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129
18
votes
9 answers

Yahoo Finance API - GET quotes returns "Invalid Cookie"

For the past few years, I've been using the following link to fetch a full current quote for the symbols in the query: https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL All of a sudden, as of about 5 hours ago, I'm now getting the error…
Biff Downhill
  • 245
  • 2
  • 10
16
votes
4 answers

Making Yahoo Weather API request with OAuth 1

I ran into a problem with Yahoo Weather API because it wasn't giving me any data. After visiting YDN website I've found out that all requests should be updated to OAuth 1 starting from March 15th (but I got working it just today!). It's also said to…
phbelov
  • 2,329
  • 3
  • 18
  • 15
15
votes
4 answers

Yahoo authenticate & fetch profile details iOS

I've listed here Yahoo Integration steps which I've followed. Step 1. I went to http://developer.yahoo.com/social/sdk/objectivec/ Step 2. Downloaded entire framework from here - http://github.com/yahoo/yos-social-objc Step 3. I did Drag & drop that…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
14
votes
2 answers

Fetching 1 minute bars from Yahoo Finance

I'm trying to download 1 minute historical stock prices from Yahoo Finance, both for the current day and the previous ones. Yahoo (just like Google) supports up to 15 days worth of data, using the following API…
Danny
  • 169
  • 1
  • 1
  • 6
13
votes
1 answer

How to get more than 10 search results from Yahoo Finance API?

The following call will search the Yahoo Finance API for stocks that have "Yahoo" in its name: http://d.yimg.com/autoc.finance.yahoo.com/autoc?query=yahoo®ion=US&lang=en-US&row=ALL&callback=YAHOO.Finance.SymbolSuggest.ssCallback Unfortunately,…
Timo Ernst
  • 15,243
  • 23
  • 104
  • 165
11
votes
1 answer

Adding Images or Thumbnails to Atom 1.0 Entries

This StackOverflow answer suggests that you should use HTML entry content and use a standard tag to link to your images.
Muhammad Rehan Saeed
  • 35,627
  • 39
  • 202
  • 311
11
votes
4 answers

yahoo finance quotes API and historical data API

The yahoo finance quotes API(http://download.finance.yahoo.com/d/quotes.csv?) provides access to a number of features associated with a company for the current year (Sector Price Dividend Yield Price/Earnings Earnings/Share Book Value 52…
mathopt
  • 569
  • 1
  • 6
  • 17
10
votes
3 answers

Yahoo weather API, randomly returns old data?

I started using Yahoo's free weather API to get the weather data I need, but it seems each time I request a city weather data there is a chance that either I get updated data or old data from back to 1 to 8 days. Here is a simple URL which I make my…
Night2
  • 1,168
  • 9
  • 18
10
votes
2 answers

Yahoo API: is geo API closed? (formerly where.yahooapis.com)

does anybody know if the standard yahoo geo/where-api is has been closed? The api was accessible (untili yesterday) on where.yahooapis.com? Regards
johngrinder
  • 422
  • 4
  • 14
9
votes
7 answers

Yahoo Finance Historical data downloader url is not working

I have used the following url to fetch the historical data from yahoo finance. From last 16th May, 2017 the url is not working. http://real-chart.finance.yahoo.com/table.csv?s=AAL&a=04&b=01&c=2017&d=04&e=02&f=2017&g=d&ignore=.csv Seems like they…
Suvonkar
  • 2,440
  • 12
  • 34
  • 44
9
votes
2 answers

How to get key statistics for yahoo finance web search api?

I am working on retrieving yahoo finance companies data and I was succeeded in getting the companies stock data. Apart from the basic data I am also trying to retrieve key statistics data for the same company. Below image is the key statistics…
bunny sunny
  • 301
  • 6
  • 15
1
2 3
52 53