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
0
votes
2 answers

Robots.txt to allow a few specific crawlers and deny all others

I have been getting a lot of CPU spikes recently on my server and somehow I believe it's not the real traffic or some part of it isn't real. So I want to only allow Google bots, MSN and Yahoo for now. Please guide me if the following robots.txt file…
0
votes
1 answer

yahoo weather Api

I would like to get the temperature value from Yahoo's weather API. I have found a tutorial but in the tutorial he is getting a different value. Could some one help me modify the tutorial that it could get the temp value from Yahoo's weather RSS…
Pullapooh
  • 161
  • 1
  • 4
  • 14
0
votes
1 answer

How yahoo fetches the facebook friends of logged in user who are also shared/read article with/on yahoo?

I wanted to know how yahoo fetches list of logged (facebook) in users only those friends who also has read article on yahoo in order by recency... link for referance: http://in.news.yahoo.com/ (you must log in with fb and then you will see your…
Paresh Behede
  • 5,987
  • 1
  • 18
  • 13
0
votes
1 answer

API call fails on my webhost

I m trying to retrieve data using the Yahoo API This is the API that I m using to retrieve info http://ff.search.yahoo.com/gossip?output=fxjson&command=QUERY This is working on my Local server, but when I m using it in my web app. The query shows…
Narendra Rajput
  • 711
  • 9
  • 28
0
votes
1 answer

Getting values of all important exchanges around the world

I would like to know if there is some way to access the values of the exchanges(important ones like nasdaq, Bse, nse ,dowjones,japanese and asian markets). I know about yahoo finance but am unsure of how exactly to get a list of all exchanges.
user1092042
  • 1,297
  • 5
  • 24
  • 44
-1
votes
1 answer

How can i access older RSS from Yahoo! News?

Yahoo! News take this as a example,the current xml only show the newest 42 news but i want to access to older feed, how can i do that?
Alvar
  • 529
  • 5
  • 18
-1
votes
1 answer

Caching of Yahoo API data, permitted?

Just a quick query really. Is it against the TOS to cache data extracted from Yahoo? For example if I were to use the Yahoo Geocode API, and cached the location data every time a search was completed, essentially storing it in my database so that…
-1
votes
1 answer

Getting subscriberid, oauth_token and oauth_token_secret for Google, yahoo and facebook in android

I am working on the application where I have to get the subscriberid, oauth_token and oauth_token_secret for Google, Yahoo and Facebook. How can I do this?
sajjoo
  • 6,576
  • 20
  • 65
  • 86
-1
votes
1 answer

Yahoo Robot by PHP

I'm trying to develop yahoo messenger robot by php,I develop e base part of it,now I can receive pm,add request,new status and I can answer to them. I wanna it work for ever , so I use while(1){ recive(); answer(); } in each request to recive e…
Moein Hosseini
  • 4,309
  • 15
  • 68
  • 106
-1
votes
1 answer

How to use yahoofinancer for more than 1 symbol

I would like to use the yahoofinancer (https://cran.r-project.org/web/packages/yahoofinancer/index.html) package in RStudio to download data from Yahoo's API. To do so, I need to set a Ticker first. Ticker itself is a class. I would like to use a…
JR1
  • 1
  • 2
-1
votes
1 answer

Yahoo finance cookie and crumb not working

I am trying to scrape the cookie and crumb from Yahoo finance in Java to get daily stock price histories. I modified code from the post Yahoo Finance URL not working, but it does not seem to be working. In particular, when searching for the crumb,…
sawong
  • 3
  • 3
-1
votes
1 answer

Trying to get BeautifulSoup to print URL list from Yahoo Finance of firstname

Goal is to get Python / BeautifulSoup to scrape Yahoo Finance and the first/last name of public company owner: from bs4 import BeautifulSoup import requests url = 'https://finance.yahoo.com/quote/GTVI/profile?p=GTVI' page =…
-1
votes
1 answer

Django email contact me form

So I'm working on this django web app and I want to create a contact me form for my client. My client wants the users of his website to be able to send him emails directly from the form available on the platform. But my client uses a free yahoo…
-1
votes
1 answer

asyncio to download option quotes from finance yahoo

I am working on an option quotes downloader from finance yahoo using Python 3.9 with asyncio, aiohttp: there is a need to develop a chained download sequence because the 1st request for each option ticker gets all the expiration dates and the 2nd…
-1
votes
3 answers

BeautifulSoup Yahoo Finance Extract EPS

I am trying to extract EPS from Yahoo Finance but come out with a different figure I want. Can someone point out where went wrong? import requests from bs4 import BeautifulSoup headers = {'User-Agents': 'Mozilla/5.0 (Windows NT 10.0)…
yeeping50
  • 21
  • 5