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
자산배분 리밸런싱 시 수익률 계산
- Host: GitHub
- URL: https://github.com/for-jtech/241029_portfolio_analysis
- Owner: for-jtech
- Created: 2024-10-29T02:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:06:15.000Z (over 1 year ago)
- Last Synced: 2025-02-12T12:26:10.013Z (over 1 year ago)
- Topics: finance-data-reader, jupyter-notebook, plotly
- Language: Jupyter Notebook
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```