KPI Metrics
Get a investment's KPIs programmatically
Last updated
Get a investment's KPIs programmatically
Last updated
The following is a sample request:
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
URL
https://tactycapi.com/v2/kpi-metrics/{{FUND_ID}}
Method
GET
Params
Fund ID: The fund's unique ID identifier.