Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

55
votes
12answers
10k views

Programmatically access currency exchange rates

I'm setting up an online ordering system but I'm in Australia and for international customers I'd like to show prices in US dollars or Euros so they don't have to make the mental effort to convert ...
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 ...
39
votes
8answers
5k views

What's it like being a financial programmer?

As a student who's done an internship at a Silicon Valley company(non-financial), I'm curious to know what it's like working for a financial company doing software development. I'd expect the hours to ...
31
votes
10answers
14k views

What technical skills needed for algorithmic trading, HFT, etc?

I'm interested in getting into developing trading systems, black box, HFT, etc. My primary experience is with C# and .Net (7 years). I've also done some sockets programming. I have some experience ...
31
votes
6answers
6k views

High Frequency Trading

Over the last couple of weeks i have come across lots of articles about high frequency trading. They all talk about how important computers and software is to this but since they are all written from ...
28
votes
12answers
27k 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 ...
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 ...
21
votes
11answers
9k views

Real life trading API

Do you know an API that lets you trade with real life stock or currency? If so, please describe your experience: ease of development commissions sandbox environment? etc.
20
votes
14answers
5k views

Decimal vs Double Speed

I write financial applications where I constantly battle the decision to use a double vs using a decimal. All of my math works on numbers with no more than 5 decimal places and are not larger than ...
18
votes
15answers
1k views

Performance of C++ vs Virtual Machine languages in high frequency finance

I thought the C/C++ vs C#/Java performance question was well trodden, meaning that I'd read enough evidence to suggest that the VM languages are not necessarily any slower than the "close-to-silicon" ...
18
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 ...
16
votes
5answers
513 views

How do these guys avoid creating any garbage?

Here's an interesting article that I found on the web. It talks about how this firm is able to parse a huge amount of financial data in a managed environment, essentially by object reuse and avoiding ...
15
votes
11answers
5k views

R for finance tutorials and resources

What resources (websites, books, mailing lists, forums, etc.) can be recommended about programming in R for use of financial data?
13
votes
6answers
8k views

Yahoo! Finance CSV file will not return Dow Jones (^DJI)

I am trying to retrieve market data from Yahoo! finance and the script has worked fine for years, but recently, it stopped showing The Dow Jones data. Here is the URL: ...
13
votes
4answers
4k views

storing massive ordered time series data in bigtable derivatives

I am trying to figure out exactly what these new fangled data stores such as bigtable, hbase and cassandra really are. I work with massive amounts of stock market data, billions of rows of ...
12
votes
1answer
698 views

QuantLib OpenOffice/Excel YIELD / PRICE functions

Can somebody provide an example of how to replicate the Excel/OpenOffice YIELD and PRICE functions using QuantLib? I have a few examples but I don't quite understand all the setup yet. When I try to ...
12
votes
9answers
2k views

Any high-profile open source finance projects?

Is there a high profile open source project in the finance industry - specifically the investment banking area - that I could contribute to (ideally .NET)? I'd like to beef up my resume in this field. ...
12
votes
7answers
6k views

Best/Most Comprehensive API for Stocks/Financial Data

