О Ghostfolio
Ghostfolio is an open source wealth management software built with web technology. The application empowers busy people to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions. The software is designed for personal use in continuous operation.
Why Ghostfolio?
Ghostfolio is for you if you are...
- 💼 trading stocks, ETFs or cryptocurrencies on multiple platforms
- 🏦 pursuing a buy & hold strategy
- 🎯 interested in getting insights of your portfolio composition
- 👻 valuing privacy and data ownership
- 🧘 into minimalism
- 🧺 caring about diversifying your financial resources
- 🆓 interested in financial independence
- 🙅 saying no to spreadsheets
- 😎 still reading this list
Features
- Create, update and delete transactions
- Multi account management
- Portfolio performance: Time-weighted rate of return (TWR) for Today, WTD, MTD, YTD, 1Y, 5Y, Max
- Various charts
- Static analysis to identify potential risks in your portfolio
- Import and export transactions
- Dark Mode
- Zen Mode
- Progressive Web App (PWA) with a mobile-first design
Environment variables
View environment variables
- PROJECT
- ghostfolio
- DOMAIN
- stack.localhost
- REDIS_HOST
- localhost
- REDIS_PORT
- 6379
- REDIS_PASSWORD
- <INSERT_REDIS_PASSWORD>
- POSTGRES_DB
- ghostfolio-db
- POSTGRES_USER
- user
- POSTGRES_PASSWORD
- <INSERT_POSTGRES_PASSWORD>
- ACCESS_TOKEN_SALT
- <INSERT_RANDOM_STRING>
- DATABASE_URL
- postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?connect_timeout
- JWT_SECRET_KEY
- <INSERT_RANDOM_STRING>