yql Questions
3
Solved
I am trying to use http request and response method but i am getting error that
The import org.apache.commons cannot be resolved
i have included httpcore.jar, httpclient.jar, httpmime.jar b...
4
Solved
I use YQL to get some html-pages for reading information out of it.
Since today I get the return message "html table is no longer supported. See https://policies.yahoo.com/us/en/yahoo/terms/product...
Impotent asked 8/6, 2017 at 9:2
3
So now that Yahoo shut down query.yahooapis.com as the following message indicates, does anyone know of a free replacement?
"Important EOL Notice: As of Thursday, Jan. 3, 2019, the YQL service
...
0
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 librar...
5
Solved
How to get city's WOEID if I know latitude and longitude of city using YQL?
5
Solved
I'm trying to get Yahoo! weather API with temperatures in Celsius.
I've added &u=c in the request, but it's still returning data in Fahrenheit.
This is the URL I'm using:
http://query.yaho...
2
Solved
I want to fetch some weather data via latitude and longitude using yahoo query. but it seems this query is not available now. the query is below:
select * from weather.forecast where woeid in (SEL...
Northrup asked 5/2, 2016 at 9:22
2
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%2...
4
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 ge...
Memorialize asked 10/2, 2013 at 7:36
5
I have a service which uses a Yahoo! Finance table yahoo.finance.xchange. This morning I noticed it has stopped working because suddenly Yahoo! started to return an error saying:
{
"error": {
"...
4
Solved
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 t...
Phagocytosis asked 18/5, 2017 at 14:24
2
Solved
The following PHP code (on Laravel) has been working for months until today, where I am now receiving a 502 error indicating connection refused:
$url = "https://query.yahooapis.com/v1/public/yql?q...
3
I'm trying to parse a webpage to get posts from a forum.
The start of each message starts with the following format
<div id="post_message_somenumber">
and I only want to get the first one...
1
I've got a set of XML files with article content (title, subtitle, content). I've got a Yahoo Pipe that finds the article XML for a specific date and turns it into an RSS feed. This feed is read by...
Adiaphorism asked 16/7, 2015 at 22:17
3
Solved
Hey, I'd like to scrape some data from my blog using YQL:
SELECT * FROM html WHERE url="http://site.com/blog" AND xpath="//div[@class='post']"
How can I use different bits of xpath in my query? ...
2
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 re...
Wellspoken asked 28/3, 2016 at 10:30
1
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 *...
4
Solved
I ran into a problem with Yahoo Weather API because it wasn't giving me any data. After visiting YDN website I've found out that all requests should be updated to OAuth 1 starting from March 15th (...
0
I'm using YQL to retrieve some financial data. And I have noticed that lately I'm getting different results for the same query from yahoo.finance.quotes. For example: Query for oil price done 5 tim...
Kaolin asked 11/3, 2016 at 11:9
1
I'm building a small proof-of-concept app that requires historical stock quotes. The UI in my app allows users to select a date range, and I've been using the YQL console to generate the REST calls...
Multinuclear asked 11/12, 2015 at 21:55
3
I started using Yahoo's free weather API to get the weather data I need, but it seems each time I request a city weather data there is a chance that either I get updated data or old data from back ...
Guadiana asked 13/11, 2015 at 22:49
2
I'm using this YQL command to access stock quote information in an XML format. The problem is it keeps timing out and rejecting after a bunch of hits. I think I need to plug in my API key so it doe...
Cornejo asked 2/4, 2012 at 21:16
3
I'm new to YQL. Perhaps this is very trivial, but I couldn't quite figure this out. I know, for instance, how to query current stock data from Yahoo/YQL using the YQL console:
http://developer.yah...
Friendly asked 14/9, 2012 at 3:11
2
Solved
I found a trickshot
// Define variables
var query = 'select * from data.html.cssselect where url="http://www.chucknorrisfacts.com/chuck-norris-top-50-facts" and css=".field-content a"';
var yqlAP...
Bridgehead asked 7/1, 2014 at 23:12
2
I'm using YQL to fetch a bunch of pages, some of which could be offline (obviously I don't know which ones). I'm using this query:
SELECT * FROM html WHERE url IN ("http://www.whooma.net", "http:/...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.