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
8
votes
3 answers

Yahoo OAuth2 Implicit Grant flow not working for new yahoo app

I have existing web app and dedicated Yahoo App working. It uses OAuth2 Implicit Grant Flow Now I want to set up another domain working by same principle. I have created new Yahoo App with new callback domain Url used to get user consent (in both…
Andriy F.
  • 2,467
  • 1
  • 25
  • 23
8
votes
1 answer

Yahoo Fantasy Sports example using OAuth2

I'd like to build an application to query the data in my Yahoo! Fantasy league but can't make it past the 3-legged OAuth authentication and was hoping someone could give me a quick demo, or point me to a relevant tutorial. I'm willing to use NodeJS,…
OrdinaryHuman
  • 621
  • 11
  • 19
8
votes
1 answer

YQL Console - No definition found for Table yahoo.finance.quotes

I am currently learning how to query data via YQL, and wondering whether the tables : yahoo.finance.quotes && yahoo.finance.historicaldata nowadays work. As a matter of fact, simple queries raised in…
owner
  • 723
  • 3
  • 9
  • 25
8
votes
2 answers

How to redirect from Yahoo to my IOS app after authentication?

I am working on an app where I have to use Yahoo account to login. I had gone through this link and followed the procedure as it was there.But I am unable to get back to my app after authentication.After googling I found an answer here.Here he said…
user2299177
8
votes
2 answers

400 Bad Request in Yahoo Authentication

I'm trying to integrate Yahoo into my application. I want users to login using their Yahoo accounts but whenever I request for a token, I receive the following errors: getRequestToken() Exception:…
Jayson Tamayo
  • 2,741
  • 3
  • 49
  • 76
7
votes
1 answer

why am I getting a "TypeError: String indices Must be integer" Message when trying to access Yahoo Finance?

I'm following along with a Udemy course for Python & Finance, unfortunately hit a wall whilst trying to call stock data from yahoo using pandas_dataReader. Here's my code copied directly from jupyter notebook import numpy as np import pandas as…
boovey
  • 71
  • 1
  • 3
7
votes
2 answers

How does Yahoo Finance calculate Adjusted Close stock prices?

Here's how Yahoo Finance apparently calculates Adjusted Close stock prices: https://help.yahoo.com/kb/adjusted-close-sln28256.html From this, I understand that a constant factor is applied to the unadjusted price and that said factor changes with…
myke
  • 479
  • 3
  • 14
7
votes
0 answers

Is there a replacement for query.yahooapis.com YQL service that was just shut down?

I was unaware that Yahoo was EOL'ing their YQL service and we have an intranet website that depends on it. Does anyone know of a replacement for this functionality, or perhaps a free dot.Net library that can help replicate this functionality? See…
Mushu
  • 99
  • 6
7
votes
2 answers

YQL: select woeid returning null

I use YQL to get weather data for that woeid is needed, but to get woeid when i call following url it return result null https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.places%20where%20text%3D%27delhi%27&format=json Result i…
Ashish
  • 997
  • 6
  • 20
7
votes
3 answers

yahoo finance stock quote api

Is there any way to get historical stock prices from the yahoo api in the json format? I'd like to use REST because it's more lightweight.
locoboy
  • 38,002
  • 70
  • 184
  • 260
7
votes
1 answer

Get Yahoo weather in celsius via their API

Trying to make a query in YQL console. This one works fine: select * from weather.forecast where woeid=1989965 But I want to get values in metric system (celsius), so I use this query: select * from weather.forecast where woeid=1989965 and…
art.zhitnik
  • 604
  • 5
  • 19
7
votes
2 answers

Where to find my Yahoo Application id?

I'm trying to add a yahoo login to a php website using Yahoo! Social SDK - PHP5 which seems the official and most updated PHP SDK I created an app from https://developer.yahoo.com/apps/create/ and followed the instructions provided in examples. So…
fat_mike
  • 877
  • 12
  • 27
6
votes
1 answer

Issue with Yahoo Sports API

I am trying to setup a simple app that consumes the Yahoo Fantasy sports API, and allows queries to be executed through YQL. class Program { static void Main(string[] args) { string yql = "select * from fantasysports.games where…
Isaac Levin
  • 2,809
  • 9
  • 49
  • 88
6
votes
1 answer

Yahoo Calendar API iPhone

I want to sync my app with yahoo calendar such that the events added in the app are directly added in the user's yahoo calendar. is there any api available? I have tried http://developer.yahoo.com/social/sdk/objectivec/ but it hasn't helped me much.
Jhanvi
  • 5,069
  • 8
  • 32
  • 41
6
votes
1 answer

Does Yahoo and MS support Oauth 2.0? and few questions about oAuth 2.0

i have several questions... Does yahoo and microsoft api support oAuth 2.0? If yes then what are the main security measures those should be taken care of while shifting from oAuth 1.0 to oAuth 2.0. Google API supports oAuth 2.0. But they have still…
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
1
2
3
52 53