Most of the obligation volume came from the US Patent and Trademark Office, which accounted for 23 awards and $159.39 million. The activity was concentrated in NAICS 511199, All Other Publishers, with a smaller award total in NAICS 519190, All Other Information Services.
Federal Contractor
REED TECHNOLOGY AND INFORMATION SERVICES INC. Federal Contract Obligations (Last Year)
REED TECHNOLOGY AND INFORMATION SERVICES INC. recorded 24 award actions and $159,394,987.49 in obligated federal spending in the last full year.
Figures reflect the last full year, with one award action from the Social Security Administration and annual activity recorded in 2025.
About REED TECHNOLOGY AND INFORMATION SERVICES INC. federal contract activity
REED TECHNOLOGY AND INFORMATION SERVICES INC. recorded $159.39 million in obligated value across 24 awards in the last full year, with an average award value of $6.64 million. The vendor’s activity was heavily concentrated, indicating a limited but high-value federal footprint under CAGE 3HFE7 and UEI M8U2V6FM8643.
Agency mix and customer concentration
Nearly all obligated dollars came from the US Patent and Trademark Office, which accounted for $159.39 million across 23 awards. The only other reported customer was the Social Security Administration, with one award totaling $7,501.70, showing a highly concentrated agency profile.
Industry profile based on NAICS activity
Obligations were overwhelmingly aligned to NAICS 511199, All Other Publishers, which captured $159.39 million across 23 awards. NAICS 519190, All Other Information Services, accounted for the remaining $7,501.70 in one award, suggesting a narrow set of related service lines.
Annual contract trend over the analysis window
All reported obligation occurred in 2025, totaling $159.39 million across 24 awards. Because the analysis window is limited to the last full year and only one year is present, no multi-year growth or volatility assessment can be inferred from this dataset.
How to interpret this page
This summary is based on FPDS award records filtered to the vendor identifiers provided and limited to the last full year. Obligated amounts, award counts, agency distribution, NAICS distribution, and annual trend reflect only the records present in the supplied dataset.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3HFE7'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 1344 | US PATENT AND TRADEMARK OFFICE | 159,387,485.79 | 159.39 million | 23 |
| 2800 | SOCIAL SECURITY ADMINISTRATION | 7,501.70 | 7.50 thousand | 1 |
Insight
Over the last full year, REED TECHNOLOGY AND INFORMATION SERVICES INC. received $159.39 million across 24 awards, with obligations highly concentrated at the US Patent and Trademark Office. USPTO accounted for $159.39 million and 23 of the 24 awards, representing virtually all obligated dollars in this window. The only other listed agency, the Social Security Administration, obligated $7.5 thousand across one award, indicating minimal cross-agency diversification.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3HFE7'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 511199 | ALL OTHER PUBLISHERS | 159,387,485.79 | 159.39 million | 23 |
| 519190 | ALL OTHER INFORMATION SERVICES | 7,501.70 | 7.50 thousand | 1 |
Insight
Over the last full year, REED TECHNOLOGY AND INFORMATION SERVICES INC. received $159.39 million across 24 awards, with activity overwhelmingly concentrated in NAICS 511199, All Other Publishers. That NAICS accounts for 23 awards and $159.39 million, or nearly all obligated dollars in the period. Only one award and $7.50 thousand were recorded under NAICS 519190, All Other Information Services, indicating minimal diversification across NAICS codes.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3HFE7'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 159,394,987.49 | 159.39 million | 24 |
Insight
In the last full year, REED TECHNOLOGY AND INFORMATION SERVICES INC. (CAGE 3HFE7) obligated $159.39 million across 24 awards, for an average award value of about $6.64 million. The annual profile is concentrated in a single reported year, so no multi-year trend can be assessed from the provided 1-year window. The award mix indicates moderate transaction count with relatively high dollar concentration per award.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.