Releases: fmilthaler/FinQuant
Releases · fmilthaler/FinQuant
FinQuant v0.2.1 (mainly bug fixes)
This release fixes some bugs, and adds some quality of life improvements.
FinQuant v0.2
This version adds yfinance
alongside quandl
in order to download historical stock prices.
The documentation, Readme, examples, and tests have been updated to account for the new option yfinance
.
Obtaining historical stock prices from quandl
remains the default option.
Testing:
All examples in ./example/
are now automatically tested for failure.
Documentation:
- A bash script is included to automatically copy example python files in
./example/
to./docs/
, slightly modify to reduce the number of lines, and are now included in the documentation. A download link is also provided for each example. - docstrings have been improved in some places for a cleaner/better automated documentation
FinQuant v0.1.1 (fixes in README)
Minor fixes in the README. Using links to raw.github... for images/equations to appear on github and pypi.
Also fixes the link to the documentation.
FinQuant v0.1 (initial release)
This is release v0.1 of FinQuant.
FinQuant is a Python program for financial portfolio management, analysis and optimisation.
It also includes a README, examples and tests.