Comprehensive guides, API reference, and documentation for our library of 340+ financial models across 9 families.
Deep-dive into each model family with use cases, model comparisons, and decision guides
Access all 340+ models programmatically. SDKs available for Python, JavaScript, and a full REST API for any language.
from financemodel import FinanceModel
client = FinanceModel(api_key="your_api_key")
# Run any model from our library of 340+ models
result = client.models.run(
model_id="dcf-fcff",
inputs={
"revenue": 10_000_000,
"growth_rate": 0.15,
"wacc": 0.10,
"terminal_growth": 0.03
}
)
print(f"Enterprise Value: {result.outputs.enterprise_value:,.0f}")Step-by-step video guides covering model building, API usage, and best practices.
Watch tutorialsAccess 340+ financial models. Create your first model in minutes.