Calqulate Cashflow APIs

The Calqulate Cashflow API outputs the following KPIs: Gross Burn and Cash Runway with gross burn.

Data Model

FieldTypeDescriptionExample Data
initialBalancenumberInitial balance of the cashflow account9384.288
recordsobjectCashflow and Cashlink records{
"cashflowId": "530",
"cashLinks": [
{
"name": "Refunds",
"values": [
{
"date": "2022-02-28",
"amount": 21000
},
{
"date": "2022-12-31",
"amount": 60760
}
]
},
{
"name": "totals",
"values": [
{
"date": "2022-02-28",
"amount": 21000
},
{
"date": "2022-12-31",
"amount": 60760
}
]
}
]
}

What’s Next

The links below take you to further information within Calqulate library's Guides and API Reference.