pyrtfolio icon indicating copy to clipboard operation
pyrtfolio copied to clipboard

Python package to generate stock portfolios

Results 2 pyrtfolio issues
Sort by recently updated
recently updated
newest added

RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () 5 purchase_date='04/01/2018', 6 num_of_shares=2, ----> 7 cost_per_share=7.2) 8 9 portfolio.add_stock(stock_aymbol='ELE', 2 frames [/usr/local/lib/python3.7/dist-packages/investpy/stocks.py](https://localhost:8080/#) in get_stock_historical_data(stock, country, from_date, to_date, as_json, order, interval)...

This is basically a request for the addition of more financial instruments to the pyrtfolio. Investments portfolios can use more than just stocks, they can have ETF/funds/bond, ... Take this...

future