How Much Did HarmonyCares Raise? Funding & Key Investors

Date July 16, 2026
H

HarmonyCares

COMPANY INFO

HarmonyCares, originally founded in 1993 as U.S. Medical Management LLC, is a private company headquartered in Troy, Michigan, operating in the Elder and Disabled Care industry. It has between 1001 and 5000 employees and provides comprehensive home-based healthcare services including primary and specialty care, durable medical equipment, diagnostics, and hospice care, focusing on individuals with complex medical needs. The company is majority-owned by Rubicon Founders, with Matt Chance serving as CEO. While the founders' names are not publicly detailed, HarmonyCares is recognized for its coordinated, physician-driven care model that serves patients in the comfort of their homes.

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 HarmonyCares Raise? Funding & Rounds and Investors

HarmonyCares, originally founded in 1993 as U.S. Medical Management LLC, is a private company headquartered in Troy, Michigan, dedicated to the Elder and Disabled Care industry. HarmonyCares provides comprehensive home-based healthcare services, including primary and specialty care, durable medical equipment, diagnostics, and hospice care for individuals with complex medical needs. The company is recognized for its coordinated, physician-driven care model that delivers services in patients’ homes, enhancing access and health outcomes for vulnerable populations. With approximately 754 employees and led by CEO Matt Chance, HarmonyCares is majority-owned by Rubicon Founders.

HarmonyCares funding history includes a significant $200 million investment in a single, impactful funding round. The company has strategically focused this capital on expanding its value-based in-home primary care network and scaling technological solutions to improve clinical results and patient satisfaction. With a strong base of healthcare-focused venture capital partners, HarmonyCares leverages these resources to support nationwide expansion and innovation in home-based healthcare delivery. Their funding strategy emphasizes operational scale, data-driven results, and improved health equity for older adults with complex conditions.

Funding Rounds

Unattributed round - $200M - 2024-07-08

This $200 million round, led by General Catalyst and McKesson Ventures with participation from K2 HealthVentures, Rubicon Founders, Valtruis, HLM Capital, and Oak HC/FT, is intended to fuel HarmonyCares’ national expansion and accelerate the development of innovative technology platforms. The investment will support improved clinical outcomes, broader service reach, and greater patient satisfaction at scale, deepening HarmonyCares’ commitment to value-based, in-home care.

HarmonyCares has completed one major funding round and has not disclosed previous investment rounds.

Key Investors

General Catalyst

General Catalyst is a global venture capital firm that led the latest funding round for HarmonyCares. With a focus on healthcare transformation, General Catalyst provides strategic capital and industry expertise to drive HarmonyCares' growth and technology enhancement.

McKesson Ventures

McKesson Ventures, the strategic venture arm of McKesson Corporation, co-led the 2024 round. McKesson Ventures brings deep healthcare network insights and actively supports HarmonyCares’ strategy to improve in-home clinical care and operational scale.

K2 HealthVentures

K2 HealthVentures participates in the 2024 funding round, offering expertise in healthcare innovation and structured capital to help HarmonyCares accelerate its expansion and technological development.

Rubicon Founders

Rubicon Founders, as both a major investor and owner, plays a pivotal role in HarmonyCares' funding and strategic direction. The firm specializes in healthcare investments and supports HarmonyCares' mission-driven, physician-focused growth strategy.

Valtruis

Valtruis, focused on value-based care investments, supports HarmonyCares’ model of coordinated, home-based care to improve patient outcomes and efficiency.

HLM Capital

HLM Capital is a healthcare-dedicated venture firm that invested in HarmonyCares’ major funding round, contributing financial and industry expertise to fuel the company's development.

Oak HC/FT

Oak HC/FT, a leading healthcare and fintech venture capital firm, joined the funding round to support HarmonyCares’ scale and innovation in the home healthcare sector.

Large national payor

A large national payor participated in the funding round, reflecting payer confidence in HarmonyCares' care model and support for broader adoption of value-based, home-centered healthcare.

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 HarmonyCares 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 Harmonycares'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": "Harmonycares",
      "fundingRounds": [
        "..."
      ],
      "keyInvestors": [
        "..."
      ],
      "totalRaised": "HarmonyCares has raised a total of $200 million in funding over 1 round. The latest and only funding round was on July 8, 2024, a $200 million Unattributed round. Key investors in this round include General Catalyst (lead investor), McKesson Ventures, a large national payor, K2 HealthVentures, Rubicon Founders, Valtruis, HLM Capital, and Oak HC/FT. The purpose of this funding round was to expand HarmonyCares' services geographically across the U.S. and to develop new technology to improve clinical outcomes and patient satisfaction at scale. HarmonyCares is a value-based in-home primary care provider focused on treating older adults with complex health conditions in their homes."
    },
    "grounding": [
      {
        "field": "fundingRounds[0].amount",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview