emiliobrazil / portfolio_analysis

The "PythonPortfolioAnalyzer" is a Git repository that forms a vital part of the final project for the "Programming 2" course. This project aims to develop a Python application that empowers users to calculate the risk and return of a stock portfolio, making it an essential tool for investors and financial analysts.
Apache License 2.0
0 stars 1 forks source link

Finance Lib and Portfolio Management modifications #16

Closed morgadogs closed 12 months ago

morgadogs commented 12 months ago

Finance Lib: function that receives a portfolio and a type of period (days, months or years). Returns a matrix or data frame with the stock prices for each asset and each period unit. Rows correspond to the period units and columns correspond to the assets.

Portfolio management: iter method to access the tuples of the list.

morgadogs commented 12 months ago

Portfolio risk no longer depends on finance lib and portfolio management.