Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 13 years ago by Tuomas Hietanen
The code shows simple implementation of blackscholes algorithm.
4 people like thisPosted: 13 years ago by Kishor Aher
Implements the theory from 'How to write a financial contract' by S.L Peyton Jones and J-M Eber
11 people like thisPosted: 13 years ago by Ademar Gonzalez
Calculates progressive tax on an annual income.
2 people like thisPosted: 3 years ago by Ujjawal Sinha
F# module to return historical EOD: open | high |low | close | volume quotes from Yahoo. Single day requests only. DataContract provided on the result record for easy serialization.
16 people like thisPosted: 13 years ago by akaPhenom
The code snippet is capable of calculating historical volatility using Close Price, High Low Price and Close High Low Price methods. Simply provide symbol, start date and end date of the specific volatility method and it extracts the market data from the yahoo service and calculated the volatility.
6 people like thisPosted: 13 years ago by Kishor Aher
A simplistic discount curve bootstrapping process
14 people like thisPosted: 13 years ago by Wayne Bradney