Questions tagged [yahoo]

DO NOT USE THIS TAG. You are probably looking for [yahoo-api] or another Yahoo-related tag.

Yahoo offers free and paid access to its collection of web services through Yahoo Developer Network: developer.yahoo.com

WARNING! This tag is ambiguous and should not be used.

You are probably looking for or another related Yahoo tag.

1062 questions
9
votes
4 answers

Yahoo Username Regex

I need a (php) regex to match Yahoo's username rules: Use 4 to 32 characters and start with a letter. You may use letters, numbers, underscores, and one dot (.).
9
votes
1 answer

How to get interest rates and interbank rates in C#?

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 interbank rates such as EURIBOR. I found a link that allows…
Sergey
  • 581
  • 1
  • 5
  • 12
8
votes
1 answer

Getting stock graphs from yahoo finance

I am using yahoo finance to get stock quotes. Now i want to get the graph of a particular company. Is it possible to do this using yahoo. If not could someone please provide some other api through which one could achieve this. ( the 20 minute delay…
user1092042
  • 1,297
  • 5
  • 24
  • 44
8
votes
0 answers

quantmod::getSymbols() cannot retrieve data from Yahoo Finance

Update: April 29, 2022 As per this discussion in Github, Joshua Ulrich had uploaded a patch into Github which resolves the issue. The issue was with Yahoo website having stopped to provide the crumb(s) that were expected by the new.session() but not…
whereupon
  • 81
  • 2
8
votes
6 answers

Yahoo BOSS V2 authorization troubles

I'm having an awfully hard time with Yahoo's authentication/authorization. I've enabled BOSS in my account, set up a payment method, and now I'm trying to run a search using some python code: import urllib2 import oauth2 as oauth import…
Ken Williams
  • 22,756
  • 10
  • 85
  • 147
8
votes
1 answer

YQL Console - No definition found for Table yahoo.finance.quotes

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 queries raised in…
owner
  • 723
  • 3
  • 9
  • 25
8
votes
4 answers

google search engine architecture- how do so many concurrent users do a search on it

With millions of users searching for so many things on google, yahoo and so on. How can the server handle so many concurrent searches? I have no clue as to how they made it so scalable. Any insight into their architecture would be welcomed.
stone
  • 841
  • 3
  • 16
  • 26
8
votes
2 answers

When Yahoo Historical Quotes Gets Updated Daily

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 process to when. It should be some time at night but…
J.K.J
  • 265
  • 3
  • 11
8
votes
2 answers

How to redirect from Yahoo to my IOS app after authentication?

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.After googling I found an answer here.Here he said…
user2299177
8
votes
2 answers

400 Bad Request in Yahoo Authentication

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() Exception:…
Jayson Tamayo
  • 2,741
  • 3
  • 49
  • 76
7
votes
4 answers

Unicode in PHP?

I heard PHP has very poor Unicode support. So what does it take to make a PHP 5 built application Unicode supported under PHP 5.3+? Would mbstring be the only option here? How has Facebook or Yahoo gotten around this PHP limitation?
Ernest
  • 814
  • 3
  • 12
  • 25
7
votes
1 answer

Yahoo (YUI) vs Google (Closure) framework for testing on browsers and node.js

It seems that YUI is very focused on providing all the same code for both browsers and node.js. That's very powerful because now I can use the same tests on both ends and don't have to rewrite/relearn anything. Is google also focusing on node.js…
ajsie
  • 77,632
  • 106
  • 276
  • 381
7
votes
2 answers

Where to find my Yahoo Application id?

I'm trying to add a yahoo login to a php website using Yahoo! Social SDK - PHP5 which seems the official and most updated PHP SDK I created an app from https://developer.yahoo.com/apps/create/ and followed the instructions provided in examples. So…
fat_mike
  • 877
  • 12
  • 27
7
votes
2 answers

Yahoo Exchange Rates not working

I use the yahoo.finance.xchange to get the exchange rates in a XML form which I use for our CRM system. We hit this url to get the wanted XML file:…
Dan Tromp
  • 189
  • 12
7
votes
1 answer

Uh oh Looks like something went wrong. Please try again later. Yahoo Passport

I'm build autheticate using passport yahoo, this is my configuration yahoo : { clientID: "YYYYYYYYYYYYYYYYYYYYYYYYYYYYy", clientSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", callbackURL: "http://black.jack.co/auth/yahoo/callback" …
innonx
  • 117
  • 1
  • 2
  • 9
1 2
3
70 71