Tagged Questions
The stockquotes tag has no wiki summary.
40
votes
8answers
24k views
Where can I get free real-time stock data?
Does anyone know of a way to obtain free real-time stock data or near real-time stock data? I'd like to do this since I'm interested in the financial market, not for use in investment applications ...
7
votes
4answers
2k views
Any good Finance API?
Yahoo! Finance feeds are pain in the ass.
Google Finance API seems OK but don't know why I can't retrieve stock quotes information for Dow Johnes, NASDAQ, S&P...
Works perfect with company ...
5
votes
2answers
985 views
Real Time / High Resolution Stock API?
I'm looking to get my hands on an API (hopefully one that's platform agnostic) that allows me to retrieve real time (or as close to it) equity prices / volume (hopefully).
I'm not a professional ...
5
votes
5answers
2k views
How Safe Is It To Scrape Stock-Price Information
As far as I can see, there are no developer-API services for stock-price information with the following stipulations:
Free or low-monthly cost (
Ability to ship code which uses the service to ...
2
votes
2answers
84 views
convert data format
http://en.wikipedia.org/wiki/MetaStock
Anybody knows how to convert metastock data format to ASCII/CSV format ?
Any sample code (c++/c#) would be of great help.
2
votes
1answer
239 views
Looking for free stock XML webservice
I'm looking for a free web service that provides stock ticker data. Preferably one where you can get a large list (not individual stocks) of data with one call. It doesn't have to be real time, I'm ...
2
votes
0answers
84 views
What software runs stock exchanges? [closed]
Stock exchanges need to support huge amounts of concurrency, coordinating buy/sell orders.
They also have very hot data sets, eg the lowest offer to sell a stock at a certain price is potentially ...
2
votes
3answers
275 views
Are there any good client-side stock charting libraries out there? [closed]
I would like to display interactive financial stock charts on a website, something like Google or Yahoo finance. I saw some recommendations on this thread looking for stock charting component but ...
2
votes
2answers
840 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
726 views
stock quotes for android
Is there a way to download and parse stock quotes from yahoo or google using the android platform?
Thanks
2
votes
2answers
693 views
stock quotes with javascript
Does anyone know a way to get live - or 20 minutes delayed - stock quotes using javascript?
I looked at the google api at http://code.google.com/apis/finance/docs/finance-gadgets.html
but it was very ...
2
votes
3answers
391 views
I need a financial stockquote api that will allow a dump of data
I need a good financial api that will allow me to retrieve a lot of stock data really quickly. I was using a csv format from yahoo, but it is very unreliable. I found it at: ...
2
votes
1answer
435 views
Examples for Algorithms that can be used for Stock Market Analysis
I was working on a Stock Market Analysis website as a college project.
I was keen on knowing some algorithms which I could potentially use for analysing trends in the stock market.
I would be glad ...
1
vote
0answers
56 views
Global stock details search API
Is there any available API out there which would allow me to search for particular listed companies depending on a given string? Eg. a search for "google" would return the company name, stock exchange ...
1
vote
1answer
53 views
Open Source Fill Engine
I'm looking for a Java fill-engine to perform back-testing.
The fill engine would be fed either tick-data or L2 data (with book) and would fill orders as if it was a real-market account.
Ideally ...
1
vote
2answers
911 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
0answers
170 views
Streaming stock quote service
I know it's quite unlikely that this exists, but still.
Are there any free (or at the very least, affordable) web services that provide streaming quotes, or in other words, change notification for ...
1
vote
4answers
358 views
Matplotlib and Numpy Math
I'm trying get some traction with Matplotlib and Numpy but it is not very easy.
I'm doing a mini project to start dealing with Matplotlib and Numpy but I'm stuck...
Here is the code:
# Modules
...
1
vote
2answers
584 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
224 views
Stock and mutual fund data web service
Is there a reliable web service that contains current and historical stock and mutual fund data that I can call to download this data to my application? Mostly using the United States stock exchanges ...
1
vote
4answers
513 views
is there any way by which i can get stock quotes real time just as Google or Yahoo does?
does anyone know how Google or Yahoo get the stock quotes as NASDAQ or NYSE is not providing any APIs? Can we actually replicate what they do? are they using the crawl method itself or rather is ...
1
vote
4answers
585 views
Is there an API that I can use to get historical and recent EOD stock quotes?
Hey I just need the link for the API that Google/Yahoo have (I know they have it but I cant find the link) that I can use to get historical and recent End of day stock quotes. For example I want to be ...
1
vote
3answers
2k views
How can I get Yahoo realtime stock quotes in Perl?
There's a fairly easy way of retrieving 15-minute delayed quotes off of Yahoo! Finance web site ("quotes.csv" API).
However, so far I was unable to find any info on how to access real-time quotes.
...
1
vote
2answers
837 views
How to show live stock updates on website
I am developing a website where i want to show live stock updates for both bse and nse. Is it possible to show to show live updates? Is it free or do i have to pay something to bse pr nse for that ...
1
vote
1answer
914 views
ohlc chart in JFreeChart
I'm currently working on a financial alerts application , and for the client interface I've decided to use JFreeChart. However as I'm new to it ,there are some important things that I can't figure ...
0
votes
0answers
47 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
2answers
87 views
Get data from API
http://www.google.com/finance?q=nse%3Areliance
Is it possible to get real-time data (price and volume) using Google API ?
Any sample code (C++/C#) would be very helpful.
0
votes
2answers
384 views
Getting component of stock market index from YQL
Currently, I can get stock quote by returning xml and json using YQL console like
select symbol, price from csv where ...
0
votes
2answers
230 views
amCharts [Stocks] chart
I've been using amCharts stocks charts to display data from Yahoo Finance .csv file which displays data in this format: (which works)
Date,Open,High,Low,Close,Volume,Adj Close
...
0
votes
1answer
76 views
Sync. stock data with that of live ones
I want to synchronize my app data ( stock ) with that of live ones . I am using Yahoo API .. Here is my code ..
// $companyInfo ; holds company information like symbol
...
0
votes
1answer
135 views
Esper - Aggregations of sub-timewindows
I have a stream of market data events with (Price, Trade Time) properties.
I want to calculate the simple average for past time windows for every new market data event. Simple average = Sum of trade ...
0
votes
2answers
83 views
Handling duplicate data when parsing huge XML feeds
I'm writing a component which parses an xml feed with stock quotes and saves the result in a database. The problem is fairly straightforward, except that feed can not be read incrementallly. That is, ...
0
votes
0answers
39 views
Looking for a temporary solution to Market Fund Data
Curious to know if anyone has had an success with finding Market Fund Data. The Fund I am looking for a sample in would be "mgs2120".
Ideally I would like to receive the market data in (PHP) JSON, ...
0
votes
1answer
42 views
What tools and techniques should I use to create a real time price graph on the web?
I'm creating a prediction market using Python and the Turbogears framework.
I would like to be able to present the user with a real time graph of the price of a security over different time periods. ...
0
votes
1answer
502 views
Python 3 Urlopen vs Urlretreive
I am working on a script to download and process historical stock prices.
When I used urllib.request.urlopen I got a strange prefix of text in every file (b'\xef\xbb\xbf) that was not present when I ...
0
votes
2answers
756 views
using Excel VBA, given the daily price of 50 stocks, choose 10 stocks such that they have the minumum correlation
The high-level goal is to choose 10 stocks that have the lowest correlation among one another, out of a pool of 50, so that I can have a well-diversified portfolio.
I have managed to write some VBA ...
0
votes
3answers
1k views
Problem with Stock Quote from Google Finance
Below is the example I got from google finance for a stock quote. But it doesnt seem to be working. Stock price isnt displayed.
Thanks
<body>
Hello world!
Here is your portfolio:<br/>
...
0
votes
2answers
477 views
Stock Price update widget
I am working on a small application where I can get the stock price of a particular company also if the price can be updated immediately. I guess there might be a widget that I can use but not sure ...
0
votes
5answers
304 views
how to fetch stock price from australia stock exchange
how to fetch stock price from australia stock exchange...www.asx.com.au/
Actually our team is working on a corporate site which would be very soon listed at australia stock exchange. I need to ...
-1
votes
0answers
35 views
APIs for Indian stock market in Android
I am developing a Stocks and Trading application on Android. What are the different APIs available for retrieving the stock details?
Basically I am targeting the Indian Stock Exchange and markets. ...