Top "Finance" questions

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

Alternatives to the Yahoo Finance API?

Yahoo finance recently discontinued their API. I have been looking for alternatives. The ones I've found so far are Google …

finance yahoo-api yahoo-finance google-finance quandl
How to download intraday stock market data with R

All, I'm looking to download stock data either from Yahoo or Google on 15 - 60 minute intervals for as much history …

r finance stockquotes quandl
How to get data about a company's financials, balance sheet, cash flow, etc. via its ticker symbol

Are there any good, free (or cheap) sources to get information about a company's financials that I can access via …

xml api finance
How to avoid garbage collection in real time .NET application?

I'm writting a financial C# application which receive messages from the network, translate them into different object according to the …

c# .net garbage-collection real-time finance
Using R to Analyze Balance Sheets and Income Statements

I am interested in analyzing balance sheets and income statements using R. I have seen that there are R packages …

r finance
Java API for financial data

I am working on my Master's project and I am looking for a substantial amount of financial data about a …

java api open-source finance
Decimal vs Double Speed

I write financial applications where I constantly battle the decision to use a double vs using a decimal. All of …

double decimal finance
How to efficiently calculate a moving Standard Deviation

Below you can see my C# method to calculate Bollinger Bands for each point (moving average, up band, down band). …

c# algorithm finance moving-average standard-deviation
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 …

api interface finance
The best way to parse a FIX message?

How do you parse a FIX message using python ? (FIX message as in the 'financial' FIX Protocol)

finance quickfix