Dealogic Analytics Sponsor API

Read API returning Dealogic financial-sponsor analytics for a given sponsor identifier: investment activity over time, portfolio-company entries and exits, banking relationships ranked by fees and by number of deals, and the sponsor's deal history. A CheckSponsorProfiles operation confirms which sponsor identifiers have a profile. OAuth 2.0 bearer tokens from login.dealogic.com.

Operations 7

GET /{sponsorId}/InvestmentActivity
GET /{sponsorId}/PortfolioCompanies/Entry
GET /{sponsorId}/PortfolioCompanies/Exit
GET /{sponsorId}/BankingRelationshipsByFees
GET /{sponsorId}/BankingRelationshipsByNumberOfDeals
GET /{sponsorId}/Deals
POST /CheckSponsorProfiles Checks the existence of Sponsor Profiles for the specified sponsorIds

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/dealogic-analytics-sponsor-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

dealogic-analytics-sponsor-openapi.json Raw ↑
{
  "openapi": "3.0.1",
  "info": {
    "title": "Dealogic.Analytics.Sponsor",
    "version": "1.0.0.0"
  },
  "paths": {
    "/{sponsorId}/InvestmentActivity": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/{sponsorId}/PortfolioCompanies/Entry": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/{sponsorId}/PortfolioCompanies/Exit": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/{sponsorId}/BankingRelationshipsByFees": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "latestYear",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "industry",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Dealogic.Analytics.Bank.Models.Industry"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Dealogic.Analytics.Bank.Models.Region"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/{sponsorId}/BankingRelationshipsByNumberOfDeals": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "latestYear",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "industry",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Dealogic.Analytics.Bank.Models.Industry"
            }
          },
          {
            "name": "region",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Dealogic.Analytics.Bank.Models.Region"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/{sponsorId}/Deals": {
      "get": {
        "tags": [
          "Data"
        ],
        "parameters": [
          {
            "name": "sponsorId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ReportResult"
                }
              }
            }
          }
        }
      }
    },
    "/CheckSponsorProfiles": {
      "post": {
        "tags": [
          "Data"
        ],
        "summary": "Checks the existence of Sponsor Profiles for the specified sponsorIds",
        "parameters": [
          {
            "name": "latestYear",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "description": "",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "description": "",
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int64"
                },
                "description": "",
                "nullable": true
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int64"
                },
                "description": "",
                "nullable": true
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int64"
                },
                "description": "",
                "nullable": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Dealogic.Analytics.Sponsor.Models.CheckProfilesResult"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Dealogic.Analytics.Sponsor.Models.CheckProfilesResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Dealogic.Analytics.Sponsor.Models.CheckProfilesResult"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "SNRLite.Interfaces.V1_2.Body.Column": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "nullable": true
          },
          "Type": {
            "type": "string",
            "nullable": true
          },
          "Id": {
            "type": "string",
            "nullable": true
          },
          "Function": {
            "type": "string",
            "nullable": true
          },
          "IsDecodeColumn": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.Schema": {
        "type": "object",
        "properties": {
          "Columns": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Column"
            },
            "nullable": true
          },
          "BreakdownType": {
            "type": "string",
            "nullable": true
          },
          "ReportType": {
            "type": "string",
            "nullable": true
          },
          "RankingTableType": {
            "type": "string",
            "nullable": true
          },
          "RankingTableTypeColumnId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.ResultSet": {
        "type": "object",
        "properties": {
          "Key": {
            "type": "string",
            "nullable": true
          },
          "Values": {
            "type": "array",
            "items": {
              "type": "object",
              "additionalProperties": false
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.SummarySet": {
        "type": "object",
        "properties": {
          "Type": {
            "type": "string",
            "nullable": true
          },
          "Key": {
            "type": "string",
            "nullable": true
          },
          "Values": {
            "type": "array",
            "items": {
              "type": "object",
              "additionalProperties": false
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.ShowChangeData": {
        "type": "object",
        "properties": {
          "GroupColumnId": {
            "type": "string",
            "nullable": true
          },
          "GroupColumnValue": {
            "type": "string",
            "nullable": true
          },
          "BasisColumnId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.VisualizationHighlightId": {
        "type": "object",
        "properties": {
          "ColumnId": {
            "type": "string",
            "nullable": true
          },
          "ColumnValue": {
            "type": "string",
            "nullable": true
          },
          "Type": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.VisualizationHighlight": {
        "type": "object",
        "properties": {
          "Rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.VisualizationHighlightId"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.VisualizationData": {
        "type": "object",
        "properties": {
          "RowBreakDown": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "ColumnBreakDown": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "ShowChange": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ShowChangeData"
          },
          "Highlight": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.VisualizationHighlight"
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.Criterias.Dates": {
        "type": "object",
        "properties": {
          "Period": {
            "type": "string",
            "nullable": true
          },
          "Rolling": {
            "type": "string",
            "nullable": true
          },
          "Previous": {
            "type": "string",
            "nullable": true
          },
          "PeriodCount": {
            "type": "string",
            "nullable": true
          },
          "UseDates": {
            "type": "string",
            "nullable": true
          },
          "StartDate": {
            "type": "string",
            "nullable": true
          },
          "EndDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.Criterias.Range": {
        "type": "object",
        "properties": {
          "Dates": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Criterias.Dates"
          },
          "Type": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.Criterias.Clause": {
        "type": "object",
        "properties": {
          "Field": {
            "type": "string",
            "nullable": true
          },
          "Condition": {
            "type": "string",
            "nullable": true
          },
          "Measurecode": {
            "type": "string",
            "nullable": true
          },
          "Range": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Criterias.Range"
          },
          "Value": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "Operator": {
            "type": "string",
            "nullable": true
          },
          "FieldFriendlyName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.Criterias.ResponseCriteria": {
        "type": "object",
        "properties": {
          "Clause": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Criterias.Clause"
            },
            "nullable": true
          },
          "Operator": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.ExecutionInfo": {
        "type": "object",
        "properties": {
          "IsReportCached": {
            "type": "boolean"
          },
          "GeneratedDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.ResultInfo": {
        "type": "object",
        "properties": {
          "SearchCount": {
            "type": "integer",
            "format": "int32"
          },
          "DealCount": {
            "type": "integer",
            "format": "int32"
          },
          "TrancheCount": {
            "type": "integer",
            "format": "int32"
          },
          "BreakoutPeriod": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SNRLite.Interfaces.V1_2.Body.ReportResult": {
        "type": "object",
        "properties": {
          "Schema": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Schema"
          },
          "ResultSet": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ResultSet"
            },
            "nullable": true
          },
          "SummarySet": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.SummarySet"
            },
            "nullable": true
          },
          "VisualizationData": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.VisualizationData"
          },
          "Criteria": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.Criterias.ResponseCriteria"
            },
            "nullable": true
          },
          "ExecutionInfo": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ExecutionInfo"
          },
          "ResultInfo": {
            "$ref": "#/components/schemas/SNRLite.Interfaces.V1_2.Body.ResultInfo"
          },
          "ReportName": {
            "type": "string",
            "nullable": true
          },
          "LibGuid": {
            "type": "string",
            "nullable": true
          },
          "ApiVersion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Dealogic.Analytics.Bank.Models.Industry": {
        "enum": [
          "ALL",
          "BSE",
          "CME",
          "FIG",
          "CNR",
          "HCH",
          "IND",
          "NRS",
          "RES",
          "TEC",
          "TSP"
        ],
        "type": "string"
      },
      "Dealogic.Analytics.Bank.Models.Region": {
        "enum": [
          "GLOBAL",
          "AMER",
          "ASIAP",
          "EMEA",
          "OT"
        ],
        "type": "string"
      },
      "Dealogic.Analytics.Sponsor.Models.CheckProfilesResult+Item": {
        "type": "object",
        "properties": {
          "Id": {
            "type": "integer",
            "format": "int64"
          },
          "HasProfile": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Dealogic.Analytics.Sponsor.Models.CheckProfilesResult": {
        "type": "object",
        "properties": {
          "Items": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Dealogic.Analytics.Sponsor.Models.CheckProfilesResult+Item"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      }
    },
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "flows": {
          "implicit": {
            "authorizationUrl": "https://login.dealogic.com/as/authorization.oauth2",
            "tokenUrl": "https://login.dealogic.com/as/token.oauth2",
            "scopes": { }
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [ ]
    }
  ]
}