What is the most recommended free/public API for accessing financial market stats and stock quotes (preferrably real-time quotes)? I'm not too picky about how it's exposed (SOAP, REST, some ...
11
votes
2answers
1k views

Precise Financial Calculation in JavaScript. What Are the Gotchas?

In the interest of creating cross-platform code, I'd like to develop a simple financial application in JavaScript. The calculations required involve compound interest and relatively long decimal ...
11
votes
6answers
18k views

Yahoo Finance API

I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance ...
10
votes
3answers
531 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 ...
10
votes
4answers
2k views

What are your “must-have” Python Packages for Finance?

With the recent SEC proposal requiring that most Asset-Backed Securities issuers file a python computer program to document the flow of funds (or waterfall) provisions of the transaction, I thought it ...
10
votes
5answers
13k views

Currency exchange rates for paypal

Does anyone know a way to get the currency exchange rates for paypal? We have custom shopping cart and use Paypal (Website Payments Standard) to handle payments. Our 'home' currency is Euro, but we ...
10
votes
8answers
1k views

Required math for Computational Finance?

I don't have a strong mathematical background, but I would love to work on some computational finance problems. I got "An Introduction to Computational Finance Without Agonizing Pain " by Peter ...
10
votes
6answers
4k views

Financial charts in .NET? Best library to display a live streaming 1-min stock chart?

We are using C# .NET. We're looking for a method to display live streaming 1-min financial stock charts. Need: - Candlesticks - Zoom/pan - The chart scrolling in real time as it receives streaming ...
9
votes
6answers
920 views

Yahoo! Finance API DOW

Until now, I've been using the INDU ticker to follow the DOW with the Yahoo! API. For whatever reason you were unable to directly follow ^dji ^djia or any other reasonable combination. Up until ...
8
votes
3answers
722 views

algorithmic trading simulator/benchmark data

I am interested about playing with algorithmic trading strategies. Does anyone know if there exists simulator or benchmark data I could possibly play with offline (without actually making any ...
8
votes
5answers
4k views

Good tutorial about the FIX protocol?

Is anyone aware of a good tutorial/book which describes the FIX protocol? I need to connect to a FIX server. It supports a limited number of messages and I'd like to write my own FIX engine.
8
votes
6answers
1k views

Financial applications on GPGPU

I want to know what sort of financial applications can be implemented using a GPGPU. I'm aware of Option pricing/ Stock price estimation using Monte Carlo simulation on GPGPU using CUDA. Can someone ...
8
votes
9answers
2k views

Using Artificial Intelligence (AI) to predict Stock Prices

Given a set of datavery similar to the Motley Fool CAPS system, where individual users enter BUY and SELL recommendations on various equities. What I would like to do is show each recommendation and ...
7
votes
4answers
3k views

Downloading Yahoo stock prices in R

This is a newbie question in R. I am downloading yahoo finance monthly stock price data using R where the ticker names are read from a text file . I am using a loop to read the ticker names to ...
7
votes
5answers
3k views

The best way to parse a FIX message?

What's the best way to parse a FIX message ? (FIX message as in the 'financial' FIX Protocol)
7
votes
3answers
6k views

cumulative normal distribution in Python

I am looking for a function in Numpy or Scipy (or any rigorous Python library) that will give me the cumulative normal distribution function in Python. This is for Black Scholes option pricing. I can ...
7
votes
7answers
1k views

Applications using Decimal versus double . .

I wanted to see if folks were using decimal for financial applications instead of double. I have seen lots of folks using double all over the place with unintended consequences . . Do you see others ...
7
votes
2answers
1k views

In Delphi, how can you have currency data types shown in different currencies in different forms?

I need to write a Delphi application that pulls entries up from various tables in a database, and different entries will be in different currencies. Thus, I need to show a different number of decimal ...
6
votes
2answers
413 views

Validate European VAT

What's the best workflow to validate VAT? Currently,we're only using VIES and relative SOAP, but it seems not to be working all that well, as it fails my own VAT number and few others that i know are ...
6
votes
1answer
398 views

Algorithm to determine exchange rate

Given a data set of various currency pairs, how do I efficiently compute the implied fx rate for a pair not supplied in the data set? For example, say my database/table looks like this (this data is ...
6
votes
2answers
1k views

american express API

Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free?
6
votes
4answers
1k views

Open source personal finance APIs?

Do any open source APIs or libraries exist for personal finance applications? I'm thinking checking accounts, savings accounts, credit card accounts - Quicken-like models, basically. I found this: ...
6
votes
2answers
578 views

Hide weekends on WPF toolkit chart

I am making a small app that plots financial price data and since the finance markets are closed on the weekends, I have no data for those days. By default the chart, found in the new WPF Toolkit, ...
6
votes
2answers
1k views

Financial library for C/C++

Do you know of a good open source financial library written in C (preferably) or C++? I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations ...
6
votes
10answers
406 views

Are there any laws when working with confidential financial data?

I have been asked to build a web application that will be used to store and manipulate sensitive financial data for a private lending firm. Before I bite off more that I can chew, I am trying to ...
5
votes
5answers
433 views

Where can I find high resolution financial data

I'm writing some Machine Learning software for equity and would like to find some tick data or at least 3 or 5 minute data. I would like to have a year or two for testing. I don't really care about ...
5
votes
1answer
401 views

Financial python library

I'm looking for a python library that provides simple set of financial calculations, such as MACD, EMAs and other indicators. I've been looking around for it, but either all projects that were trying ...
5
votes
2answers
2k views

Programmatic API for downloading historical financial statements

Folks I am looking for a web API (free or available at some reasonable cost for an individual developer) to download financial statements for a given stock symbol (income statement, balance sheet and ...
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
4answers
832 views

Need an API to find a full company name given a ticker symbol

I need a way from within client-side Javascript to find a full company name given a ticker symbol. I am aware of Yahoo Finance's interface at: http://finance.yahoo.com/d/quotes.csv?s=TKR&f=n and ...
5
votes
2answers
224 views

Any book that is not a “programmer to programmer” but “financier to a programmer?”

Are there any books in the market that you are aware which is written by a financier -or anyone from an industry which is not IT- to a programmer in terms of letting him briefly understand the ...
5
votes
3answers
728 views

How to speed-up python nested loop?

I'm performing a nested loop in python that is included below. This serves as a basic way of searching through existing financial time series and looking for periods in the time series that match ...
5
votes
2answers
565 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, ...

1 2 3 4 5 6