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

learn more… | top users | synonyms

0
votes
0answers
12 views

Why is this YQL query returning the webpage in a different language

select * from html where url="www.trueachievements.com" For starters, I have never used YQL before and am pretty new to creating scripts in general. While running a userscipt on my webpage, I need ...
0
votes
0answers
11 views

javascript drop down menu in YQL query

I have the following code to display stock prices of selected companies. What i want is that whenever a user selects a company the prices get displayed in the next div. I am unable to achieve this. ...
0
votes
0answers
14 views

Can't request XML from URL: “Invalid HTTP destination port”

I was trying to access data from a SHOUTCast stream. They have a public stats URL that returns XML. I figured I could use YQL to get the data from that page. I tried this query: SELECT * FROM xml ...
0
votes
1answer
20 views

extract YQL query content from Javascript response object

I have a javascript using Yql to retrieve a certain text. I success in retrieving the text, but I cannot handle it how I would like to: I can have access to the raw text (without <br/>), as you ...
0
votes
0answers
23 views

historical compositions/components of stock indices from yahoo finance

I need to get a list of components of major financial indices. This is very similar to this thread: Getting component of stock market index from YQL However, I need historical data. For example the ...
-1
votes
0answers
23 views

How to take object from other html site with javascript YQL? [closed]

Okay, so I have got url I need with variables within : ...
0
votes
1answer
21 views

How to get YQL to read my Open Data Table definition?

Suppose I have an Open Data Table definition at a publicly accessible location such as http://example.com/mytable.xml: <?xml version="1.0" encoding="UTF-8"?> <table ...
2
votes
1answer
82 views

Using Yahoo! Query Language (YQL) in Delphi

I see that yahoo yql can get many information in web services which can be very useful. However, when I search for "Delphi yql" in google. There are no useful information returned. Are there any ...
0
votes
0answers
8 views

YQL find text in specific elements?

I'm trying to make a YQL search query for a site I have. Basically there is a HTML table that holds information I'd like to search. The location is always table > tbody > tr > td:nth-child(2) Is ...
0
votes
0answers
17 views

jquery YQL variable doesn't return value

Why does this not work for avgRent? The YQL console provides a value using this statement: select * from html where ...
0
votes
0answers
24 views

Easy Jquery: How to display source

I'm sure this is a very easy question but I cannot find an example to help me figure out the answer: I am creating a query using YQL and I want to replace some of the values with variables. I'm not ...
0
votes
0answers
15 views

How can I tell if my yql rest query is formatted correctly?

My rest query provides accurate data when formatted like this: <script ...
0
votes
0answers
17 views

calling a jquery function to display value

I don't know how to call the jquery function handleResponse so that it will display after the user enters the variables. I need the information grabbed by handleResponse to display next to the words ...
0
votes
1answer
20 views

jquery yql value not displayed

I'm trying to obtain the Average Rental price. My yql code works and provides the correct value but I'm trying to display it next to Average Rent: and it's not working. I think maybe my function for ...
0
votes
2answers
47 views

Rest Query correct but YQL doesn't pull data

I have found sample code but my modifications are not getting any results. The sample code works and is found at Puppy Tweets This is the way I've modified it and I get no results: <script> ...
-1
votes
1answer
48 views

Using Yahoo pipes for Android App

I want to use yahoo pipes for showing score, scorecard and commentry on Android App. Is it legal and possible to use these pipes for android app. Can anyone share small code snippet? Thank you.
0
votes
0answers
115 views

Using YQL and JQuery to build a simple Stock Quote Table

Yahoo Query Language (YQL) and the YQL developers console provide a really simple way to access an abundance of data from a broad range of web services. Here is a link to the YQL console: YQL ...
1
vote
1answer
45 views

YQL Weather statement not showing certain objects such as Sunrise, Sunset and Wind chill

Hi there I am using the statement SELECT * FROM rss WHERE url="http://xml.weather.yahoo.com/forecastrss/SPXX0239_c.xml" I get the data for a 5 day forecast, with date, icon, temp and text which ...
0
votes
0answers
36 views

YQL xpath gets no results

The YQL console tree gives me this: results span 0 1 class : zestimate-value id : zestimate-value content : $966 and ...
0
votes
1answer
87 views

Parse JSON to Array from URL using GSON

Good evening, I'm looking to parse a JSON block I get from yahoo.finance.quote through a YQL request into a list to be used with a SQL DB. Here is the relevant block of code: String uri = ...
0
votes
0answers
28 views

How do I grab all stocks within a specified exchange from yahoo finance using yql?

I thought this query would work: ...
0
votes
0answers
24 views

YQL autocomplete XML retrieval

Regarding this question, i want to trigger the autocomplete upon a variable called 'word'. I want to issue a query based on this variable 'word' and return the first result in another variable called ...
0
votes
0answers
85 views

How reliable is yahoo finance?

How reliable is yahoo finance ? For example the below request : ...
0
votes
0answers
49 views

Display the content using Jquery ( View-Source )

I am using following code to display the contents of one of a remote website using Jquery/Ajax. The code works great, the problem is when i do View-Source in Browser the actual contents are not ...
0
votes
0answers
31 views

Yahoo YQL API sporadically blocks tables due to exceeding quotas for time or instructions

My queries sporadically work, but very often (at least once a day) when making a query it will fail and notify me in the diagnostics that "The current table 'query.multi' has been blocked. It ...
1
vote
2answers
56 views

How can i get the html of a cross-domain webpage?

I am developing a webpage where i need to get the html content of another cross-domain site. While google i got to know about YQL. But i am not familiar with YQl. Can we solve this problem using ...
0
votes
1answer
320 views

Create highcharts chart using AJAX/JSON

