Top "Stocks" questions

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 …

ruby arrays csv hash stocks
Get free historic stock market/exchange data (e.g. S&P 500, NYSE)?

I am developing an application that relies on stock market information. For the moment, I use Yahoo Finance CSV API. …

dataset stocks stockquotes
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 …

algorithm stocks
Get complete stock list for specific index

Just wondering what kind of free finance API's are out there. I'm looking for something where I can specify the …

finance stocks
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.…

qt gtk charts stocks
Calculate RSI(Relative Strength Index) using some programming language (JS/C#..)

I am working to calculate RSI (Relative Strength Index). I have data like this **Date|Close|Change|Gain|Loss** The …

c# javascript stock stocks
Geometric Brownian Motion simulation in Python

I am trying to simulate Geometric Brownian Motion in Python, to price a European Call Option through Monte-Carlo simulation. I …

python simulation finance montecarlo stocks
looking for an intraday stock quote feed

I have an application which needs to get intraday stock quotes on several assets (indices, commodities etc'). I want to …

web-services finance stocks
Python Finance: How to use macd indicator for signals strategy?

I am trying to get my head around stock data and it's implementation in python. In starting I am using …

python finance stocks algorithmic-trading
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 …

java python math stocks