FOUNT

Interactive Demo

API Playground — Try Multi-KPI Forecasting Live

Experience Fount's multi-KPI and single-KPI forecasting in your browser. Select a sample dataset, configure your forecast, and see real results — including causal effects and cross-KPI dependencies. No signup required.

import fount

client = fount.Client(api_key="YOUR_API_KEY")
result = client.forecast(
    data="retail_sales__multi_kpi_.csv",
    targets=["revenue","demand","inventory_turns","stockout_rate"],
    mode="multi_kpi",
    horizon=3
    causal_graph="auto"
)
print(result.forecasts)
print(result.causal_effects)

Select a dataset and click "Run Forecast"

Results will appear here with causal effects

Ready to use your own data?

Get your free API key and start forecasting with your own datasets. Free tier includes 5,000 datapoints.

Get API Key

Start Building with Fount

Free tier available. No credit card required. Multi-KPI and single-KPI forecasting - production-ready in minutes.