Top "Financial" questions

Finance relates to the management of assets over time under varying conditions, usually in order to make a profit.

How to calculate simple moving average faster in C#?

What is the fastest library/algorithm for calculating simple moving average? I wrote my own, but it takes too long …

c# algorithm financial moving-average
Are there free realtime financial data feeds since the demise of OpenQuant?

Now that the oligopole of market data providers successfully killed OpenQuant, does any alternative to proprietary and expensive subscriptions for …

java stream feed real-time financial
Integrating with Sage Financial Software

I have recently been asked to develop an application that will have to integrate with Sage Line 50 financial software. I've …

financial sage-line-50
Rounding Standards - Financial Calculations

I am curious about the existence of any "rounding" standards" when it comes to the calculation of financial data. My …

rounding financial rounding-error bankers-rounding
ArithmeticException thrown during BigDecimal.divide

I thought java.math.BigDecimal is supposed to be The Answer™ to the need of performing infinite precision arithmetic with …

java precision division bigdecimal financial
How to skip empty dates (weekends) in a financial Matplotlib Python graph?

ax.plot_date((dates, dates), (highs, lows), '-') I'm currently using this command to plot financial highs and lows using …

python graph matplotlib financial
Financial Charts / Graphs in Ruby or Python

What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or …

python ruby charts graph financial
Programmatic access to detailed historical financial data

I know that Yahoo has a great API for accessing detailed financial metrics about a company documented at http://www.…

financial yahoo-finance google-finance
Octave time series Moving average

I have a matrix with each column represents a feature over time. I need to find the moving average of …

matlab signal-processing time-series octave financial
FIX message delimiter

I am relatively new to FIX-Protocol. The delimiter for a FIX-Protocol message sometimes show ^ and other times |. Wikipedia for FIX-Protocol …

fix-protocol financial quantitative-finance