Skip to content

Releases: fmilthaler/FinQuant

FinQuant v0.2.1 (mainly bug fixes)

12 Apr 13:18
Compare
Choose a tag to compare
Pre-release

This release fixes some bugs, and adds some quality of life improvements.

FinQuant v0.2

14 Jul 14:41
f0c8e95
Compare
Choose a tag to compare
FinQuant v0.2 Pre-release
Pre-release

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)

31 Jan 14:07
Compare
Choose a tag to compare
Pre-release

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)

31 Jan 14:06
Compare
Choose a tag to compare
Pre-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.