- Provide COMBINED financials for free as opposed to other apps that either limit the years provided or require payment for download of data.
- Provide quick at a glance valuation estimates so you can benchmark vs. current market price/expectations.
- Work backward from what market expects to baseline what you need to happen for the price to be fair.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
A minimal FastAPI backend.
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python -m uvicorn backend.entrypoints.backend:app --reload
The server will start at http://localhost:8000
Once the server is running, you can access the API documentation at:
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
Run the tests with:
pytest
This will execute the test suite and verify that the backend is working correctly.
versioning: 1.1 will be a new online version 1.11 will be a new local version 2.0 will be a new major version