> ## Documentation Index
> Fetch the complete documentation index at: https://developers.dealroom.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Investor

> Field reference for the Investor object.

An investor profile — the firm or individual that makes investments. Capital vehicles it raises are separate `Fund` objects.

| Field                       | Type                                                        | Description                                                                                                                                                                                                                    |
| --------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `uuid`                      | string                                                      | Stable UUID of the investor. This is the sole public identifier; numeric ids are not accepted.                                                                                                                                 |
| `type`                      | string (organization, person)                               | Top-level entity type — `organization` for firms/funds, `person` for angel investors.                                                                                                                                          |
| `organization_subtype`      | string (company, university, gov\_ngo, investor) (nullable) | Organization subtype (`company`, `university`, `gov_ngo`, `investor`). Null for person (angel) investors. Use this to link to the correct profile route. The value `fund` is returned only for API versions before 2026-06-19. |
| `name`                      | string                                                      | Display name of the investor.                                                                                                                                                                                                  |
| `tagline`                   | string (nullable)                                           | Short one-line description of the investor.                                                                                                                                                                                    |
| `image`                     | string (nullable)                                           | Absolute URL to the investor's logo.                                                                                                                                                                                           |
| `dealroom_url`              | string (nullable)                                           | Canonical URL on app.dealroom.co.                                                                                                                                                                                              |
| `website`                   | string (nullable)                                           | Public website URL.                                                                                                                                                                                                            |
| `website_domain`            | string (nullable)                                           | Bare website domain (no protocol).                                                                                                                                                                                             |
| `linkedin_url`              | string (nullable)                                           | LinkedIn profile URL.                                                                                                                                                                                                          |
| `twitter_url`               | string (nullable)                                           | Twitter/X profile URL.                                                                                                                                                                                                         |
| `crunchbase_url`            | string (nullable)                                           | Crunchbase profile URL.                                                                                                                                                                                                        |
| `instagram`                 | string (nullable)                                           | Instagram handle.                                                                                                                                                                                                              |
| `angellist`                 | string (nullable)                                           | AngelList profile URL.                                                                                                                                                                                                         |
| `launch_year`               | number (nullable)                                           | Year the firm was founded.                                                                                                                                                                                                     |
| `employee_count`            | number (nullable)                                           | Latest known employee headcount.                                                                                                                                                                                               |
| `investor_rank`             | number (nullable)                                           | Dealroom investor rank (lower = better). Null if unranked.                                                                                                                                                                     |
| `hq_country`                | string (nullable)                                           | HQ country name.                                                                                                                                                                                                               |
| `hq_city`                   | string (nullable)                                           | HQ city.                                                                                                                                                                                                                       |
| `lat`                       | number (nullable)                                           | HQ latitude (decimal degrees).                                                                                                                                                                                                 |
| `lon`                       | number (nullable)                                           | HQ longitude (decimal degrees).                                                                                                                                                                                                |
| `founding_country`          | string (nullable)                                           | Country name where the investor was founded.                                                                                                                                                                                   |
| `founding_city`             | string (nullable)                                           | City where the investor was founded.                                                                                                                                                                                           |
| `founding_lat`              | number (nullable)                                           | Founding location latitude (decimal degrees).                                                                                                                                                                                  |
| `founding_lon`              | number (nullable)                                           | Founding location longitude (decimal degrees).                                                                                                                                                                                 |
| `tags`                      | array of object                                             |                                                                                                                                                                                                                                |
| `investor_types`            | array of object                                             |                                                                                                                                                                                                                                |
| `investor_stages`           | array of object                                             |                                                                                                                                                                                                                                |
| `deal_sizes`                | object                                                      |                                                                                                                                                                                                                                |
| `investments`               | object                                                      |                                                                                                                                                                                                                                |
| `portfolio`                 | object                                                      |                                                                                                                                                                                                                                |
| `exit_count`                | number (nullable)                                           | Number of portfolio companies that have had an exit round.                                                                                                                                                                     |
| `exit_total_value`          | number (nullable)                                           | Total value of all exit rounds for portfolio companies, in the response `currency`.                                                                                                                                            |
| `exit_pct`                  | number (nullable)                                           | Percentage of portfolio companies that have exited.                                                                                                                                                                            |
| `portfolio_total_valuation` | number (nullable)                                           | Sum of the latest known valuations of all portfolio companies, in the response `currency`.                                                                                                                                     |
