yahoo Questions

6

Solved

I need to allow less secure app access in Yahoo but I can't find the button :( Any ideas ? Regards,
Debt asked 26/5, 2020 at 19:34

2

Solved

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 ...
Courteous asked 21/3, 2012 at 15:9

6

I have just stumbled across the fact that Yahoo mail is transforming all height attributes into min-height. Is there a workaround for this? <div style="width:55px; height:55px; overflow:hidden;...
Dimmick asked 11/7, 2014 at 23:35

1

I am using the below code to download stock data from yahoo finance and wanted to ask how I can modify it so that it for instance only downloads data from 1pm to 3pm? I have tried a few things but ...
Wadsworth asked 22/5, 2022 at 14:8

3

Solved

I am scraping stock market data from yfinance. My code worked perfectly during the last weeks. For some reason, now I am receiving the following error: json.decoder.JSONDecodeError: Expecting valu...
Coltoncoltsfoot asked 9/7, 2021 at 18:26

4

In my application, I'm currently using mailto: links to open email compose dialogs. This is terrible for web mail users, since it typically causes Outlook or Apple Mail to launch into their setup w...
Overdraw asked 13/2, 2011 at 5:53

6

I've used: data = DataReader("yhoo", "yahoo", datetime.datetime(2000, 1, 1), datetime.datetime.today()) in pandas (python) to get history data of yahoo, but it cannot show today's price (the m...
Amytal asked 3/6, 2013 at 18:30

1

I'm build autheticate using passport yahoo, this is my configuration yahoo : { clientID: "YYYYYYYYYYYYYYYYYYYYYYYYYYYYy", clientSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", callbackURL: "http://blac...
Padron asked 8/12, 2015 at 10:22

6

Solved

Is there a full flegged python library for oauth? I haven't found any that handle reissuing of oauth tokens once they expire (Step 5 on the Yahoo OAuth flow). So what is the most complete? I...
Remove asked 3/11, 2009 at 10:14

6

I'm working on an app that uses Yahoo OAuth. The OAuth had been working fine but I just registered my domain with Yahoo and now it will not let me use the OAuth when I develop locally because "Cus...
Dreadnought asked 2/9, 2010 at 1:22

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...
Multipurpose asked 13/1, 2014 at 13:10

5

Solved

// Get woeid by lati/long HttpGet hg = new HttpGet( "http://where.yahooapis.com/geocode?location=" + latlon + "&flags=J&gflags=R)"); HttpClient hc = new DefaultHttpClient(); HttpR...
Entrap asked 3/4, 2013 at 9:53

4

I am using Wampserver (32 bits & PHP 5.5) 2.5. phpmyadmin inside of it is allowing me to import database of max 128mib and execution time is low. In WAMPServer 2.5 the PHP limits applied to p...
Confident asked 27/7, 2016 at 5:45

11

Solved

i searched a while but found nothing, thats simular to my problem. i'm trying to use the YAHOO Weather API, for example: http://weather.yahooapis.com/forecastrss?w=4097 i don't know the WOEID in ...
Brant asked 19/1, 2010 at 12:20

1

Solved

I’ve got an Alpha Vantage API key and am having issues with parsing the data. I’m unsure how to approach parsing the data as there are JSON and CSV options. The CSV seems to be a download, I’m not ...
Strath asked 10/11, 2017 at 19:2

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": { "...
Maestricht asked 24/8, 2017 at 8:54

4

Solved

I would like to know how to implement parallax scrolling similar to Yahoo News Digest app. In which when user scroll horizontally background image scrolls in a different speed with the paging is en...
Isostasy asked 28/7, 2014 at 6:57

6

I'm trying to download data from Yahoo using this code: library(quantmod) getSymbols("WOW", auto.assign=F) This has worked for me in the past in every occasion except now, 5 days before my group...
Folly asked 17/5, 2017 at 4:48

2

I am trying to subscribe to an ical feed through Yahoo Calendar using a URL in the following format: https://calendar.yahoo.com/subscribe?ics={__ICS_FEED_URL__}&name={__NAME__}. After accessing...
Parka asked 29/8, 2016 at 6:32

1

I am trying to write a suite of automated integration tests to test my C# client library calls to the Yahoo Fantasy Sports API. Several API calls require OAuth tokens, which is where I am hav...
Piemonte asked 8/3, 2013 at 15:35

2

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...
Emyle asked 11/3, 2016 at 5:32

2

Solved

I might be missing something but I'm trying to implement a contacts retrieval mechanism akin to the one that is offered by Google for Yahoo and Hotmail. Both APIs seem to require the user to actual...
Journalese asked 24/7, 2009 at 22:20

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

2

Solved

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: http://query.yahooapis.com/v1/public/yql?q=sele...
Flavour asked 2/3, 2016 at 9:22

2

Solved

i have used yahoo's symbol lookup http://d.yimg.com/autoc.finance.yahoo.com/autoc?query=yahoo&callback=YAHOO.Finance.SymbolSuggest.ssCallback which returns data in JSON format. like following...
Predella asked 10/7, 2015 at 6:10

© 2022 - 2024 — McMap. All rights reserved.