In the last full year, OLIN WINCHESTER, LLC received 47 award actions totaling $911,155,915.39 in obligations, for an average action value of $19,386,296.07. All recorded obligations in this period were from the Department of the Army under NAICS 332992, Small Arms Ammunition Manufacturing.
Federal Contractor
OLIN WINCHESTER, LLC Federal Contract Obligations (Last Year)
OLIN WINCHESTER, LLC is a federal procurement vendor page for CAGE 8EUA5 and UEI HCFGYBJNH9S5, covering obligations in the last full year.
This page reflects FPDS award data for the last full year and shows all recorded obligations attributed to the Department of the Army and NAICS 332992.
About OLIN WINCHESTER, LLC federal contract activity
OLIN WINCHESTER, LLC, identified by CAGE 8EUA5 and UEI HCFGYBJNH9S5, recorded 911.16 million in obligations across 47 awards during the last full year, for an average award value of 19.39 million. The profile indicates a concentrated federal contracting footprint with a substantial obligation base tied to a limited number of actions.
Agency mix and customer concentration
All observed obligations in the analysis window were attributed to the DEPT OF THE ARMY, which accounted for the full 911.16 million across 47 awards. This indicates a single-agency concentration and no diversification across other federal buyers in the reported period.
Industry profile based on NAICS activity
The vendor’s award activity was entirely concentrated under NAICS 332992, SMALL ARMS AMMUNITION MANUFACTURING, which matched the full 911.16 million obligation total and all 47 awards. The NAICS profile is therefore fully specialized rather than diversified across multiple product or service categories.
Annual contract trend over the analysis window
Annual activity for 2025 shows 911.16 million in obligations across 47 awards, indicating that the reported last-full-year window is concentrated in a single year. Because only one annual point is provided, the data supports a snapshot of volume and value rather than a multi-year trend assessment.
How to interpret this page
This summary uses FPDS award records associated with OLIN WINCHESTER, LLC for the last full year and aggregates obligations, award counts, agency attribution, and NAICS classification as provided. Percentages, concentrations, and trend statements are limited to the supplied dataset and no unprovided assumptions were made.
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 = '8EUA5'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 911,155,915.39 | 911.16 million | 47 |
Insight
During the last full year, OLIN WINCHESTER, LLC’s obligations were fully concentrated in the DEPT OF THE ARMY, which accounted for the entire $911.16 million obligated across 47 awards. This indicates a highly concentrated agency profile with no observed obligation distribution across other agencies in the provided period. The average award value was $19.39 million, suggesting relatively large award size within a single-agency demand base.
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 = '8EUA5'
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 |
|---|---|---|---|---|
| 332992 | SMALL ARMS AMMUNITION MANUFACTURING | 911,155,915.39 | 911.16 million | 47 |
Insight
OLIN WINCHESTER, LLC’s obligations in the last full year were fully concentrated in NAICS 332992, Small Arms Ammunition Manufacturing, accounting for $911.16 million across 47 awards. This indicates a highly concentrated award profile with no diversification across other NAICS codes in the reported period. The average award value of $19.39 million suggests a mix of award sizes within the same industry category.
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 = '8EUA5'
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 | 911,155,915.39 | 911.16 million | 47 |
Insight
Over the last full year, OLIN WINCHESTER, LLC (CAGE 8EUA5) recorded $911.16 million in total obligated dollars across 47 awards, indicating a highly concentrated annual obligation profile. The average award value was approximately $19.39 million, suggesting the activity was driven by relatively large individual actions rather than a broad base of small awards. With only one year provided in the 1-year window, no year-over-year trend can be assessed from this view.
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.