Tactyc Resource Center
  • General
    • What is Tactyc?
    • Training Videos
    • Contact Us
  • Portfolio Construction
    • Getting Started
    • Construction Wizard
      • General
      • Sector Profiles
      • Allocations
      • Fees & Expenses
      • Exit Recycling
      • Waterfall
      • Limited Partners
    • FAQs
      • How are Tactyc metrics calculated?
      • Construction vs. Current Forecasts
      • Downloading Charts
      • Reserve sizing
      • Fractional investments
      • Enter number of investments directly
      • Setting exit multiples directly
      • Backsolving to find an ideal portfolio
      • Adjusting Pacing
      • Liquidation at the end of fund's life
      • No or very little recycled proceeds
      • Creating a Fund of Funds Allocation
  • Portfolio Management
    • Adding Investments
    • Managing Rounds
      • Updating valuations
      • Updating ownerships
      • SAFEs and Notes
      • Warrants
      • Liquidation preferences
      • Multiple currencies
    • Performance Cases
      • Best Practices on Performance Cases
    • KPI Manager
      • Valuation Analysis
      • KPI Request Form FAQs
    • Document Center
    • Investments Table
      • Investment Reporting Metrics
      • Investment MOICs
      • Time Machine
      • Custom Views
      • Using Deal Tags
      • Using Custom Fields
    • Cap Table Calculator
    • Bulk Update Options
    • FAQs
  • Advanced
    • Construction Methodology
    • Updating Model for Actuals
    • Scenario Builder
    • Custom Formulas
    • Disable Automatic Projection
    • Fund of Funds
    • Multi-Fund Views
    • Capital Call Line of Credit
  • Insights
    • Optimizing Secondary Market Sales
    • Performance across reporting dimensions
    • Optimal Reserves Ranking
  • Sharing and Administration
    • Publishing
    • Collaborators
  • API and Integrations
    • API Overview
      • Adding a Single Investment
      • Adding Multiple Investments
      • Fund Configuration and Metadata
      • Performance Metrics
      • Performance Summary
      • Investment Cashflows
      • KPI Metrics
      • Update KPI Metrics
    • Zapier Integration
  • Technical
    • Recommendations
    • Technical Limitations
    • Technical Information
  • Account Administration
    • Login Credentials
    • Invoices
Powered by GitBook
On this page
  • Requirements
  • Formulating the Request Header
  • Quick Start Methods:
  1. API and Integrations

API Overview

PreviousCollaboratorsNextAdding a Single Investment

Last updated 1 year ago

Please note this a beta feature and subject to changes before a wide release.

If you want to pull data into Tactyc, we recommend using the Bulk Import options. If you want to pull data out of Tactyc, we recommend using the Excel or PDF reports and export options.

Use the API if you want to programmatically add a new investment into your Tactyc fund model

Requirements

  • Please contact us at to receive an API Key

  • Take a note of the fund ID that you want to programmatically add investments into. This is available under the Fund ID column from your Tactyc home screen.

Formulating the Request Header

Header must have the following key pair:

  • Key: Authorization

  • Value: Your API Key

#FORMULATING THE HEADER WITH FUND ID AND API KEY. REPLACE THE VALUE WITHIN {{ }} WITH #YOUR FUND ID AND API KEY

curl https://tactycapi.com/api/fund/{{FUND_ID}}/investment 
-X POST 
-H 'Authorization:{{API KEY}}'

Quick Start Methods:

Adding a Single Investment

Adding Multiple Investments

Fund Configuration and Metadata

Performance Metrics

Performance Summary

Investment Cashflows

KPI Metrics

Update KPI Metrics

Page cover image
support@tactyc.io