FM
Sign InGet Started
Documentation

Learn FinanceModel

Comprehensive guides, API reference, and documentation for our library of 340+ financial models across 9 families.

⌘K
340+Models Documented
9Model Families
50+Code Examples
RESTAPI Access

Model Capabilities

Deep-dive into each model family with use cases, model comparisons, and decision guides

Developer API

Powerful API, Simple Integration

Access all 340+ models programmatically. SDKs available for Python, JavaScript, and a full REST API for any language.

example.py
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}")

Additional Resources

Video Tutorials

Step-by-step video guides covering model building, API usage, and best practices.

Watch tutorials

Community

Join thousands of finance professionals building models together.

Join Discord

Support

Get help from our team of financial modeling experts.

Contact support

Ready to start building?

Access 340+ financial models. Create your first model in minutes.

Get Started Free