https://github.com/pfischer1687/get-asset-data-for-mva
Get JSON data for Mean-Variance Analyzer
https://github.com/pfischer1687/get-asset-data-for-mva
finance financial-engineering ipython-notebook jupyter-notebook pandas portfolio python stock-market yfinance
Last synced: 7 months ago
JSON representation
Get JSON data for Mean-Variance Analyzer
- Host: GitHub
- URL: https://github.com/pfischer1687/get-asset-data-for-mva
- Owner: pfischer1687
- Created: 2022-11-04T21:47:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T03:35:58.000Z (over 2 years ago)
- Last Synced: 2025-01-12T06:07:44.300Z (9 months ago)
- Topics: finance, financial-engineering, ipython-notebook, jupyter-notebook, pandas, portfolio, python, stock-market, yfinance
- Language: Jupyter Notebook
- Homepage: https://mvanalyzer.dev/
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get JSON Data for Mean-Variance AnalyzerLearn about modern portfolio theory - interactively! [View live site](https://mvanalyzer.dev/)
In this notebook, we get and clean the financial market data that will be preloaded as a JSON file in the "Mean-Variance Analyzer" web app.
## Version
1.0.0
## Author
Paul Fischer
- Email: [paulfischerdev@gmail.com](mailto:paulfischerdev@gmail.com)
- Twitter: [@PaulFis43236408](https://twitter.com/PaulFis43236408)
- GitHub: [pfischer1687](https://github.com/pfischer1687)
- Website: [www.paulfischer.dev](https://paulfischer.dev/)## Dependencies
- `python@3.7.11`
- `jupyter-notebook@5.7.8`
- `pandas@1.3.5`
- `yfinance@0.2.18`## Keywords
- Mean-Variance Analysis
- Modern Portfolio Theory (MPT)
- Efficient Frontier
- Ex Post Sharpe Ratio
- Capital Asset Pricing Model (CAPM)
- Monte Carlo Simulation
- Markowitz Bullet
- Capital Market Line (CML)
- Capital Allocation Line (CAL)
- Tangency Portfolio
- Financial Engineering
- Quantitative Finance## License
Unlicensed - © 2023 All rights reserved
Please see the site's [Terms of Service](https://mvanalyzer.dev/terms/) for more details.
## Repository
git: [https://github.com/pfischer1687/get-asset-data-for-mva](https://github.com/pfischer1687/get-asset-data-for-mva)
## Bugs
[https://github.com/pfischer1687/get-asset-data-for-mva/issues](https://github.com/pfischer1687/get-asset-data-for-mva/issues)