6
votes
3answers
177 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 …
3
votes
6answers
1k 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 …
0
votes
2answers
40 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 …
1
vote
2answers
34 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 …
2
votes
8answers
445 views
Where can i find sample alogrithms for analyzing historical stock prices?
Hi guys,
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 …
0
votes
0answers
46 views
Modify the OHLC bars in a OhlcSeries
Hi,
I need advice on how could I modify the parameters (high, low, close, open) of a data item in a OHLCSeries.
Thanks.
0
votes
1answer
71 views
How to query Open-high-low-close (OHLC) data from SQL Server
Hi,
I'm trying to retrieve data for a Open-high-low-close (OHLC) chart directly from the database, it's the kind of chart you see of stocks. Is this possible, and if, how?
I hav …
0
votes
0answers
78 views
JFreeChart - Adding TimeSeries Moving Average To OHLCDataset (Candlestic)
I build the TimeSeries type moving average information, by using priceTimeSeries (TimeSeries type). To display the information, I then add Moving Average TimeSeries information to …
6
votes
3answers
684 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 …
0
votes
2answers
125 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 v …
3
votes
6answers
3k views
Display stocks data from Google Finance or Yahoo! Finance
How can I link up the Google Finance API to display stock data in Flash?
Any Flash + JavaScript mashup code would be great!
Even code that can just access Google Finance's data w …
2
votes
3answers
505 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 w …
0
votes
0answers
47 views
Recommendation for Stock Data Redistributer
Hi,
I would like to ask for some recommendations regarding the stock data distributers.
Basically I am looking for a stock data provider which offers data distribution for comme …
1
vote
1answer
208 views
Google Finance API on a company Intranet
I need the stock price of a specific ticker to place on a company Intranet page. It seems from reading the docs that you need an API key, and if you want to get an API key you hav …
5
votes
8answers
587 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 …
