Questions tagged [yql]

The Yahoo! Query Language was an expressive SQL-like language that lets you query, filter, and join data across Web services.

As of Thursday, January 3, 2019, the YQL service is retired.

Historical information.

Yahoo! and other websites across the Internet made much of their structured data available to developers, primarily through Web services. To access and query these services, developers traditionally endured the pain of locating the right URLs and documentation to access and query each Web service.

With YQL, developers could access and shape data across the Internet through one simple language, eliminating the need to learn how to call different APIs.

815 questions
-2
votes
1 answer

Why isn't my JavaScript working on my wordpress site?

Bit of a noob so apology if this is an easy fix and I'm just an idiot.. So I'm trying to get this function to work on my wordpress site.. http://jsfiddle.net/m3h8b/ ^ It's a simple function that hits the Yahoo YQL DB and pulls a stock quote and…
x7xkayx7x
  • 1
  • 2
-2
votes
2 answers

Need help understanding this piece of code

I apologize in advance if this is the wrong place to post this sort of thing, but here we go: Here is the code I'm currently implementing on my webiste (Thanks to charlietfl for this code) $(document).ready(function(){ var…
Nilzone-
  • 2,766
  • 6
  • 35
  • 71
-2
votes
2 answers

Issue on using Yahoo! Web Services and APIs(YQL)

I am using Yahoo Api and Web Services.. For example: http://query.yahooapis.com/v1/public/yql?q=select symbol,DaysLow,DaysHigh,PreviousClose from yahoo.finance.quotes where symbol in…
Surya
  • 439
  • 3
  • 9
  • 31
-3
votes
1 answer

parse from json url the high price of a stock from yahoo.finance.historicaldata using php

I'm learning how to parse json file...cant figure out my mistakes..tryin to plot those data on…
-3
votes
1 answer

XML Node is null in c#

Alright so I'm trying to get information from Yahoo finance using their YQL. The below code is what I'm using for that. I have tested the xml location string in a browser which does return xml code. I'm trying to read that code, parse it and…
Kyle
  • 2,339
  • 10
  • 33
  • 67
1 2 3
54
55