An open API service indexing awesome lists of open source software.

https://github.com/for-jtech/241029_portfolio_analysis

자산배분 리밸런싱 시 수익률 계산
https://github.com/for-jtech/241029_portfolio_analysis

finance-data-reader jupyter-notebook plotly

Last synced: over 1 year ago
JSON representation

자산배분 리밸런싱 시 수익률 계산

Awesome Lists containing this project

README

          

# 241029 리밸런싱 시 수익률 계산

## Install

```sh
python3 -m venv venv # 또는 python -m venv venv
source venv/bin/activate # 또는 venv\Scripts\activate
pip install -r requirements.txt
```