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
5
votes
1 answer

Yahoo - OAuth2 - SocialAPI : Not returning "Access-Control-Allow-Origin" in initial response

I am using Yahoo Social API for Contacts using OAuth2 via Javascript (as given here https://developer.yahoo.com/oauth2/guide/#implicit-grant-flow-for-client-side-apps) However, after successful authentication and correct Access Token, I am unable to…
Raheel Hasan
  • 5,753
  • 4
  • 39
  • 70
5
votes
2 answers

Configuration for Yahoo API for localhost development

What should I enter for Home Page URL and Callback Domain if I want to develop a web application that uses the Yahoo API locally. I can't get a secret and publishable key without this. I'm not sure if asking this question is appropriate here, but…
5
votes
1 answer

Yahoo OAuth 1.0 Callback Issue?

I want to use Yahoo Fantasy sport API in my web application, For that I am using OAuth for Yahoo login. I have consumer key and secret key and i passed the keys successfully, When I run the following code. It redirects to Yahoo login, It asks…
Prabhu
  • 840
  • 11
  • 28
5
votes
8 answers

Yahoo Media Player aka Yahoo Web Player Script Not Found

I have been working on a Ruby on Rails application recently. We were using Yahoo Web Player to play our audio and video files. It worked really nice, especially for tablets and smartphones which do not allow the use of Flash. However to my horror…
5
votes
1 answer

YQL query to retrieve all listed companies symbols in a given stock exchange

I need a YQL (Yahoo Query Language) query. The quesry should give me all the companies symbols listed in a given stock exchange. Here is a psudocode for what I am looking for: select * from yahoo.finance.??? where exchange(??) in…
rudeboy
  • 71
  • 5
5
votes
0 answers

How to use yahoo contact api in android application?

I want to fetch all email id and name from yahoo contact api here. I have read a documentation for yahoo contact api,by login by my account I have created api key and consumer key, I am able to see json response online,now my problem is that how to…
Aamirkhan
  • 5,746
  • 10
  • 47
  • 74
5
votes
5 answers

Yahoo YQL: find city WOEID by coordinates

How to get city's WOEID if I know latitude and longitude of city using YQL?
Ivan Bajalovic
  • 780
  • 1
  • 9
  • 20
4
votes
1 answer

Yahoo oauth and apis implementation using JavaScript

I mostly worked on Socila apis. Currently I am working on Yahoo apis. I need to fetch contacts and profile information from Yahoo using APIs. I studied their documentation but don't get what to do. I need to implement using JavaScript. Can anyone…
4
votes
1 answer

Refresh Yahoo Oauth Access Token using grails-oauth plugin based on sign-post api

I am using grails oauth plugin. Which is providing me yahoo's access_token successfully. But the problem is -- this token (from yahoo) has validity of 1 hr only. And after that we need to refresh it. And going through their documentation it seems…
Salil
  • 91
  • 6
4
votes
2 answers

Yahoo API Integration?

I have to integrate yahoo api in my app. Can anyone provide me with the steps for that? As we have integrated yahoo we gets a tokenkey from yahoo and after entering the key we gets in to application.Does any one have process to directly entering in…
user936708
  • 41
  • 3
4
votes
1 answer

YFINANCE: Retrieve more ETF data

I am using the yfinance API and would like to retrieve more data from ETFs, in specific the sector weightings (%) of a specific ETF, found in the tab Holdings on the Yahoo website: https://finance.yahoo.com/quote/IWDA.AS/holdings?p=IWDA.AS Is this…
Pieter-Jan
  • 492
  • 4
  • 15
4
votes
1 answer

Yahoo Developer error "An internal error occurred (eid 7320968)"

I'm trying to pass through "Yahoo OAuth 2.0 Guide" and want to get Consumer Key and Consumer Secret. When I open https://developer.yahoo.com/apps/create/ I've got an error: An internal error occurred (eid 7320968). Error screenshot How I can…
Tony Smith
  • 43
  • 3
4
votes
0 answers

Yahoo Finance intraday data with new API (May 2017)

After the last changes in the Yahoo Finance API, I was able to use the new API in order to download historical data at day intervals following the responses of this question: Yahoo Finance URL not working With new API, I'm refering to URLs of this…
Pablo EM
  • 6,190
  • 3
  • 29
  • 37
4
votes
3 answers

How to use getReturns with the Yahoo finance API

I have problems with R package getReturns. I have encountered this error since 17th May: Warning in file(file, "rt") : cannot open URL 'http://ichart.finance.yahoo.com/table.csv?s=AAPL&a=4&b=28&c=2014&d=4&e=27&f=2017&g=w&ignore=.csv': HTTP…
Ethan
  • 241
  • 2
  • 8
4
votes
2 answers

How to manually provide a benchmark in zipline

I want to create a reproducible example where the traded series and the benchmark are manually provided. This would make the life of people that are approaching to zipline incredibly easier. In fact, given the recent shut down of Yahoo!Finance API,…
MLguy
  • 1,776
  • 3
  • 15
  • 28