Calqulate Cashflow APIs
The Calqulate Cashflow API outputs the following KPIs: Gross Burn and Cash Runway with gross burn.
Data Model
Field | Type | Description | Example Data |
---|---|---|---|
initialBalance | number | Initial balance of the cashflow account | 9384.288 |
records | object | Cashflow 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 } ] } ] } |
Updated almost 2 years ago
What’s Next
The links below take you to further information within Calqulate library's Guides and API Reference.