Federal Contractor

CANADIAN COMMERCIAL CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for CANADIAN COMMERCIAL CORPORATION (CAGE 98247, UEI FA38CTVQM319) covering obligations and awards in the last full year.

In the last full year, CANADIAN COMMERCIAL CORPORATION recorded 1,929 award actions totaling $1,335,514,361.30 in federal obligations, for an average action value of $692,335.07. Most obligated dollars came from the Department of the Army, with additional activity across the Defense Logistics Agency, Department of the Navy, and Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect FPDS award data for the analysis window and are reported as obligated dollars and award counts.

CAGE Code
98247
UEI
FA38CTVQM319
Total Obligated
1.34 billion
1,335,514,361.30
Award Actions
1,929
Average Action Value
692,335.07

About CANADIAN COMMERCIAL CORPORATION federal contract activity

CANADIAN COMMERCIAL CORPORATION (CAGE 98247, UEI FA38CTVQM319) obligated $1.34 billion across 1,929 awards in the last full year, with an average award value of $692,335.07. The award profile is highly concentrated in defense-related procurement, indicating a large volume of transactional activity alongside several high-dollar obligations.

Agency mix and customer concentration

DEPT OF THE ARMY accounted for the dominant share of obligations at $993.19 million across 153 awards, making it the primary buying activity for this vendor. DEFENSE LOGISTICS AGENCY contributed $158.10 million over 1,263 awards, while DEPT OF THE NAVY and DEPT OF THE AIR FORCE added $114.24 million and $72.75 million, respectively; DARPA was immaterial at $459.50 thousand across 7 awards.

Industry profile based on NAICS activity

The NAICS profile is led by 325920 Explosives Manufacturing at $585.32 million, followed by 336992 Military Armored Vehicle, Tank, and Tank Component Manufacturing at $257.43 million. Additional obligations are concentrated in 332993 Ammunition (Except Small Arms) Manufacturing, 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, reinforcing a heavy defense production and systems-support footprint.

Annual contract trend over the analysis window

The available annual trend shows $1.34 billion in obligations and 1,929 awards in 2025, which serves as the full-year reference period for this analysis. No prior-year comparison is available in the supplied data, so directional growth or decline cannot be assessed from this extract.

How to interpret this page

This summary is based on FPDS Query data for the last full year and uses obligated dollars and award counts tied to the vendor identifiers provided. Agency and NAICS rankings reflect the top reported categories in the dataset; no additional sources or unreported assumptions were used.

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 = '98247'
        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 993,192,431.03 993.19 million 153
97AS DEFENSE LOGISTICS AGENCY 158,098,863.84 158.10 million 1,263
1700 DEPT OF THE NAVY 114,239,260.69 114.24 million 380
5700 DEPT OF THE AIR FORCE 72,747,794.24 72.75 million 106
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 459,505.00 459.50 thousand 7
97F1 DEFENSE MEDIA ACTIVITY (DMA) 216,191.00 216.19 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,439,684.50 -3.44 million 19

Insight

CANADIAN COMMERCIAL CORPORATION’s obligations in the last full year were highly concentrated in the Department of the Army, which accounted for 993.19 million of 1.34 billion total obligated, or roughly three-quarters of the total, across 153 awards. Defense Logistics Agency placed a much smaller dollar volume but the highest award count at 1,263 awards, indicating a more fragmented transaction pattern; the Department of the Navy and Department of the Air Force also contributed meaningful but secondary volumes at 114.24 million and 72.75 million, respectively. Other agencies were immaterial in dollar terms, and DCMA recorded a negative obligated amount of 3.44 million, which reduced the net total.

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 = '98247'
        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
325920 EXPLOSIVES MANUFACTURING 585,320,485.03 585.32 million 24
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 257,432,967.13 257.43 million 366
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 136,847,041.95 136.85 million 33
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 55,208,777.16 55.21 million 177
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 53,581,555.31 53.58 million 95
316210 FOOTWEAR MANUFACTURING 47,537,550.00 47.54 million 4
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 36,257,626.59 36.26 million 409
333120 CONSTRUCTION MACHINERY MANUFACTURING 20,863,800.00 20.86 million 44
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 19,384,570.00 19.38 million 10
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 18,400,418.16 18.40 million 7

Insight

Over the last full year, obligations for CANADIAN COMMERCIAL CORPORATION (CAGE 98247) were concentrated in defense-related manufacturing NAICS, led by 325920 Explosives Manufacturing at $585.32 million across 24 awards, or about 43.8% of total obligated dollars. The next largest areas were 336992 Military Armored Vehicle, Tank, and Tank Component Manufacturing at $257.43 million across 366 awards and 332993 Ammunition (except Small Arms) Manufacturing at $136.85 million across 33 awards, indicating a strong concentration in munitions and armored systems. Award activity was more dispersed than dollars, with high award counts in 336412 Aircraft Engine and Engine Parts Manufacturing (409 awards) and 336992, but much smaller obligated values than the top NAICS.

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 = '98247'
        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 1,335,514,361.30 1.34 billion 1,929

Insight

During the last full year, CANADIAN COMMERCIAL CORPORATION (CAGE 98247) recorded $1.34 billion in obligated value across 1,929 awards, with an average award value of about $692K. The activity is fully concentrated in 2025 within the 1-year window, so no year-over-year trend can be assessed from the provided data. The award volume suggests a broad distribution of obligations rather than reliance on a small number of large actions, though concentration by award size cannot be confirmed from this summary alone.

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.