π 2025 Beta is Now Available
We are excited to finally release the beta version for our next website upgrade:
π discountingcashflows-beta.com
π Important Things to Know
-
The beta version will be accessible for a limited time and may experience temporary downtime.
-
Once the beta period ends, we will announce and launch the official version on our main website: discountingcashflows.com.
-
After the official release, the beta will remain accessible for one additional week to allow users to migrate any data.
-
After this grace period, all data stored on the beta will be permanently deleted.
π₯ Who Has Access?
Access to the beta is available to all users through their existing accounts from the official website. Your account status (free or premium) will remain unchanged in the beta. Please note that account upgrades are not possible within the beta version.
π Changes:
- The API is no longer available
- Valuation models are now using Python version 3.10
- Sharing non-custom valuations
- AI chat window within the Model Editor
π The API is no longer available
All API endpoints listed in the Financial API Guide have been discontinued indefinitely.
This means that, once the beta period ends, the API will no longer be available to any users, including premium ones.
Q: What happens to my existing API key?
Your old API key (previously found in Account Settings) is no longer in use and can be safely discarded.
π Valuation models are now using Python version 3.10
Valuation models have been fully migrated from JavaScript to Python 3.10.
This update enables faster model execution, and lays the groundwork for backtesting and future simulations.
Q: What happens to my old JavaScript models?
If you have custom models written in JavaScript, they will need to be manually converted to Python.
Our new AI chat feature can assist with this—just ask it to convert your JavaScript code into the new Python framework. Or ask us for help directly.
π Sharing non-custom valuations
You can now share non-custom models using a clean short URL, instead of embedding parameters in the URL hash.
Q: What if I have an old link with parameters in the hash (#)?
The system will attempt to restore the parameters saved in the hash.
To see how the restoration of an old model works, please follow the example below of a valuation model with Discount Rate set to 10%:
π AI chat window within the Model Editor
A new AI chat window is now available within the Model Editor.
Use it to generate code, identify mistakes, or ask for code improvements. Just open the chat and ask your question.
π¬ Message limits by plan:
-
Free users: 5 messages/month
-
Essential users: 25 messages/day
-
Ultimate users: 100 messages/day
Here’s an example: we asked the AI to generate a model that projects revenues with a 5% growth rate.
It responded with fully functional Python code, ready to be copied into the editor.