Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
9answers
43k views

How can I get stock quotes using Google Finance API?

I'm looking for access to financial data from Google services. I found this URL that gets the stock data for Microsoft. What are all the possible parameters that Google allows for this kind of HTTP ...
11
votes
9answers
21k views

fetch stock quotes from google finance, yahoo finance or the exchange itself

I am building a web based trading system where buy and sell signals would be generated by reading quotes from either Yahoo finance, google finance or the exchange(NSE of India) itself.My first ...
11
votes
14answers
11k views

Recommendations for a google finance-like interactive chart control

I need some sort of interactive chart control for my .NET-based web app. I have some wide XY charts, and the user should be able to interactively scroll and zoom into a specific window on the x axis. ...
4
votes
1answer
451 views

Pulling Google Finance portfolios into R

I want to access data from my google finance portfolio in R. I am trying to do this by reading the Google Finance API documentation and following the lead of RGoogleDocs. I've made some progress, ...
4
votes
1answer
543 views

Improving a function to get stock news data from google in R

I've written a function to grab and parse news data from Google for a given stock symbol, but I'm sure there are ways it could be improved. For starters, my function returns an object in the GMT ...
3
votes
2answers
192 views

Possible JavaScript memory leak when handling arrays?

I'm using Humble Finance to plot a series of data one point at a time to achieve a time-lapse effect. My code is below, but I'd like to explain it first: If you're not familiar with HF, its ...
3
votes
1answer
509 views

Google Finance, how to get the JSON data streamed?

I tried to explain this earlier, but obviously failed! So, if you have a google finance graph open, for instance: http://www.google.com/finance?q=INDEXNASDAQ:.IXIC I would like to somehow use the ...
3
votes
3answers
471 views

Getting stock news data from google in R

I can use quantmod to get historical data and close-to-realtime quotes for stocks. I can also use quantmod to get financials data from Google. Are there any existing R packages that would let me grab ...
3
votes
3answers
8k views

how do I get currency exchange rates using Google Finance API

Now, I did find the Google Finance API and started looking through that but I found a lot of info about portfolios, transactions, positions & other stuff I know nothing about. Am I looking at ...
3
votes
4answers
3k views

Obtaining financial data from Google Finance which is outside the scope of the API

Google's finance API is incomplete -- many of the figures on a page such as: http://www.google.com/finance?fstype=ii&q=NYSE:GE are not available via the API. I need this data to rank ...
2
votes
2answers
186 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
2answers
839 views

page scraping to get prices from google finance

I am trying to get stock prices by scraping google finance pages, I am doing this in python, using urllib package and then using regex to get price data. When I leave my python script running, it ...
2
votes
5answers
2k views

How to create a stock quote fetching app in python

I'm quite new to programming in Python. I want to make an application which will fetch stock prices from google finance. One example is CSCO (Cisco Sytems). I would then use that data to warn the ...
2
votes
2answers
1k views

Is there easy way to retrieve Google Finance data?

Once in a day we want to download google finance data for 6100+ stock symbols. Right now we are going to this url and getting the data for all stock symbols. ...
2
votes
3answers
973 views

Stock symbol auto-complete API

I am looking for some stock symbol look-up API. I could able to query yahoo finance with a symbol & could able to retrieve the stock price & other details. I am looking for some ...
1
vote
1answer
684 views

Leading slashes in JSON from Google Finance API call

I've been using the Google Finance API to successfully gather some stock info. The problem is that after a call to http://www.google.com/finance/info?infotype=infoquoteall&q=[$tickerSymbol], the ...
1
vote
4answers
840 views

I need free index/fund/stock end of day quotes in CSV

I need a (free or cheap) source for end-of-day stock/mutual funds/index values. Major world indexes & European stocks are my primary interest. I keep seeing that Yahoo/Google/Microsoft offer this ...
1
vote
1answer
536 views

Yahoo finance CSV query no returning january in result

I need to get stock prices from a web service and the only reasonable way i've found is tu use the below query string. The problem is that with the below string the result start in February and not ...
1
vote
2answers
1k views

Google finance wpf graph/chart alike control?

Does anyone know a WPF control/app that functions like the google Finance graph/chart? Thank you.
1
vote
2answers
836 views

google finance tools on my website?

i am on the process of building a website execlusively for trading purposes. including live quotes and level 2 quotes. charts. user protofollio with automatic updates. news and so on. am i allowed to ...
0
votes
1answer
19 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
60 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
0answers
137 views

Google Finance API in JavaScript or Python to get Currency exchange rate

I am looking to find a API that I can use in JavaScript or Python to be able to eXchange the currency rates. I need the example of using those APIs too. Do you Guys have any Idea how to find it ? ...
0
votes
1answer
70 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
2answers
274 views

GWT - Annotated time line chart with zooming, scrollbar and navigator

I am looking for a GWT extension for displaying a Google finance-like chart. (features like zooming, scroll-bar and navigator are required)I want to stay away from flash. I have looked at GWT ...
0
votes
0answers
508 views

How to use google finance to track singapore stocks? [closed]

How to use google finance to track singapore stocks? Anyone have any idea or i can use yahoo finance to do so? Currently i know i can use excel to use the google finance function to track the global ...
0
votes
1answer
363 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
0answers
192 views

How can I retrieve stock prices for specifically the biggest gainers through an XML or CSV feed?

I am writing a piece of software for my dissertation that requires me to retrieve and analyse the stock prices of the days biggest gainers. Now so far I've spent a good few days looking into this and ...
0
votes
0answers
145 views

Exchange filter in google finance querystring

I am using this link for getting stock live quote. It works great but google is automatically filtering output based on client location country. For example if i am accessing ...
0
votes
2answers
761 views

C++ API for Google Finance

Is there a C++ API for accessing stock quotes from Google finance?
0
votes
1answer
390 views

finance news rss feeds

I am looking for getting some rss feeds for finance news. I know, there are few like Yahoo finance RSS, Reuters RSS feeds but from terms & conditions, they mentioned that we cannot use them for ...
0
votes
1answer
406 views

Any ideas on How to get the Google Finance Data from iPhone?

The Google Finance API only have Java / Javascript. Is there any ideas on getting Google Finance data from iPhone using Objective C? thz u.
0
votes
3answers
230 views

Fixed income data online

I am looking for a resource to download fixed income data online, much like there is access to stock data from yahoo. At the very least I'd like the treasury bonds. I use python, but any help would ...
0
votes
2answers
1k views

Launching Google Finance and display graph on a particular Stock, is that possible?

I would like to do two things within my Android app : Check if the Google Finance app is installed on the device. Should be pretty straighforward, isn't it ? If yes, launch an intent to Open up ...
0
votes
1answer
2k views

Zooming in JFreeChart using scrollbar (see google finance)

Is it possible to have some kind of zooming functionality in JFreechart like it is in google finance? I know there is a zoom in and zoom out, but I would like to have the bar on the bottom with which ...
0
votes
1answer
278 views

Why can't I authenticate to Google Finance via ClientLogin by jQuery AJAX?

I can't seem to authenticate by making a POST request via ajax! I always get an HTTP 400 error. What could be the issue?
0
votes
1answer
4k views

How to use Google API finance and Google chart API?

How do I use the Google Finance and Chart APIs? I want to embed them in my website. Thanks.