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

Is YQL / datatables.org down as of May 17-18, 2017?

During the past 1-2 days, the http query that I used to download historical stock prices from Yahoo Finance has not been working. The link I have been using is the first one below but I have also tried out the other three (since I saw other people…
Candamir
  • 586
  • 9
  • 22
6
votes
2 answers

Are the yahoo.finance related data api's change (YQL Console)?

I am trying to use yql for yahoo financial data. I checked the Show Community Table on the YQL console to see the database under the Yahoo tag. I can see the tables under it but i am not getting results here it is as follows::: select * from…
6
votes
2 answers

Content-Length undefined ? Weird error using Yahoo's PlaceSpotter sample php code

I am currently using the following code:
DjangoRocks
  • 13,598
  • 7
  • 37
  • 52
6
votes
1 answer

How to get access token from Yahoo OAuth integration in iOS?

I am following this link: https://github.com/yahoo/yos-social-objc for retrieving yahoo contacts. After providing all the credentials (i.e secret key, consumer key, app id) it is going to Safari browser for login. But after logged in, it's…
user1531494
6
votes
2 answers

Yahoo! Finance stock data gives different result from their graphs online

I'm downloading stock data directly from Yahoo! Finance. I compare "Adj Closed" for two dates to get the growth rate. For example, on 7/20/1987 KO (Coca-Cola) had an adjusted closing value of 1.71, and on 7/1/2013 it had a value of 40.46. The rate…
Topological Sort
  • 2,733
  • 2
  • 27
  • 54
6
votes
2 answers

Script Error: Unable to modify the parent container element before the child element is closed

Script Error: Unable to modify the parent container element before the child element is closed. What should I do? I click Yes, and my web page isn't displayed. At the beginning of my Product page code, I have: http://pastebin.com/iiUfMq1v Everything…
user1879703
  • 241
  • 1
  • 6
  • 15
6
votes
2 answers

Why is the sample code from Yahoo Social SDK for PHP always returns NULL for the session variable?

I am trying to get the sample code from the Yahoo Social SDK for PHP page to work, With no luck. This is the code snippet from the site:
user1569804
  • 83
  • 1
  • 7
5
votes
1 answer

How to fetch private data with YQL on Yahoo PHP5 Sdk yos-social-php5

I am using Yahoo PHP5 SDK and use it to fetch user contacts from table social.contacts which is a private data. On the example, from Delicious, it only shown fetching public data from YQL. May I know what parameter should I use to fetch private data…
davidlee
  • 5,611
  • 17
  • 56
  • 82
5
votes
3 answers

How to enable mail-r scope for Yahoo Developer Account

I have registered my app at https://developer.yahoo.com/apps/BY4faaaa/ How can i grant scope for yahoo mail reading? How can I enable mail-r scope since it is not being shown in the dashboard? In this screenshot, are yahoo's [email scopes], but I…
bibscy
  • 2,598
  • 4
  • 34
  • 82
5
votes
1 answer

API Yahoo India Maps

Yahoo has separate map for India ( which has more details than the regular maps.yahoo.com) at http://in.maps.yahoo.com/ . But when I use the API it goes to default map. How do I get API access to YMaps India?
Thejesh GN
  • 1,108
  • 2
  • 14
  • 28
5
votes
4 answers

https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ("ARSARS")&env=store://datatables.org/alltableswithkeys

I have been using the following URL for the past 3 years without issue. However, it has stopped returning results. URL: https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in…
Damien Taylor
  • 63
  • 1
  • 1
  • 3
5
votes
1 answer

How do I extract data from a Yahoo Finance JSON using node.js?

I built out a simple request function to get a JSON from the Yahoo Finance API but am having trouble extracting data from the JSON. Here's my function var request = require("request"); var stock_url =…
CBar
  • 53
  • 1
  • 3
5
votes
0 answers

Yahoo Finance API returns yesterday's data until after market closes

I've been using Yahoo Finance queries for a few years now, and over the past weeks (or few months) I noticed that each query I try no longer returns 15-minute delayed data. Instead, while the market is open, it returns the prior market day's data…
Drac
  • 51
  • 4
5
votes
2 answers

Transition from yahoo groups to google groups

A yahoo group I'm in is preparing for the possibility of yahoo's demise. They are investigating the transition to google groups. We do not want to give up either backlog or attribution of the 13,000 some posts. Is there a way to transfer…
Sherwood Botsford
  • 1,889
  • 5
  • 20
  • 35
5
votes
1 answer

404 error when GET contact photo from Yahoo API

I use ShuttleCloud for import contacts, but he not support work with contacts photos. Since ShuttleCloud give me contact id, i easy recieved contact photo from Google, but cannot from Yahoo. (as i understand, microsoft not support mechanism for…
1 2
3
52 53