Federal Contractor

CRANE & CO., INC. Federal Contract Obligations (Last Year)

Federal procurement profile for CRANE & CO., INC. (CAGE 16606, UEI N4GVXK9MVN18) covering obligations in the last full year.

In the last full year, CRANE & CO., INC. recorded 76 award actions totaling $192,476,764.34 in federal obligations, for an average action value of $2,532,589. The activity was concentrated with the Bureau of Engraving and Printing and classified under NAICS 322121, Paper (Except Newsprint) Mills.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS-observed obligations for the analysis window and reflects the totals and award counts provided.

CAGE Code
16606
UEI
N4GVXK9MVN18
Total Obligated
192.48 million
192,476,764.34
Award Actions
76
Average Action Value
2,532,589.00

About CRANE & CO., INC. federal contract activity

CRANE & CO., INC. (CAGE 16606, UEI N4GVXK9MVN18) recorded 76 FPDS awards in the last full year with total obligated dollars of $192,476,764.34. The average award value was approximately $2.53 million, indicating a concentrated award profile with meaningful obligation volume across a relatively limited number of actions.

Agency mix and customer concentration

All obligated dollars in the analysis window were associated with the BUREAU OF ENGRAVING AND PRINTING, which accounted for 100% of CRANE & CO., INC.’s reported obligations and all 76 awards. This indicates a highly concentrated customer relationship with no visible agency diversification in the cited period.

Industry profile based on NAICS activity

The vendor’s FPDS activity was entirely concentrated in NAICS 322121, PAPER (EXCEPT NEWSPRINT) MILLS, which represented 100% of obligated dollars and award count in the period. The mix suggests the recorded federal work is aligned to a single primary industrial classification rather than a broad NAICS footprint.

Annual contract trend over the analysis window

The annual trend shows all reported obligations and awards occurring in 2025, with $192,476,764.34 obligated across 76 awards. With only one year in the analysis window, the trend reflects a single-period snapshot rather than a multi-year trajectory.

How to interpret this page

This page summarizes FPDS-observed obligations for the last full year using the vendor’s CAGE code 16606 and UEI N4GVXK9MVN18. The figures reflect reported obligated dollars, award counts, and concentration by agency, NAICS, and year; they do not imply performance, backlog, or unreported transactions.

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 = '16606'
        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
2041 BUREAU OF ENGRAVING AND PRINTING 192,476,764.34 192.48 million 76

Insight

Over the last full year, CRANE & CO., INC. received $192.48 million across 76 awards, for an average award value of about $2.53 million. All reported obligations in this period were concentrated with the Bureau of Engraving and Printing, indicating complete agency-level concentration in the vendor’s top-agency activity. This pattern suggests the vendor’s federal obligations were highly concentrated in a single buying agency rather than distributed across multiple agencies.

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 = '16606'
        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
322121 PAPER (EXCEPT NEWSPRINT) MILLS 192,476,764.34 192.48 million 76

Insight

CRANE & CO., INC. (CAGE 16606) shows complete NAICS concentration in the last full year: all $192.48 million in obligations and all 76 awards were under NAICS 322121, Paper (Except Newsprint) Mills. This indicates a highly focused contracting profile with no observed diversification across NAICS codes in the period. The average award value was approximately $2.53 million, suggesting a mix of awards at a substantial contract scale within a single industry classification.

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 = '16606'
        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 192,476,764.34 192.48 million 76

Insight

CRANE & CO., INC. recorded $192.48 million in obligated spending across 76 awards in the last full year, indicating a high concentration of procurement activity in a single annual period. The average award value of about $2.53 million suggests obligations were distributed across a moderate number of relatively large awards rather than a small set of exceptionally large actions. With only one year in scope, the data support a point-in-time assessment rather than a multi-year trend.

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.