Every Forecasting Tool You'll Ever Need

From simple time series to complex product insights. One API, infinite possibilities.

Core Forecasting Endpoints

Battle-tested algorithms that adapt to your data automatically

POST /v2/forecast

Time Series Forecasting

Generate accurate predictions with automatic model selection. Handles seasonality, trends, and irregular patterns.

30+ forecasting algorithms
Auto-aggregation for any frequency
Confidence intervals included
// Request
{
"data": [{"date": "2024-01", "value": 150}],
"periods": 6,
"frequency": "M"
}
POST /v2/analyze

Statistical Analysis

Deep dive into your time series data. Detect patterns, seasonality, trends, and statistical properties.

Trend & seasonality detection
Statistical tests & metrics
Pattern classification
// Response includes
{
"seasonality": "monthly",
"trend": "increasing",
"volatility": 0.23
}

Advanced Forecasting Models

State-of-the-art ML models for complex patterns

Ensemble Models

model: "ensemble"

Combines our regular and advanced forecasting models for superior accuracy, up to 50% better than standard.

✓ Chronos Model
✓ ForecastAPI algorithms
✓ Fast Responses
✓ Up to 20% higher accuracy over advanced

Chronos Models

model: "advanced"

Amazon's state-of-the-art transformer models for complex time series with automatic feature engineering.

✓ Transformer architecture
✓ Zero-shot learning
✓ Complex seasonality
✓ Live forecasting
New

Batch Processing

Process thousands of forecasts in a single request. Perfect for analysis over large series of data, product catalogues and more.

  • 50% discount on batch requests
  • Webhook notifications on completion
  • JSON upload for bulk data
# Upload batch data
POST /v2/batch/forecast
# Check status
GET /v2/batch/forecast/{id}
# Product insights batch
POST /v2/batch/product-insights

Why Choose ForecastAPI?

Built for developers who need reliable predictions without the complexity

Automatic Everything

Model selection, parameter tuning, and data preprocessing handled automatically

Lightning Fast

Sub-second responses with no training delays or model deployment

Production Accurate

Battle-tested algorithms with confidence intervals and error metrics

Ready to Add Forecasting to Your App?

Start with 1,000 free API calls. No credit card required.