I am building a website that uses the Highcharts library to display a single line series chart. I am using AJAX to retrieve historical financial data from yahoo finance using their YQL. The ajax call ...
0
votes
1answer
89 views

Slow performance with JSON in Node.js

I'm new to node.js (and javascript in general) so I thought I would learn by creating a simple weather app utilizing YQL. Overall, the app is working but the request is extremely slow. It takes about ...
0
votes
0answers
24 views

running a js function across domains and accessing the result generated

I know that this is a basic question and there are numerous articles out there on this but somehow cannot get this to work and getting a bit worried now actually...I am trying to call a javascript ...
0
votes
0answers
20 views

AJAX request ot YQL, inserting Customer Key and Secret

I've had some trouble querying Yahoo's API. While my code does work, it sometimes returns what I requested ( a stock quote from the financial tables), but sometimes the same query returns null ...
0
votes
0answers
27 views

YQL: format output

I have this YQL query: Select * from html where url="http://www.amazon.com/gp/goldbox" and xpath='//div[@id="goldBoxHSlice"]/div/div/div/div/div/div/table/tr[1]/td[2]/div[1]/a/text() ...
0
votes
0answers
29 views

Yql query in is not giving me the expected result

I am trying to retrieve the xml data from rss feed using yql query.Below is the link for rssfeed.Actually the data which i want to retrieve is the url of mp3.But when i try this query on yahoo ...
0
votes
1answer
37 views

How to set Parameters for Titanium.Yahoo.YQL?

I cant find anyway to put parameters into YQL to fetch private data like contacts lists etc.I dont find it documented anywhere.. I know we can fetch public data without parameters but i am asking ...
2
votes
1answer
45 views

How to save the whole YQL result in an javascript object?

I'd like to save the result of my YQL Query in an javascript object my query: SELECT * FROM html WHERE url="http://ghse:12-13@www.ghse.de/vplan/12/c/c00082.htm" and ...
0
votes
0answers
44 views

Stock ticker website using either YQL or other api. Please need ASAP

Hi i need to build a website for a beginner web programming class that allows a user to input various stock symbols and then retriever their prices and prints them out an html table. I have tried to ...
0
votes
1answer
42 views

YQL Scraping: Follow Links One Level Down?

Does YQl have a good method of scraping a web page but also following the links of that web page to get further details? An example would be something like a blog where the index page displays the ...
0
votes
0answers
19 views

YQL returning no data randomly?

I'm using yql for parsing an rss feed. The strangest thing happens, every once in a while (every fifth or so request) yql returns a null result. Every other time it works fine. When I run the exact ...
0
votes
2answers
52 views

Is it possible to filter the descendant elements returned from an XPath query?

At the moment, I'm trying to scrape forms from some sites using the following query: select * from html where url="http://somedomain.com" and xpath="//form[@action]" This returns a result like ...
0
votes
0answers
52 views

Any free/paid web services that can perform a search of a range of data for stock screening?

This question came about after having read this SO post: Screening stocks using Yahoo Finance API (YQL) I understand that data referring to individual stock quotes can be accessed using YQL but what ...
1
vote
1answer
74 views

processing some github participation data with YQL,flot & jquery but the JSON isn't cooperating

so i was messing around with YQL to see if I could grab some data from github to create some dynamic charts with Flot. In the YQL console, if you use the following query: select total from json ...
0
votes
1answer
247 views

YQL finance data JSON format for use with highcharts

Im using jQuery and highcharts.js to build a single line chart on my webpage that shows historical financial data for whatever company the user requests. I have been playing around with YQL and used ...
0
votes
1answer
103 views

Yahoo Contacts export PHP SDK

Hi I am using the yahoo php sdk for exporting the contacts. As mentioned in the documentation I am changing all the api related details in common.inc.php But when i go to any example it just gives a ...
0
votes
0answers
7 views

Can i use yql to get a file byte by byte from a url

Is there a way to use yql to get file contents, in other words using yql as a proxy
0
votes
0answers
30 views

I am unable to figure out why my script to dynamically build a webpage from a google spread sheet does not work?

I have just started learning how to program webpages as an independent study project. In this project I am building a webpage (www.ssthub.com) for the students at my school. On this website one of ...
0
votes
0answers
28 views

Using operator LIKE with YQL

I'm trying to use LIKE operator with YQL but it's not working. Looking at this documentation, I saw that is possible to use it. Example: select * from flickr.photos.interestingness where title ...
0
votes
0answers
19 views

Passing large text to YQL

I'm trying to invoke Yahoo content analisys via: http://query.yahooapis.com/v1/public/yql?q= My query supposed to be like this: select * from contentanalysis.analyze where text= [Large Text] when I ...
1
vote
0answers
39 views

How to implement API like YQL in PHP?

I want to create an API like YQL in PHP where user can run query to fetch data. Can any body please guide me how to achieve this? We can just start from a very basic query. Just need guidance how to ...
0
votes
1answer
33 views

how to update stored data from url?

After creating a record in yql's hosted storage using the following: insert into yql.storage.admin (url) values ("http://hostingdomain.com/mytable.xml") how can I update that record from a url ? ...
0
votes
1answer
353 views

Getting data from Yahoo Finance

I read about the YQL, but I didn't understand how can I get some simple data (like company ticker, market cap, stock price, etc.), for ALL COMPANIES? And an additional question, how can I get all ...
0
votes
1answer
62 views

When caching response what would be a reasonable value for maxage header when response does not change?

I have a YQL query that returns data that I know for sure will not ever change. In order to avoid rate limits, I was thinking of adding a maxage header to the yql response. Now I'm wondering what a ...

1 2 3 4 5 10