Questions tagged [yahoo-api]

covers open webservices and APIs provided by Yahoo!

This tag covers questions related to the public Web Services and APIs offered by the Yahoo Developer Network to make it easy for developers to build applications and mashups.

References

784 questions
-1
votes
1 answer

How do I get this code to loop for other stocks? For example, I want it to repeat and show stocks like Telsa, Amazon, Apple all in one executution?

How do I get this code to loop for other stocks? For example, I want it to repeat and show stocks like Telsa, Amazon, Apple all in one executution? In my code, it only shows one stock and I want it to display multiple stocks. Code: import…
-1
votes
2 answers

Restaurant menu search Api

I'm would like to develop an application which searches restaurants in a given location and also displays the restaurant's menu details. Are there any existing APIs which I could reuse to develop such a restaurant search?
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
-1
votes
1 answer

Why does Yahoo reject Firebase's OAuth callback domain (redirection endpoint)?

I'm using Firebase Auth for Google, Facebook, Twitter, GitHub, and Microsoft. Yahoo doesn't work, it rejects the callback domain. Firebase provides the callback domain languagetwo-cd94d.firebaseapp.com. The error message is "Callback Uri must be a…
Thomas David Kehoe
  • 10,040
  • 14
  • 61
  • 100
-1
votes
2 answers

Yahoo New Finance API

Someone at work mentioned that there is a new API for Yahoo finance, I've been doing a lot of research but i can't seem to find any documentation on it. Most of my search results come back with complaining about the old one being down. Does any one…
-1
votes
1 answer

Yahoo YQL Authentication error

Yahoo put in a new UI for the YQL today and now I keep getting the following error message. I've got this msg before, but by logging out and logging-in it would go away. That doesn't do it anymore. "Authentication Error. The table requires a…
Tom McDonald
  • 1,532
  • 2
  • 18
  • 37
-1
votes
1 answer

not works yahoo-oauth2 authorization in django social auth

i want to be authorized on the site with yahoo account. In django app i have django-social-auth==0.7.28, Django==1.10.5 on Python3.5. my settings.py AUTHENTICATION_BACKENDS = ( .... …
VolArt
  • 438
  • 2
  • 13
-1
votes
2 answers

Fetching data Yahoo Finance

I am currently creating a program where I want to fetch stock data from yahoo finance using the yahoo_finance module. However, I want to fetch data for 4 stocks using what i assume would be a loop. Here's the basic structure I thought of using: from…
-1
votes
1 answer

How can I put JSON data into a UILabel using AlamoFire and Swift

I am trying to put some data from the JSON Yahoo api into some UILabels. When I try to run my project I am greeted with a Thread 1 error. Here is some of my code: @IBOutlet weak var tableView: UITableView! var stockSymbol: String = "AAPL" var…
-1
votes
1 answer

Ask some search engine to what is this image?

I want to develop some mobile app. Users can put or take their item photos and my app will say this is something. for example; When I take pictures of my chair and ask it, my app should say this is chair. I want to query with images and I want to…
emresancaktar
  • 1,507
  • 17
  • 25
-1
votes
1 answer

How to get precipitation (rainfall) from Yahoo Weather via Temboo?

could anybody please tell me how to obtain the precipitation (rainfall) from Yahoo Weather via Temboo?
-1
votes
1 answer

What is the proper way to parse yahoo currency http://finance.yahoo.com/connection/currency-converter-cache?date?

As the code i tried and by trial removal to get json content out of the return is below method i used. $date= YYYYMMDD; //example '20140113' $handle = fopen('http://finance.yahoo.com/connection/currency-converter-cache?date='.$date.'',…
zero8
  • 1,997
  • 3
  • 15
  • 25
-1
votes
1 answer

getting yahoo contacts in phonegap application

I'm developing an app using phonegap. I want to get contacts from yahoo after logging in, and I got stuck at this. I want to know that, whether it can be done with JavaScript. But don't know where to start. Any kind of help will be appreciated.
-1
votes
1 answer

Good suggestion on programming language for finance?

My goal is 1) to obtain financial data from yahoo api or same kind 2) apply data into my model. I know some R-programming and very basic shell scripting on linux(I am working on ubuntu). Since I am not expert on any of those and now I have…
Kane
  • 163
  • 10
-1
votes
1 answer

Unable to get Yahoo OAuth 2 authorization

I am doing a poc project using Apache Oltu to authorize a Yahoo user using OAuth 2 spec. Following is the url that I am redirecting to. I get one of the 2 errors mentioned below. I see that many people come across this issue but I am not able to…
Jude
  • 7
  • 3
-1
votes
2 answers

How to fetch stock details and key statistics from yahoo finance using php

As the question suggest can you please tell me how i can fetch details regarding stocks (current price,Market Cap,open price, bid price etc) and key statistical information such as Trailing P/E, Forward P/E,Profit Margin (ttm),Revenue Per Share…
Eka
  • 14,170
  • 38
  • 128
  • 212