Top "Finance" questions

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

Google finance converter stopped working or changed its url?

https://finance.google.com/finance/converter now redirects to https://www.google.com/search Have they changed the url ?

converter finance
How to generate a CUSIP check digit

CUSIPs are a 9-digit alphanumeric code for uniquely identifying a financial security. https://en.wikipedia.org/wiki/CUSIP They were …

java c# algorithm finance check-digit
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 …

benchmarking finance simulator
Common strategies to deal with rounding errors in currency-intensive soft?

What is your advice on: compensation of accumulated error in bulk math operations on collections of Money objects. How is …

algorithm numbers rounding finance
Python rolling Sharpe ratio with Pandas or NumPy

I am trying to generate a plot of the 6-month rolling Sharpe ratio using Python with Pandas/NumPy. My input …

pandas finance moving-average
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 …

api yahoo finance
Overlapping Dates in Candlestick Plot from a Pandas DataFrame

I have a pandas dataframe output as follows Open High Low Close 2016-06-01 69.60 70.20 69.44 69.76 2016-06-02 70.00 70.15 69.45 69.54 2016-06-03 69.51 70.48 68.62 68.91 2016-06-04 69.51 70.48 68.62 68.91 2016…

python pandas matplotlib finance candlestick-chart
How Safe Is It To Scrape Stock-Price Information

As far as I can see, there are no developer-API services for stock-price information with the following stipulations: Free or …

web-services finance stockquotes
Calculating monthly returns in R

This might be an insignificant question but unfortunately I'm unable to solve it. I have a portfolio of stocks of 50 …

r for-loop finance portfolio
What's the most efficient way to parse FIX Protocol messages in .NET?

I came across this very similar question but that question is tagged QuickFIX (which is not relevant to my question) …

.net finance fix-protocol