KPI Metrics

Get a investment's KPIs programmatically

Method and URL

URL

https://tactycapi.com/api/v2/kpi-metrics/{{FUND_ID}}

Method

GET

Params

Fund ID: The fund's unique ID identifier.

Sample Request

The following is a sample request:

// Sample request
curl https://tactycapi.com/api/v2/kpi-metrics/{{FUND_ID}}
 -X GET
 -H 'Authorization:{{API KEY}}'

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