Tagged Questions
The stocks tag has no wiki summary.
30
votes
15answers
4k views
Predict Stock Market Values
I'm building a web semantic project that gathers the maximum ammount of historic data about a certain company and tries to predict its future market stock values.
For data I have the historic stock ...
28
votes
12answers
26k views
Stock ticker symbol lookup API
Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name and it will tell you the ticker symbol? I've tried just screen-scraping Google Finance, but after a ...
26
votes
11answers
9k views
What online brokers offer APIs?
So I'm getting really sick of E*TRADE and, being a developer, would love to find an online broker that offers an API. It would be great to be able to write my own trading tools, and maybe even modify ...
22
votes
14answers
7k views
source of historical stock data
I'm trying to make a stock market simulator (perhaps eventually growing into a predicting AI), but I'm having trouble finding data to use. I'm looking for a (hopefully free) source of historical stock ...
17
votes
5answers
16k views
Free historical intra-day stock data? [closed]
I know you can get historical end of day stock data from both Google and Yahoo, and I'm able to get delayed quotes from Yahoo. I'm looking for free intra day historical stock data, ideally with data ...
14
votes
9answers
846 views
Java or Python for math?
I'm trying to write a pretty heavy duty math-based project, which will parse through about 100MB+ data several times a day, so, I need a fast language that's pretty easy to use. I would have gone with ...
12
votes
3answers
6k views
What data source could I use for my stock market program?
I would like to make a free open-source C++ application for both Linux and Windows which will create live stock market charts (i.e. they're refreshed frequently).
Please could you give me some ...
10
votes
3answers
525 views
Building a stock market trading game in RoR, what libraries are available?
I'd like to build a relatively simple online stock trading application (in RoR). It would just be a game so no real trades- just an online simulation based on real market data.
A good example being ...
9
votes
7answers
2k views
Find buy/sell prices in array of stock values to maximize positive difference
Got this question in an interview today, and its optimized solution stopped me cold (which blows, because I really wanted to work for this company...)
Given a single array of real values, each of ...
9
votes
11answers
17k views
Display stocks data from Google Finance or Yahoo! Finance
Can I use the Google Finance API to get stock data?
If there is a Flash or Javascript viewer for such stocks data it would be good.
I found some chart components that could be used for the same:
...
8
votes
3answers
3k views
How can I implement a stock volume chart using core plot on iPhone?
I'm writing a stock charting application on iPhone using core-plot. What kind of chart should I use to plot the volume chart? Since I will also need to overlay the price charts onto the volume chart, ...
7
votes
9answers
11k views
Getting real-time market/stock quotes in C#/Java
I would like to make an program that acts like a big filter for stocks. To do so, I need to have real-time (or delayed) quotes from the market. I started getting stock quotes by requesting pages from ...
5
votes
5answers
3k views
Is there a World-Wide Stock Market real-time quotes Application Programming Interface (API)?
I'm looking for an Application Programming Interface which will allow me to access quotes and other data about multiple company symbols for at least the following stock exchanges:
American Stock ...
5
votes
1answer
319 views
Where can I trade on the Stock Market via API? [closed]
Possible Duplicate:
Real life trading API
I have made an interactive stock trading system, and want to try it out with real money. Can anyone suggest a place where I could hook my system ...
5
votes
2answers
564 views
Development Platforms for Financial modeling (What do the Quants use?)
Quantitative Analysts or "Quants" predict the behavior of markets to maximize profits. I am interested in the software that they use to accomplish this. Are there development platforms, libraries, ...
5
votes
3answers
4k views
Database schema for organizing historical stock data
I'm creating a database schema for storing historical stock data. I currently have a schema as show below.
My requirements are to store "bar data" (date, open, high, low, close volume) for multiple ...
5
votes
8answers
1k views
Where can i find sample alogrithms for analyzing historical stock prices?
Can anyone direct me in the right direction?
Basically, I'm trying to analyze stock prices and see if I can spot any patterns. I'm using PHP and MySQL to do this. Where can I find sample algorithms ...
5
votes
2answers
984 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 ...
4
votes
2answers
312 views
Protocols used by stock exchanges
My career goal is to work as a software developer for an online stock broker website or for a stock exchange. I am curious about the protocols used by the stock network. For example, what protocol ...
4
votes
2answers
341 views
Getting a stock's price history
Are there any simple HTTP APIs out there which will let me get the stock price for a symbol (such as GOOG) at a specific date and time?
Something like...
http://somewebsite.com/?
...
4
votes
2answers
887 views
Automating Etrade
Hey everyone, I was wondering how would I start programming an interface to trading stocks in Etrade in python. I am attempting to make an automated trading bot, but there is no api publicly available ...
4
votes
5answers
605 views
Is there a good and reliable open source Java package to get free stock info?
I used to use my Java programs to get free stock data (historical prices, charts, current prices ...) from Yahoo, but recently it stopped working, because Yahoo doesn't seem to welcome people ...
4
votes
4answers
5k views
Webservice to get stock quotes?
I want to create a website similar to Yahoo finance, but much less complex for an independent study.
I will be using Java to do this and would like to get stock quotes through a web service as part ...
4
votes
5answers
7k views
Charting widget for GTK or QT
Is there a widget for GTK or QT that would allow me to draw stock charts like this?
http://smartquant.com/openquant/openquant_chart.jpg
(copy&paste the URL due to hotlinking restriction)
Thanks, ...
4
votes
7answers
536 views
best language or program for finding patterns and statistical analysis? [closed]
I have a program that downloads basic historical stock data from yahoo and puts it into an SQLite database. I'd like to be able to perform queries such as finding the moving average, and determining ...
3
votes
2answers
89 views
import from CSV into Ruby array, with 1st field as hash key, then lookup a field's value given header row
Maybe somebody can help me.
Starting with a CSV file like so:
Ticker,"Price","Market Cap"
ZUMZ,30.00,933.90
XTEX,16.02,811.57
AAC,9.83,80.02
I manage to read them into an array:
require 'csv'
...
3
votes
1answer
321 views
Importing High/Low/Close Data into Excel (Trading/Futures “Coding”) [closed]
I want to import into Excel High/Low/Close data for, let's say, the Wheat contracts of 2009.
I'm looking to do this in Python, but I will learn another language if it is necessary.
I am a newb to ...
3
votes
4answers
312 views
Object oriented design for an investment/stock and options portfolio in Python
I'm a beginner/intermediate Python programmer but I haven't written an application, just scripts. I don't currently use a lot of object oriented design, so I would like this project to help build my ...
3
votes
5answers
268 views
BigDecimal for Stock Prices?
I realize that we should use BigDecimal for all monetary values, but what about stock prices in dollars?
I noticed that data feed API from major vendors uses the type double for stock quotes. Does ...
3
votes
2answers
2k views
How to get a complete list of ticker symbols from Yahoo Finance?
I've googled endlessly for a method of getting a complete (and daily updated) list of all Yahoo ticker symbols available through http://finance.yahoo.com
Yahoo has information for stocks, futures etc ...
3
votes
3answers
590 views
Anyone know how to get historical stock data for free in ASP.NET?
I'm looking for an API that can be accessed via C# implementation where I can get access to free stock market historical information (index and individual companies).
3
votes
4answers
3k views
PHP / AJAX toolkit to make a “live graph” (eg for tracing stock prices)
how do i (after getting the right stock prices from a source) show it on a "live graph". i'm looking for a php/ajax toolkit that allows me to create that graph live?
is that the right thing to use or ...
2
votes
1answer
92 views
How to create an ordered list in Perl from a set of inequality comparisons?
I'm playing around with historical stock market analysis in Perl. One aspect deals with analyzing the accuracy of research firms past stock ratings. The most rudimentary rating scale would be Buy, ...
2
votes
1answer
92 views
Is there an API for searching Stock Symbols based on Company Names?
This is a similar question to Stock ticker symbol lookup API however that was never answered to the standard I think is needed for a commercial application.
The problem is this: Given a company ...
2
votes
1answer
75 views
Where to get free detailed historic data e.g. with interval <1 minute
I am looking for a free source of detailed stock data (bid and ask prices) with an interval of <1m. This is for testing out trading theories - therefore does not have to be live nor up to date. I ...
2
votes
2answers
81 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
237 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
2answers
173 views
How to sort a structured list of stock data for later access in Python?
I am very new to Python and want to build a black box stock trading program that finds various correlations between stock's rates of return and gives me a response such as buy, sell, hold, etc. I ...
2
votes
2answers
456 views
Java pattern recognition API for stock market
Does someone know where I can find a Java API dealing with pattern recognition for the financial market ? I've already had a look to TA_LIB, but it's not exactly doing what I want (dealing mostly with ...
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
1answer
168 views
Is there a free or relatively cheap stock market holidays api?
We're developing a trading app where one can enter previous trades including date and time of the trade. For validation purposes I need to know if a stock exchange was open on the day the user ...
2
votes
3answers
389 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
434 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 ...
2
votes
1answer
470 views
Yahoo Finance: Is it legal to get the data (real-time) and put it on my website? [closed]
I figured out how to get real-time ("live" - EDIT: but delayed by 15 minutes) stock data from yahoo finance ...now the question is : is it legal to put the data on my website ...I want to build a ...
2
votes
3answers
590 views
Possible to make a consistently successful stock market playing bot? [closed]
Who has created a bot to play the stock market and what kind of return did you see? I'm currently still in very alpha stages but I can play the stock market with play money and get some very nice ...
2
votes
3answers
552 views
Are document databases good for storing large amounts of Stock Tick data?
I was thinking of using a database like mongodb or ravendb to store a lot of stock tick data and wanted to know if this would be viable compared to a standard relational such as Sql Server.
The data ...
2
votes
5answers
1k views
How to get the data for intra-day candlestick charts for stocks on eg Nasdaq
For a learning exercise, i'm wanting to create candlestick (stock) graphs for stocks using zedgraph.
Now on google finance, i can get daily open-high-low-close data which is perfect for making these ...
2
votes
0answers
470 views
Where can I download stock historical data for 5 years? [closed]
Where can I download stocks' historical data for 5 years for the stock markets: NASDAQ, DJIA, FTSE100, NIKKEI ?
Thanks.
2
votes
3answers
320 views
Getting technical data through API's
I have a friend who’s blind that does some stock trading. Unfortunately all the technical indicators such as moving average, resistance, and support levels are shown in charts on the major discount ...
2
votes
6answers
2k views
Programatically compare two lines (stock pattern matching)
What I want to do is take a certain stock pattern (defined as a series of x and y coordinates) and compare it against historical stock prices. If I find anything in the historical prices similar to ...