Developer
2020
https://github.com/random-walks/DCFDiscounted Cash Flow library in Python. Automatically fetches financial documents and calculates DCF based on specified parameters.
A Python library for Discounted Cash Flow (DCF) valuation that automates the tedious part: fetching the underlying financial statements. You specify the ticker and parameters, it pulls the relevant docs and runs the model.
DCF is a standard equity valuation method, but doing it manually is slow — you have to download 10-Ks, copy out the cash flow lines, and build the model from scratch each time. This library automates the data layer.
[TODO: Which APIs did you use — Alpha Vantage, Yahoo Finance, something else? How did you handle the API rate limits or data quality issues?]
I built this while doing investment research at Reed, where I kept repeating the same spreadsheet workflow. The library let me run comparative valuations on multiple companies quickly.
[TODO: Was this used in any of your investment work at Buena Ola Capital or RFIC? How many companies did you end up running it on?]
═══════════════════════════════════════
Best viewed in Netscape Navigator 4.0at 800×600
© 2026 Blaise Albis-Burdige | hello@blaiseab.com
[ Top of Page ]