Yahoo! Finance offers information including stock quotes, stock exchange rates, corporate press releases and financial reports, and popular message boards for discussing a company's prospects and stock valuation. It also offers some hosted tools for personal finance management. Yahoo! Finance ...
9
votes
6answers
1k views
Yahoo! Finance API DOW
Until now, I've been using the INDU ticker to follow the DOW with the Yahoo! API. For whatever reason you were unable to directly follow ^dji ^djia or any other reasonable combination. Up until ...
3
votes
0answers
590 views
Web services for current dollar rate, gold rate and silver rate on my application [closed]
Platform: .NET with C# Windows Application
I am looking for a API / Webservice(s) that could fetch me these things
The current dollar rate.
The current gold rate.
The current silver rate.
2
votes
3answers
71 views
Import multiple CSV files from Internet into Excel
I use this code to retrieve historical stock prices for about 40 tickers. I found it here http://www.mathfinance.cn/download-multiple-stock-quotes-from-yahoo-finance
It downloads about half of the ...
2
votes
2answers
263 views
Get Google or Yahoo API live option price
Is there a way to get the live options information from Yahoo or Google's API. By options information I mean: call, ask volume. I basically need the information on this page
thanks for your help!
2
votes
1answer
161 views
Pulling historic analyst opinions from yahoo finance in R
Yahoo Finance has data on historic analyst opinions for stocks. I'm interested in pulling this data into R for analysis, and here is what I have so far:
getOpinions <- function(symbol) {
...
2
votes
5answers
821 views
stock quotes for android
Is there a way to download and parse stock quotes from yahoo or google using the android platform?
Thanks
1
vote
1answer
50 views
Is yql not Reliably Returning the Correct Data - Any Replacements?
I'm writing an application that chooses companies based upon market cap and dividend yield. It uses Yahoo!'s YQL REST API to get this data. It seemed to work well yesterday, but today I saw that my ...
1
vote
1answer
155 views
Yahoo finance CSV API and appid in PHP
I've a small application retrieving stock data from Yahoo! working fine in my local server. When I uploaded it to a remote server it stopped returning data and showing a security error in FF: "This ...
1
vote
1answer
74 views
Limiting number of calls using Yahoo YQL in C#
I'm a bit new to C# and i'm running into a problem with YQL limiting the number of calls to 10,000 an hour. I keep getting my temp ban everytime I try to run my app. I read that Yahoo has a limit of ...
1
vote
1answer
198 views
How to download yahoo historical stock data into xls. format via matlab?
I have an xls sheet called Tickers (matrix 1 column 500 rows) with yahoo tickers. I want matlab to download the historical data for last 5 years for each stock ticker into a separate xls spreadsheet ...
1
vote
1answer
71 views
How to turn the quarterly data returned by quantmod's viewfin function into a monthly time series?
...either spline- (best) or linear-interpolated (OK) or just repeated values (fine) throughout the quarter. The issue is that I do not know how to convert the data type returned by getFin() and ...
1
vote
1answer
228 views
Yahoo!Finance CSV file, error in price=5.05544704E8 (or similar numbers) and date=1/1/1970?
someone experiment the same error while downloading CSV quotes from Yahoo!Finance web service ?
Trying to download by my APP but also by URL in a web browser I obtain this error:
in the l1 tag (last ...
1
vote
2answers
1k views
Capture Yahoo finance stock data symbols for daily break out, leaders, etc?
I am trying to figure out if there is a way to capture using free Yahoo Finance stock data:
1. Daily 'leaders' with stock symbols, ETFs, options, etc.
2. Any breakout symbols using any classic ...
1
vote
2answers
680 views
Yahoo Finance API
How to fetch the complete list of Yahoo Finance Stock symbol using YQL ???
not trying to fetch a single stock quote. I am trying to find the whole complete list of available stock symbol. E.g. all ...
1
vote
1answer
426 views
Display stock performance in android
Could anyone please advise me what would be the best way to display the performance of a particular stock in an android app. I would be interested to know if any one has used any particular libraries. ...
1
vote
2answers
641 views
Getting adjusted price information from Yahoo! Finance API for multiple symbols in one call
I would like to get the adjusted price (adjusting for splits and dividends) for a group of stock symbols using Yahoo! Finance. It looks like the historical prices call is limited to one symbol at a ...
1
vote
2answers
357 views
How to retrieve data from yahoo finance to my website?
I am making an ASP.NET website where I want to retrieve data from yahoo finance, e.g.:
http://finance.yahoo.com/d/quotes.csv?s=RHT+MSFT&f=sb2b3jk
I am referring to above link to fetch data from ...
0
votes
0answers
8 views
What is the query limit on Yahoo's Finance API?
What is the query limit for Yahoo's Finance API? Or where is the documentation that describes the limit?
For all of Yahoo's API's I've only been able to find general documentation for all API's. If ...
0
votes
1answer
83 views
API for stock price?
Is there an API that provides stock prices?
It appears that Google's Finance API is deprecated and no longer works.
The Yahoo! Finance API also does not seem to provide stock prices.
0
votes
1answer
32 views
Is there a documented known way the yql web services truncate data requests?
I'm working with the stock market end of day feed. I pass multiple ticker symbols in one request. Around 400 or so I get an error that the string is too long. But anything less than that runs fine, ...
0
votes
1answer
88 views
How do I get started with oauth for YQL for historical stock data?
in my search for a market data feed, I've been led to YQL for yahoo finance. It looks great, and very simple for the public use/ queries, but the daily limit for the public version is too small for my ...
0
votes
0answers
71 views
Is there a current known source of free, reliable end of day market data? [closed]
I know this has been asked a bunch of times, but I'm wondering if there is a good source of free, end of day (real- time not necessary for now) market data that is currently reliable.. the currently ...
0
votes
1answer
60 views
Yahoo Stock API ticker trend function
Can anyone give any insight to what Yahoo returns for this call?
The reference is t7 ticker trend.
When submitting a symbol for this function, yahoo responds with something similar to the following:
...
0
votes
1answer
79 views
Error handling for URLConnection
I have this method that downloads .csv files from yahoo finance and saves them locally. It is accessed during a loop so it is downloading many files from a list. However sometimes a symbol is ...
0
votes
0answers
125 views
Screening stocks using Yahoo Finance API (YQL)
i am trying to roll my own stock screener using the Yahoo Finance API.
While it is easy to get a heap of data (via XML or JSON) by providing the ticker symbol:
SELECT * FROM yahoo.finance.quotes ...
0
votes
0answers
40 views
How to use google gadgets in an application which is fully covered by SSL?
Google gadget is working fine using HTTP but not using HTTPS.
I have used the stock summary google gadget.
I have also used the Yahoo finance chart API to show stock chart in fly. But Chrome ...
0
votes
0answers
67 views
Silverlight 4 Toolkit: Create a custom marker that moves on the line chart like in Yahoo! Finance
I implemented a chart just like the one described in this link:
http://www.scottlogic.co.uk/blog/colin/2009/03/adding-a-location-crosshair-to-silverlight-charts-again/
but I want to replace the ...
0
votes
1answer
122 views
Caching and updating OHLC historical stock quotes locally
OK, I don't mean for this to be another "how do I get historical stock data" question.
I've already found plenty of readily available sources for that, even neatly exported into direct CSV downloads ...
0
votes
3answers
103 views
getJson and parse to create a list (for now) jQuery/Yahoo Finance API
I almost have the thing working but I can't get past a parsing issue. If anyone can help I would be very thankful!
I am trying to query Yahoo Finance API and parse the results using jQuery. Here is ...
0
votes
1answer
87 views
Creating a stock portfolio in rails [closed]
I am new here and new to ruby on rails.
I am trying to create a rails app where users can create their own stock portfolios.
I want to use the yahoo finance gem but i don't know where to start .
I ...
0
votes
1answer
115 views
not getting any data from Yahoo Finance using jQuery ajax
i want to create a web page that makes ajax request using jQuery to get stock prices from the following yahoo web service...
...
0
votes
0answers
83 views
Get all currencies out of YQL
Is it possible to get a list of all currencies supported by YQL.
Ex:
select CurrencyID from yahoo.finance.xchange
In my app I would only like to support the currencies that yahoo supports.
0
votes
2answers
233 views
Yahooo Finance YQL Call via C# - Jarloo Example
The following links used to be available and had a good example on them:
http://jarloo.com/tutorials/get-yahoo-finance-api-data-via-yql/
http://jarloo.com/code/api-code/get-historical-stock-data/
...
0
votes
1answer
125 views
How do pages like Yahoo Finance update page without plugins etc? (HTTP PUSH)
I am interested in HTTP PUSH technologies. I am interested in the technology behind pages like Yahoo Finance etc, which are able to update the page with data in real time.
When I checked the FF ...
0
votes
2answers
406 views
Yahoo fetching currency in Matlab?
Does anyone know how to get a range of dates that works for fetching currency pairs from Yahoo? The code below works fine for capturing the latest rates needed? I am looking for a complete time series ...
0
votes
1answer
367 views
Building (delayed prices) trading system using google finance API or yahoo finance API
Im interested in using one of the two named APIs for building my own hobby-project trading system. My question is, i would prefer to build this in Java, C++ or C#. Is this possible considering the ...
0
votes
1answer
434 views
Does Yahoo finance have data request upper limit. Is there an alternative or workaround?
Hi there
I have scanned this site and Google for any latest updates on downloading stock info from Yahoo Finance. I have not had much success. As I am testing my app, I came across an 404 server not ...
0
votes
1answer
724 views
How to get Dow Jones index using REST API?
I have to get Dow Jones Index using rest API in Flash. I found YahooApi, it works well on other indexes, but returns nothing on DJI.
I have tested it here:
http://goo.gl/irKeK
Nether ^DJI nor ^DJIA ...
0
votes
1answer
292 views
Problem downloading the CSV in Website in ASP.NET
In my website I am trying to download a CSV which comes from yahoo. It contains some data.
I am using the code given below to download CSV.
Problem:
I want to download and fetch all the data from ...
-1
votes
0answers
20 views
yahoo finance server erratically returns a file or an error [closed]
i am using a link as follows to get a csv file of historical prices from yahoo finance:
...