Available Datasets
Financial Forecasts
Forecast-APIAI-Generated Quarterly & Yearly Projections
Forecasts for revenue, earnings, cash flow and valuation metrics – quarterly and yearly, up to three years ahead.
Forecasts for 50,000+ stocks worldwide. Quarterly and annual values for revenue, earnings, EBIT, cash flow, EPS and multiples such as P/E and P/S – for screening, models and valuation tools.
How the forecasts are generated
Three steps: AI analyses the company and outlook, current sources are included, and an algorithmic check keeps projected statements consistent across all periods. Result: 12 quarters and 3 years as structured data – not just a single estimate.
Forecasts are model-based estimates for informational purposes only and are not investment advice. Actual results may differ materially.
Example document: https://api.leeway.tech/api/v1/public/fundamentals/forecast/SAP.XETRA
curl -s 'https://api.leeway.tech/api/v1/public/fundamentals/forecast/SAP.XETRA?apitoken=YOUR_TOKEN'Forecast Data Fields
Here you'll find a selection of important forecast data fields. For the complete list of all fields visit the API Glossary.
Financial Forecasts
quarterly- Object with quarterly forecast series per metric (and a nested ratios object). Each series is an array of {date, value} points.
yearly- Object with yearly (full-year) forecast series per metric (and a nested ratios object). Each series is an array of {date, value} points.
date- Forecast target date of a data point. Format: YYYY-MM-DD.
value- Forecasted value for the metric at the given date.
netIncome- Quarterly and yearly net income projections.
revenue- Quarterly and yearly revenue projections.
ebit- Quarterly and yearly EBIT projections.
ebitda- Quarterly and yearly EBITDA projections.
freeCashFlow- Quarterly and yearly free cash flow projections.
totalCashFromOperatingActivities- Quarterly and yearly operating cash flow projections.
totalStockholderEquity- Quarterly and yearly stockholder equity projections.
eps- Earnings Per Share (EPS) projections (inside ratios).
bvps- Book Value Per Share (BVPS) projections (inside ratios).
revenuePerShare- Revenue per share projections (inside ratios).
cashflowPerShare- Cash flow per share projections (inside ratios).
pe- Price-to-Earnings (P/E) ratio projections (inside ratios).
ps- Price-to-Sales (P/S) ratio projections (inside ratios).
pb- Price-to-Book (P/B) ratio projections (inside ratios).
pc- Price-to-Cash-Flow (P/C) ratio projections (inside ratios).
Frequently Asked Questions
quarterly with projections per quarter-end and yearly with projections per fiscal year-end. Both contain the same metrics plus a nested ratios object.