yahoo Questions
2
I have pulled down the historical quotes from yahoo finance and am trying to add the new quotes (today - weekday's quotes) to my database. However, I don't know I should schedule the pull down proc...
2
i'm using the yahoo finance api for stock and stock option data. this used to work:
http://quote.yahoo.com/d/quotes.csv?s=VCR.X&f=l1c1n
that's once of the options for Visa. this doesn't work ...
India asked 15/2, 2010 at 19:28
2
Hi there
I have scanned this site and Google for any latest updates on downloading stock info from Yahoo Finance. I have not had much success. As I am testing my app, I came across an 404 server no...
Santossantosdumont asked 4/5, 2011 at 19:13
2
Solved
I have the following problem:
I have around 1000 unique ISIN numbers of stock exchange listed companies.
I need the historic prices of these companies starting with the earliest listing until t...
Fishy asked 11/9, 2015 at 9:7
1
Solved
I am currently learning how to query data via YQL, and wondering whether the tables : yahoo.finance.quotes && yahoo.finance.historicaldata nowadays work.
As a matter of fact, simple querie...
Norwood asked 23/6, 2015 at 21:51
3
This is a kind of re-post of my question on Yahoo! forums. It is just that I refer to StackOverflow more frequently...
My problem is as following: while Yahoo! OAuth http://developer.yahoo.com/oau...
Baden asked 24/2, 2011 at 15:20
2
Solved
I need to import the contacts from gmail, yahoo hotmail and facebook and many more, I am aware of the google api's. Is there any libraries which allows me to import all the contacts or should dirt ...
Gezira asked 5/3, 2011 at 8:3
2
Solved
I am working on an app where I have to use Yahoo account to login.
I had gone through this link and followed the procedure as it was there.But I am unable to get back to my app after authentication...
Agitprop asked 30/9, 2013 at 9:25
1
There is a nice Yahoo-Managed open source project that allows to get stock prices, exchange rates, technical charts etc from Yahoo.
Unfortunately, Yahoo doesn't provide interest rates and interban...
8
Solved
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...
Panhellenic asked 2/7, 2013 at 15:25
3
Solved
I'm creating an app (PHP) that takes yahoo weather data from the free RSS feed and correlates it with a colour hex based on data retrieved from the RSS feed. The issue I'm having is finding a way t...
1
Solved
I am able to retrieve results from yahoo with my API key, using the instructions found on the yahoo developers website. http://developer.yahoo.com/boss/search/boss_api_guide/codeexamples.html#
Cod...
16
Solved
I'm currently using the Yahoo YUI javascript library in a couple of my projects.
However, I'm a little concerned about three things. First, they laid off 10% of their employees. Second, the...
Islet asked 14/11, 2008 at 21:41
2
does anybody know if the standard yahoo geo/where-api is has been closed?
The api was accessible (untili yesterday) on where.yahooapis.com?
Regards
3
This is a similar question to Stock ticker symbol lookup API however that was never answered to the standard I think is needed for a commercial application.
The problem is this: Given a comp...
4
My below code returns a 401 Unauthorized error each time at the this point:
HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create("http://query.yahooapis.com/v1/yql?q=select%20fields.valu...
2
I am using following code for sending Email On Yahoo :--
Properties props1 = new Properties();
EmailAuthenticator authenticator = new EmailAuthenticator(account);
props1.setProperty("mail.tran...
Lundquist asked 21/12, 2012 at 9:40
1
Solved
I am trying to get yahoo! screen video's image thumbs to embed on my website like we can easily do in other websites ( Get img thumbnails from Vimeo?, How do I get a YouTube video thumbnail from th...
Epirogeny asked 29/11, 2012 at 15:52
4
I have link generating web app. I'd like to make it easy for users to email the links they create to others using gmail, yahoo mail, etc. Yahoo mail has a particular quirk that I need a workaround ...
Luann asked 27/10, 2009 at 17:16
1
Solved
YQL Console Link
Query:
select * from html where url='http://www.cbs.com/shows/big_brother/video/' and xpath='//div[@id="cbs-video-metadata-wrapper"]/div[@class="cbs-video-share"]/a'
Returns:
...
Violate asked 9/7, 2011 at 23:42
1
Solved
I have a network of about 200 blogs (Wordpress Multisite), and all of them show links to all the other ones on a sidebar on the right hand side (basically 200+ links on the right hand side of...
Recalcitrant asked 26/10, 2012 at 11:17
2
Solved
I am designing an app for iPhone and android in which I have to integrate facebook, twitter, yahoo, gmail, openId. I had integrated facebook and twitter, but how to go for yahoo, gmail and openId? ...
3
Solved
It used to be http://yahoo.com, but it is failing for me with DiscoveryFailure in python OpenID library (since today, I wasn't testing this earlier). Also this fails if you try to use the SO login ...
2
I'm trying to integrate Yahoo into my application.
I want users to login using their Yahoo accounts but whenever I request for a token, I receive the following errors:
getRequestToken() Exceptio...
5
Solved
I am using this code to send an SMTP email via the yahoo SMTP server, it is for a personal project I am writing.
using System.Net.Mail;
using System.Net;
SmtpClient theClient = new SmtpClient("sm...
Commodus asked 23/2, 2011 at 14:31
© 2022 - 2024 — McMap. All rights reserved.