DownloadStockPrices:
Downloads stock prices, dividends and
splits from Yahoo historical quotes.
It also modify them to make them as
happened and adjust them to calculate
adjusted prices. There is also a .NET
component that can be reused from
C#/VB.NET. It is written in F# but it
can be used from whatever .NET
language.
Link to blog posts is here:
It has been written with the F#
September 2008 CTP.
The solution is composed by:
- a library to perform the dowload
- a test project using xUnit (but you have to download xUnit and reference
it in the Tests project to run it)
- a simple Console based driver
- a start of a graphical UI app using the library (called Bob)