PitchBook · Schema

CompanyBioDto

CompanyDataFinancePrivate-MarketAnalytics

Properties

Name Type Description
companyId string
companyName object
parentCompanyId string
parentCompanyName string
hqLocation object
description string
financingStatus object
businessStatus object
ownershipStatus object
universe array
website string
employees integer
employeeHistory array
exchange string
ticker string
yearFounded integer
financingStatusNote object
totalMoneyRaised object
sicCodes array
morningstarCode object Deprecated. Always empty.
cikCode string
companySocialURLs object
pitchBookProfileLink string
View JSON Schema on GitHub

JSON Schema

pitchbook-company-bio-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pitchbook/main/json-schema/pitchbook-company-bio-dto-schema.json",
  "title": "CompanyBioDto",
  "x-generated": "2026-09-21",
  "x-method": "derived",
  "x-generator": "derive-json-schema.py",
  "x-source": "openapi/pitchbook-openapi.json#/components/schemas/CompanyBioDto",
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "companyName": {
      "$ref": "#/$defs/EntityNameDto"
    },
    "parentCompanyId": {
      "type": "string"
    },
    "parentCompanyName": {
      "type": "string"
    },
    "hqLocation": {
      "$ref": "#/$defs/HqLocationDto"
    },
    "description": {
      "type": "string"
    },
    "financingStatus": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "businessStatus": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "ownershipStatus": {
      "$ref": "#/$defs/DictionaryDto"
    },
    "universe": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/DictionaryDto"
      }
    },
    "website": {
      "type": "string"
    },
    "employees": {
      "type": "integer",
      "format": "int64"
    },
    "employeeHistory": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/EmployeeHistoryDto"
      }
    },
    "exchange": {
      "type": "string"
    },
    "ticker": {
      "type": "string"
    },
    "yearFounded": {
      "type": "integer",
      "format": "int32"
    },
    "financingStatusNote": {
      "$ref": "#/$defs/CompanyFinancingNoteDto"
    },
    "totalMoneyRaised": {
      "$ref": "#/$defs/MoneyDto"
    },
    "sicCodes": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/DictionaryDto"
      }
    },
    "morningstarCode": {
      "description": "Deprecated. Always empty.",
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/$defs/DictionaryDto"
        }
      ]
    },
    "cikCode": {
      "type": "string"
    },
    "companySocialURLs": {
      "$ref": "#/$defs/CompanySocialDto"
    },
    "pitchBookProfileLink": {
      "type": "string"
    }
  },
  "$defs": {
    "CompanyFinancingNoteDto": {
      "type": "object",
      "properties": {
        "note": {
          "type": "string"
        },
        "asOfDate": {
          "type": "string",
          "format": "date"
        }
      }
    },
    "CompanySocialDto": {
      "type": "object",
      "properties": {
        "facebookProfileUrl": {
          "type": "string"
        },
        "twitterProfileUrl": {
          "type": "string"
        },
        "linkedInProfileUrl": {
          "type": "string"
        }
      }
    },
    "DictionaryDto": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "EmployeeHistoryDto": {
      "type": "object",
      "properties": {
        "asOfDate": {
          "type": "string",
          "format": "date"
        },
        "employeeCount": {
          "type": "integer",
          "format": "int64"
        }
      }
    },
    "EntityNameDto": {
      "type": "object",
      "properties": {
        "formalName": {
          "type": "string"
        },
        "alsoKnownAs": {
          "type": "string"
        },
        "legalName": {
          "type": "string"
        },
        "formerlyKnownAs": {
          "type": "string"
        }
      }
    },
    "HqLocationDto": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string"
        },
        "stateProvince": {
          "type": "string"
        },
        "postCode": {
          "type": "string"
        },
        "country": {
          "type": "string"
        }
      }
    },
    "MoneyDto": {
      "type": "object",
      "properties": {
        "amount": {
          "type": "number"
        },
        "currency": {
          "type": "string"
        },
        "nativeAmount": {
          "type": "number"
        },
        "nativeCurrency": {
          "type": "string"
        },
        "estimated": {
          "type": "boolean"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/pitchbook-company-bio-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.