KPI Metrics
Get a investment's KPIs programmatically
Method and URL
URL |
|
Method | GET |
Params | Fund ID: The fund's unique ID identifier. |
Sample Request
The following is a sample request:
Sample Response
The response will provide the following fields:
Status Code: 200 for a succesful response
Body: JSON array of KPIs for each investment
Metrics provided are:
investmentId: Internal Tactyc ID for the investment
name: Name of the portfolio company
label: KPI name (for e.g. "Revenue")
actual: Array of numbers of actual KPI data
projected: Array of numbers of projected KPI data
format: Format of the KPI data
startDate: Start of KPI collection date
reportingType: Whether the KPI data is monthly, quarterly or annual
Last updated