How Much Did genpact Raise? Funding & Key Investors

Date August 13, 2026
G

genpact

COMPANY INFO

Genpact Ltd. is an American information technology services, consulting, and outsourcing company founded in 1997 by Pramod Bhasin. Headquartered in New York City, it employs approximately 125,000 people and provides business process outsourcing and digital transformation services to clients worldwide through its website www.genpact.com, operating primarily in the IT, consulting, and outsourcing industries.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

How Much Did Genpact Ltd. Raise? Funding & Rounds and Investors

Genpact Ltd. is an American information technology services, consulting, and outsourcing company founded in 1997 by Pramod Bhasin. Headquartered in New York City, Genpact operates globally with a workforce of approximately 125,000 employees. The company delivers business process outsourcing, digital transformation, and consulting services for a diverse range of industries through its extensive operations network and advanced technology solutions.

Genpact Ltd. funding history is shaped by both institutional venture capital investments and post-IPO financing. Although the total amount raised by Genpact in its primary funding rounds is undisclosed, the company has completed key funding milestones since its founding. Genpact attracted early backing from prominent investors including General Atlantic and several other institutional firms through a Series A round in 2004. Subsequently, Genpact accessed additional capital via a Post-IPO Debt round in 2024. The company’s funding strategy reflects a focus on growth, operational expansion, and continued investment in innovation to solidify its leadership within the IT services and outsourcing sectors.

Funding Rounds

Post-IPO Debt - Undisclosed - May 30, 2024

This round enabled Genpact to raise capital following its public listing. The funds are expected to support ongoing operations, strategic initiatives, and financial flexibility for global expansion. Details on lead investors have not been publicly disclosed.

Series A - Undisclosed - 2004

Genpact’s Series A round provided crucial early-stage capital and was led by General Atlantic, among others. The funding supported the company’s initial scaling efforts, product development, and international market entry.

Key Investors

General Atlantic

General Atlantic is a leading global growth equity investor. As the lead investor in Genpact’s Series A round, General Atlantic played a significant role in enabling Genpact’s early expansion and establishing the foundation for its global operations.

4 other institutional investors

Alongside General Atlantic, four other institutional investors contributed to Genpact’s early funding and growth trajectory. These investors provided additional capital and strategic guidance, supporting the company’s development and capacity to execute on its business vision.

Find funding data on any company with Websets!

Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive funding information for any company. Whether you're researching Genpact Ltd. funding rounds or exploring investment data for other companies, Websets provides detailed insights into funding history, investors, and financial milestones.

With Websets, you can access detailed funding profiles, investor information, and financial data through intuitive natural language queries. Sign up now to enhance your funding research capabilities.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Exa searches the web, extracts relevant source content, and returns structured outputs with citations.

How it works

API request

Preview
TypeScript
const run = await exa.agent.runs.create({
  query: "Research Genpact's funding rounds, key investors, total raised, and latest funding date. Return structured JSON with field-level citations.",
  effort: "low",
  outputSchema: {
    // company, fundingRounds, keyInvestors, totalRaised
    /* ... */
  }
});

const result = await exa.agent.runs.pollUntilFinished(run.id);
Copy request preview

API output

Preview
JSON
{
  "status": "completed",
  "output": {
    "structured": {
      "company": "Genpact",
      "fundingRounds": [
        "..."
      ],
      "keyInvestors": [
        "..."
      ],
      "totalRaised": "Genpact has raised funding over 1 primary round, a Series A round in 2004 with an undisclosed amount. The key investors in this round included General Atlantic, Oak Hill, Nalanda Capital, and EPIC Ventures. Additionally, there was a Post-IPO Debt round on May 30, 2024, but the amount is not publicly disclosed. The Series A round was likely for early growth and product development, but specific use of funds details are not available. Overall, the total funding amount is undisclosed."
    },
    "grounding": [
      {
        "field": "fundingRounds[0].amount",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview