v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBForecasts
Retrieve forecast
Returns a single forecast by its Embat id. accountingAmount and exchangeRate are not computed for this endpoint and are returned as stored, typically null — use GET /forecasts/{companyId} to get them populated. If the forecast's scenario is no longer visible, this endpoint returns a response with every field set to null instead of the forecast data.
get/forecasts/{companyId}/{id}
Path parameters
idstring required
companyIdstring required
Response
Successful Response
Example response
{
"id": "fct_00123",
"amount": 15000,
"accountingAmount": 13850.25,
"exchangeRate": 1.083,
"scenario": {
"id": "scn_00045",
"name": "Base case",
"description": "Baseline treasury projection for FY2026"
}
}