In the last full year, PROGENY SYSTEMS CORPORATION recorded 180 award actions totaling $206,833,470.61 in obligated dollars. Most of this activity came from the Department of the Navy, with the largest NAICS concentration in search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing.
Federal Contractor
PROGENY SYSTEMS CORPORATION Federal Contract Obligations (Last Year)
Federal procurement profile for PROGENY SYSTEMS CORPORATION (CAGE 04JN4, UEI MU3CM1145E44) based on last full year obligations and award activity.
Totals reflect the selected analysis window and may include negative obligations from adjustments or deobligations in agency-level and NAICS breakdowns.
About PROGENY SYSTEMS CORPORATION federal contract activity
PROGENY SYSTEMS CORPORATION (CAGE 04JN4, UEI MU3CM1145E44) recorded 180 awards and $206.83 million in obligations during the last full year, for an average award value of $1.15 million. The profile is highly concentrated in defense-related procurement, with the Department of the Navy accounting for essentially all positive obligated value in the observed data.
Agency mix and customer concentration
The Department of the Navy is the dominant customer, with $208.41 million across 149 awards. Smaller activity appears across the Defense Logistics Agency, Department of the Army, and Defense Contract Management Agency, but those agencies show net negative obligated amounts in the dataset, indicating modifications, deobligations, or other downward adjustments rather than primary spend drivers.
Industry profile based on NAICS activity
Work is concentrated in NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, which represents $143.42 million and 80 awards. Secondary activity is spread across R&D, engineering services, ammunition manufacturing, and commercial/service machinery manufacturing, suggesting a mix of production, technical support, and specialized defense engineering work.
Annual contract trend over the analysis window
The annual trend shows $206.83 million obligated across 180 awards in 2025, with no earlier years reflected in the provided analysis window. On the available record, procurement volume is fully concentrated in the last full year rather than showing a multi-year sequence.
How to interpret this page
This summary is based on FPDS award records for the vendor identified by CAGE code 04JN4 and UEI MU3CM1145E44 over the last full year. Obligations, award counts, agency shares, NAICS distributions, and the annual trend reflect the supplied dataset; negative obligation values are presented as reported and may reflect contract adjustments or deobligations.
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 = '04JN4'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 208,409,547.51 | 208.41 million | 149 |
| 7001 | OFFICE OF PROCUREMENT OPERATIONS | 0.00 | 0.00 | 1 |
| 97AS | DEFENSE LOGISTICS AGENCY | -5,208.00 | -5.21 thousand | 6 |
| 2100 | DEPT OF THE ARMY | -6,395.87 | -6.40 thousand | 2 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -1,564,473.03 | -1.56 million | 22 |
Insight
PROGENY SYSTEMS CORPORATION’s last full year obligations were concentrated heavily with the Department of the Navy, which accounted for 208.41 million across 149 awards. This amount slightly exceeds the vendor’s stated total obligated of 206.83 million, indicating the Top Agencies view is dominated by Navy activity and that offsets or adjustments are present in smaller agency lines. Other agencies contributed only marginal activity, with OFFICE OF PROCUREMENT OPERATIONS at zero obligated and the remaining listed agencies showing negative obligations totaling about 1.58 million across 30 awards.
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 = '04JN4'
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 |
|---|---|---|---|---|
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 143,418,929.22 | 143.42 million | 80 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 28,334,584.44 | 28.33 million | 42 |
| 541330 | ENGINEERING SERVICES | 22,554,093.47 | 22.55 million | 13 |
| 332993 | AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING | 7,895,881.91 | 7.90 million | 5 |
| 333310 | COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING | 5,050,347.76 | 5.05 million | 8 |
| 332919 | OTHER METAL VALVE AND PIPE FITTING MANUFACTURING | 602,302.51 | 602.30 thousand | 2 |
| 335931 | CURRENT-CARRYING WIRING DEVICE MANUFACTURING | 223,126.60 | 223.13 thousand | 1 |
| 332119 | METAL CROWN, CLOSURE, AND OTHER METAL STAMPING (EXCEPT AUTOMOTIVE) | 138,707.77 | 138.71 thousand | 3 |
| 334412 | BARE PRINTED CIRCUIT BOARD MANUFACTURING | 61,737.15 | 61.74 thousand | 6 |
| 335929 | OTHER COMMUNICATION AND ENERGY WIRE MANUFACTURING | 48,310.20 | 48.31 thousand | 2 |
Insight
PROGENY SYSTEMS CORPORATION’s last full year obligations were highly concentrated in NAICS 334511, which accounted for $143.42 million across 80 awards, or about 69% of the $206.83 million total obligated. The next two NAICS categories, 541715 and 541330, added $50.89 million combined, indicating that roughly 93% of obligated dollars were concentrated in three codes. Award activity was more dispersed than dollars, with 180 total awards spread across a wider set of NAICS, including smaller obligations in manufacturing and support categories.
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 = '04JN4'
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 | 206,833,470.61 | 206.83 million | 180 |
Insight
In the last full year, PROGENY SYSTEMS CORPORATION (CAGE 04JN4) recorded $206.83 million in obligated spending across 180 awards, indicating a moderately distributed award base rather than reliance on a small number of actions. The average award value of about $1.15 million suggests a mix of smaller and mid-sized obligations. With only one year in the window, this section supports a volume and concentration snapshot rather than a multi-year trend assessment.
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.