Links

Company Financials

Import guide for key financial metrics of Portfolio Companies
A Portfolio Company needs to implement 5 API endpoints to import its data into AIRR automatically. The Organisation team then adds the URLs of these endpoints in General Settings -> Company Connections. A scheduled process in AIRR downloads the data from these endpoints once a day into AIRR and saves a new record every time a new data comes up.
AIRR supports multiple currencies for that API (the portfolio companies can submit their metrics in any currency they want, and those will be converted into the reporting currency of your Organisation in AIRR).
All API endpoints have to be protected with login and password and support Basic Auth. The response format should be json, in accordance with the endpoints described below. HTTPS is optional.
get
https://your_portfolio_company_website.com/revenue
_ltm
Get Revenue LTM
get
https://your_portfolio_company_website.com
/ebitda_ltm
Get EBITDA LTM
get
https://your_portfolio_company_website.com
/net_income_ltm
Get Net Income LTM
get
https://your_portfolio_company_website.com
/cash
Get Cash on Account
get
https://your_portfolio_company_website.com
/debt
Get Debt Outstanding