Use this page to review federal contract obligations in Northern Mariana Islands for last 5 years. The analysis is based on FPDS award-action data.
Geography
Northern Mariana Islands Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations in Northern Mariana Islands for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About Northern Mariana Islands federal contract activity
This page summarizes last 5 years of federal contract activity associated with Northern Mariana Islands. Based on the current FPDS Query dataset, this geography shows 637.32 million in visible obligations across 1,031 award actions, with an average action value of 618,159.37. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.
Agency demand and leading federal buyers
Demand in Northern Mariana Islands appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 415.47 million in obligations, followed by FEDERAL EMERGENCY MANAGEMENT AGENCY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.
Vendor concentration and leading contractors
The vendor distribution helps show which contractors capture the largest visible share of obligations in Northern Mariana Islands over the last 5 years. The current ranking is led by BLACK MICRO CORPORATION, with 385.00 million in obligations, followed by RJCL CORPORATION. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.
Annual contract trend over the analysis window
The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Northern Mariana Islands across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.
How to interpret this page
The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 415,466,812.76 | 415.47 million | 228 |
| 7022 | FEDERAL EMERGENCY MANAGEMENT AGENCY | 95,437,952.78 | 95.44 million | 349 |
| 97AS | DEFENSE LOGISTICS AGENCY | 70,697,715.76 | 70.70 million | 62 |
| 5700 | DEPT OF THE AIR FORCE | 18,475,064.98 | 18.48 million | 78 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 16,716,968.98 | 16.72 million | 53 |
| 1443 | NATIONAL PARK SERVICE | 14,365,282.07 | 14.37 million | 38 |
| 1330 | NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION | 1,986,474.81 | 1.99 million | 16 |
| 12D0 | FARM PRODUCTION AND CONSERVATION BUSINESS CENTER | 1,288,095.87 | 1.29 million | 1 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 1,131,535.76 | 1.13 million | 10 |
| 7524 | FOOD AND DRUG ADMINISTRATION | 803,494.26 | 803.49 thousand | 12 |
Insight
Northern Mariana Islands contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by FEDERAL EMERGENCY MANAGEMENT AGENCY, which suggests that federal demand in this geography is not evenly distributed.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| BLACK MICRO CORPORATION | 1VT76 | 385,003,378.85 | 385.00 million | 23 |
| RJCL CORPORATION | 5YSY2 | 52,575,299.51 | 52.58 million | 44 |
| GPPC INC | 1XMV6 | 42,918,544.89 | 42.92 million | 22 |
| MOBIL OIL MARIANA ISLANDS, INC | 7M4R6 | 32,545,535.06 | 32.55 million | 28 |
| IP&E HOLDINGS, LLC | 638S9 | 16,964,004.84 | 16.96 million | 11 |
| DEWBERRY ENGINEERS INC. | 4DJX0 | 16,058,624.32 | 16.06 million | 15 |
| MDPAC JV | 8SYM1 | 12,324,826.00 | 12.32 million | 2 |
| CUSA CONSULTING LLC | 1YRY5 | 10,058,867.17 | 10.06 million | 10 |
| FPA PACIFIC CORP. | 3EJ55 | 7,521,000.00 | 7.52 million | 3 |
| AMBYTH SHIPPING MICRONESIA, INC. | 385Y2 | 6,426,173.43 | 6.43 million | 14 |
Insight
Visible obligations in Northern Mariana Islands over the last 5 years appear concentrated among a relatively small set of leading vendors. BLACK MICRO CORPORATION ranks first, followed by RJCL CORPORATION, which helps define the current competitive landscape in this geography.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 237120 | OIL AND GAS PIPELINE AND RELATED STRUCTURES CONSTRUCTION | 221,826,664.00 | 221.83 million | 9 |
| 237310 | HIGHWAY, STREET, AND BRIDGE CONSTRUCTION | 164,242,089.65 | 164.24 million | 16 |
| 324110 | PETROLEUM REFINERIES | 70,697,715.76 | 70.70 million | 62 |
| 236117 | NEW HOUSING FOR-SALE BUILDERS | 65,121,726.30 | 65.12 million | 37 |
| 561210 | FACILITIES SUPPORT SERVICES | 23,527,709.25 | 23.53 million | 40 |
| 236118 | RESIDENTIAL REMODELERS | 18,879,425.10 | 18.88 million | 24 |
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 11,488,288.00 | 11.49 million | 3 |
| 541330 | ENGINEERING SERVICES | 8,417,900.53 | 8.42 million | 50 |
| 212312 | CRUSHED AND BROKEN LIMESTONE MINING AND QUARRYING | 7,516,819.39 | 7.52 million | 4 |
| 238210 | ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS | 7,150,338.41 | 7.15 million | 14 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in Northern Mariana Islands over the last 5 years. This helps show which federal market segments are most prominent in the state.
Top PSC Codes
SELECT
psc_code,
psc_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| Y1NA | CONSTRUCTION OF FUEL SUPPLY FACILITIES | 221,826,664.00 | 221.83 million | 9 |
| Y1BD | CONSTRUCTION OF AIRPORT RUNWAYS AND TAXIWAYS | 163,176,714.85 | 163.18 million | 14 |
| 9140 | FUEL OILS | 69,121,684.11 | 69.12 million | 60 |
| Y1FA | CONSTRUCTION OF FAMILY HOUSING FACILITIES | 65,121,726.30 | 65.12 million | 38 |
| Y1PZ | CONSTRUCTION OF OTHER NON-BUILDING FACILITIES | 18,141,817.52 | 18.14 million | 19 |
| R408 | SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT | 16,058,624.32 | 16.06 million | 15 |
| C1PZ | ARCHITECT AND ENGINEERING- CONSTRUCTION: OTHER NON-BUILDING FACILITIES | 12,324,826.00 | 12.32 million | 2 |
| Y1FZ | CONSTRUCTION OF OTHER RESIDENTIAL BUILDINGS | 11,456,839.44 | 11.46 million | 18 |
| 5680 | MISCELLANEOUS CONSTRUCTION MATERIALS | 8,881,753.91 | 8.88 million | 12 |
| C219 | ARCHITECT AND ENGINEERING- GENERAL: OTHER | 7,197,720.97 | 7.20 million | 38 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in Northern Mariana Islands over the last 5 years. This helps show which categories of federal demand are most prominent in the state.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 35,444,781.41 | 35.44 million | 172 |
| 2024 | 94,782,154.31 | 94.78 million | 225 |
| 2023 | 330,406,121.77 | 330.41 million | 184 |
| 2022 | 56,707,438.52 | 56.71 million | 200 |
| 2021 | 119,981,818.69 | 119.98 million | 250 |
Insight
The annual trend shows how obligations in Northern Mariana Islands moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.
Use FPDS Query for deeper geographic analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.