Comment on page
API Overview
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
- 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.

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}}'
Last modified 2mo ago