https://github.com/gregyjames/etfholdingsdecomp
Values the top holdings of ETFs to assess if it is overall overvalued or undervalued at the current price.
https://github.com/gregyjames/etfholdingsdecomp
data-science etf etf-investments etfs finance investing investment python python3 quantitative-finance stocks streamlit
Last synced: about 2 months ago
JSON representation
Values the top holdings of ETFs to assess if it is overall overvalued or undervalued at the current price.
- Host: GitHub
- URL: https://github.com/gregyjames/etfholdingsdecomp
- Owner: gregyjames
- License: mit
- Created: 2024-10-17T04:45:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T07:46:40.000Z (8 months ago)
- Last Synced: 2025-03-28T09:53:13.110Z (2 months ago)
- Topics: data-science, etf, etf-investments, etfs, finance, investing, investment, python, python3, quantitative-finance, stocks, streamlit
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# ETFHoldingsDecomp
Values the top holdings of ETFs to assess if it is overall overvalued or undervalued at the current price.### DEMO: [HERE](https://etfholdingsdecomp.streamlit.app/)
### Running Locally
```shell
uv run main.py
```
## Todo
- [x] We are currently using Benjamin Graham's formula to value the holdings, but I don't believe this is suitable in the current Market. A better solution would be to use a discount cash flow model to value the stocks. Just need to find out where to pull this data from.
- [x] Streamlit live dashboard## License
MIT License
Copyright (c) 2024 Greg James
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.