Top "Finance" questions

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

Is there a source to find a list of symbols?

I'm using the data of alpha vantage for a stock market analysis site. But I cannot find a complete list …

finance yahoo-finance quantitative-finance google-finance
issues downloading stock data from google finance using panda datareader

Things used to work great until several days ago. Now when I run the following: from pandas_datareader import data …

python finance google-finance
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
Pandas: Cumulative return function

I have a dataframe such as the following: Index Return 2008-11-21 0.153419 2008-11-24 0.037421 2008-11-25 0.077500 What's the best way …

python pandas dataframe finance
Pandas' EMA not matching the stock's EMA?

I am trying to use Python (with Pandas) to calculate the 20-day Exponential Moving Averages (EMA) of daily stock data …

python python-3.x pandas finance stockquotes
american express API

Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites …

api web-services credit-card finance
How to speed-up nested loop?

I'm performing a nested loop in python that is included below. This serves as a basic way of searching through …

python numpy scipy finance
Finding the min max of a stock chart

Are there any specific algorithms that will allow me to find the min and max points in the picture above? …

algorithm finance stocks