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
4
votes
0 answers

Yahoo Authorization OAUTH:oauth_problem="timestamp_refused"

I have been following Yahoo OAUTH guide closely and successfully established a connection and was able to retrieve the access token along with other objects which i get in response URI.But, now when i try to fetch the Contacts of the authenticated…
Nezam
  • 4,122
  • 3
  • 32
  • 49
4
votes
3 answers

Yahoo Movies API Documentation

I'm trying to use the new unpublished Yahoo Movies API, but can't find any documentation, official or unofficial, about it. Does anyone know if any documentation exists for this? sample API…
Moe Salih
  • 723
  • 1
  • 7
  • 15
4
votes
0 answers

Is there a public dataset with the complete i18n list of Countries, states, languages, area codes, cities, postal codes and Timezones?

I am developing an generic application for the global audience and would like to capture this Master Data so that appropriate UI components can be developed to support features such as Autocomplete and dependent picklists. The master data I am…
3
votes
3 answers

Using the Yahoo Weather API with JSON and the script tag

I'm trying to get the Yahoo Weather with JavaScript. I originally made a proxy, but found that clumsy. So can get the JSON response from http://weather.yahooapis.com/forecastjson?w=9807, and I know that the script tag can avoid the same-domain…
Raekye
  • 5,081
  • 8
  • 49
  • 74
3
votes
2 answers

Why do I get HTTP 401 Unauthorized from my call the to Yahoo contacts API?

This is driving me crackers. I'm implementing a friend invite scheme on a website and need access to the user's Yahoo contacts list. To do this, I'm using OAuth and the yahoo REST api. Here's a complete rundown of the sequence of events: I have a…
izb
  • 50,101
  • 39
  • 117
  • 168
3
votes
1 answer

yahoo changed its API or partially down?

does anyone know whats happening with the yfinance module? I'm writing a huge web app on stock portfolio optimisation and I was relying on that module. Now I have to modify the whole thing... any assistance appreciated! Y import yfinance as yf msft…
grayred8
  • 93
  • 6
3
votes
1 answer

Since December 16, 2022 yfinance version incl. 1.90 does not work

Using as an example msft, I get: import yfinance as yf msft = yf.Ticker("MSFT") msft.info As the result I only get the last four items from info, which also happens on other stocks. msft.balance_sheet, msft.financials also do not show any…
3
votes
5 answers

Weather Forcasts from yahoo weather api

How to get 3,5 or 7 day forecasts from Yahoo Weather API instead of just today and tomorrow? http://weather.yahooapis.com/forecastrss?w=location gives response which has weather forecast of just today and tomorrow. In what way we can have more…
Gaurav Navgire
  • 780
  • 5
  • 17
  • 29
3
votes
2 answers

Why `search.web` YQL table doesn't work anymore?

When I'm using search.web YQL table, I always get the error: No definition found for Table search.web in my YQL statements. Even when using SELECT url FROM search.web(0,10) WHERE query="stackoverflow" for example. So I am assuming Yahoo…
rafleo
  • 580
  • 8
  • 28
3
votes
2 answers

How to use the Yahoo! API with the oauth-php library?

I'm currently trying to use the Yahoo API directly with php. I already use the oauth-php library with some Google API and it works like a charm. But the yahoo API don't like authorization headers which oauth-php uses. I see the PECL Oauth has an…
Arkh
  • 8,416
  • 40
  • 45
3
votes
5 answers

Yahoo JSONP Ajax Request Wrapped in callback function

I understand that I can make a crossdomain ajax call with jquery, .ajax, and jsonp. I am calling the yahoo stock quote api. Everything is working and the result is returning (I can see using Fiddler.) The problem is I get a js error YAHOO is…
bigorangesu
  • 66
  • 1
  • 3
3
votes
1 answer

problem with 1m interval in get_data_yahoo(pandas_datareader)

I wrote from pandas_datareader import data as pdr import yfinance as yf data = pdr.get_data_yahoo("AAPL", start='2020-04-12', end='2020-04-13', interval="m") And I got a error KeyError 'Date' I heard people saying Yahoo finance API is down but I…
hhh ggg
  • 47
  • 1
  • 5
3
votes
1 answer

How to Download Multiple Stocks Using Yahoo API v11

How can I download multiple symbols using Yahoo Finance API version >= 8? As you can see here I can download multiple stocks with version 7, but from version 8 onwards they changed…
Nerva
  • 329
  • 4
  • 13
3
votes
1 answer

Yahoo OAuth 2.0 login malfunction

Today when I tried to access to my org SSO website using Yahoo OAuth 2.0, it failed and have the below behavior. Initiate Yahoo OAuth flow, so it is now inside https://login.yahoo.com/config/login Login page is shown, type in login name Type in…
Ng Sek Long
  • 4,233
  • 2
  • 31
  • 38
3
votes
0 answers

YQL getting stock quotes with new pm.finance table

This old URL worked perfectly…
icm63
  • 59
  • 3