yahoo

excel vba http request download data from yahoo finance

旧街凉风 提交于 2019-11-28 11:42:53
I am in the process of making a program I wrote using excel vba faster. The program downloads stock market data from the asx. I want to get data from 2 urls: MY CODE url2 = "http://ichart.finance.yahoo.com/table.txt?s=bhp.ax" Set XMLHTTP = CreateObject("WinHttp.WinHttpRequest.5.1") XMLHTTP.Open "GET", url2, False XMLHTTP.send result = XMLHTTP.responseText ActiveCell.Value = result Set XMLHTTP = Nothing URL 1. http://ichart.finance.yahoo.com/table.txt?s=bhp.ax MY PROBLEM. This file is very large. I thought I could simply store the result of these http requests and print it to the debug window

Yahoo Integration in Android

你。 提交于 2019-11-28 06:13:53
问题 I'm planning to integrate Yahoo in my Android Application to get the name and personal details of a user. How do I integrate Yahoo with android? I have spent several hours looking for a tutorial/sample android application that integrates Yahoo login using OAuth, but I can't find one. 回答1: Look at the following code , You need Signpost library Signpost Library import oauth.signpost.OAuth; import oauth.signpost.commonshttp.CommonsHttpOAuthConsumer; import oauth.signpost.commonshttp

URI encoding in Yahoo mail compose link

风格不统一 提交于 2019-11-28 04:39:49
问题 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 for. If you have a Yahoo mail account, please follow this link: http://compose.mail.yahoo.com/?body=http%3A%2F%2Flocalhost%3A8000%2Fpath%23anchor Notice that yahoo redirects to a specific mail server (e.g. http://us.mc431.mail.yahoo.com/mc/compose). As it does, it decodes the hex codes. One of them,

Receive a WOEID by Lat, Long with Yahoos API

倖福魔咒の 提交于 2019-11-28 03:51:58
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 my case, but i got latitude and longitude points. so my question is: is there a way to get the WOEID of a place by using lat and long points? This is now available through the recently released PlaceFinder API . Kudos to Yahoo! for providing yet another important piece of the Geo puzzle. Yahoo! PlaceFinder API allows you to find a corresponding WOEID for a latitude/longitude pair. Consider this example

Yahoo Weather API WOEID retrieval

本小妞迷上赌 提交于 2019-11-28 03:41:37
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 to grab the location code or WOEID without doing it manually. Yahoos API sends back an RSS feed as long as you provide a WOEID -> http://weather.yahooapis.com/forecastrss?w=4097 Is there an ethical way of doing this? My beginner knowledge tells me I have to write a script that would search yahoo using the term and grab the first WOEID, but I would assume yahoo doesn't want scripts doing this and it

Getting data from Yahoo Finance

孤街浪徒 提交于 2019-11-28 02:52:49
I read about the YQL, but I didn't understand how can I get some simple data (like company ticker, market cap, stock price, etc.), for ALL COMPANIES? And an additional question, how can I get all Yahoo Finance tables and theirs fields that can be queried by YQL? To your first question, you can't really do any query through YQL to get data for all companies. It's more oriented towards obtaining data for a smaller query. (I.e., it's not going to give you a full data dump of the whole Yahoo! Finance database.) To your second question, here's how you can get started exploring the Yahoo! Finance

401 Unauthorized using Yahoo OAuth

佐手、 提交于 2019-11-28 01:06:43
问题 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.value%20from%20social.contacts%20where%20guid%3Dme&diagnostics=false"); request.Headers.Add( "Authorization: OAuth " + "realm=\"" + "yahooapis.com" + "\"," + "oauth_consumer_key=\"" + ConfigurationManager.AppSettings["yahoo_oauth_consumer_key"] + "\"," + "oauth_nonce=\"" + Guid.NewGuid().ToString() + "\"

Can not increase file upload size WAMP

跟風遠走 提交于 2019-11-27 23:15:02
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 phpMyAdmin can be found in this file \wamp\alias\phpmyadmin.conf The question is that i am unaware about the values insert. I want to upload a file of 5GB. I have changed the values in relevant file and values are also changed in that file as well as phpmyadmin but when i import my 5GB file it gave me following error on phpmyadmin. "You probably tried to upload a file that is too large. Please refer to

Janrain's PHP-OpenID and Google/Yahoo

你。 提交于 2019-11-27 20:48:53
问题 I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, unlike most other providers, don't use a user-specific URL, but rather have the user discovery framework all on their end - which throws the default Janrain framework for a loop then it tries to begin the auth request. From what I've seen it looks like it's probably the YADIS discovery that is

WebScraping with BeautifulSoup or LXML.HTML

谁都会走 提交于 2019-11-27 17:18:41
问题 I have seen some webcasts and need help in trying to do this: I have been using lxml.html. Yahoo recently changed the web structure. target page; http://finance.yahoo.com/quote/IBM/options?date=1469750400&straddle=true In Chrome using inspector: I see the data in //*[@id="main-0-Quote-Proxy"]/section/section/div[2]/section/section/table then some more code How Do get this data out into a list. I want to change to other stock from "LLY" to "Msft"? How do I switch between dates....And get all