fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.38k stars 190 forks source link

Bugfix/remove quandl wiki #37

Closed fmilthaler closed 4 years ago

fmilthaler commented 4 years ago

This removes tinkering with the leading "WIKI/" string within build_portfolio() when downloading data from Quandl.

This should allow the user to use other sources than "WIKI" from Quandl, e.g. "XLON".

As a result, the leading string, e.g. "WIKI/" or "XLON/" remains part of the stock name in the portfolio object/dataframe.

Examples, data files, tests are updated.

This should fix #36