Federal Agency

NATIONAL TECHNICAL INFORMATION SERVICE Federal Contract Obligations (Last 10 Years)

Federal procurement summary for the National Technical Information Service (agency ID 1342) covering the last 10 years of FPDS activity.

Over the last 10 years, the National Technical Information Service recorded 1 award action with $0.00 in obligated spending. The single recorded action was associated with Advanced Computer Concepts, Inc. under NAICS 541519, Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data shows one award action in 2018 and no obligated dollars across the analysis window.

Agency ID
1342
Total Obligated
0.00
0.00
Award Actions
1
Average Action Value
0.00

About NATIONAL TECHNICAL INFORMATION SERVICE federal contract activity

Over the last 10 years, the National Technical Information Service recorded 1 award in FPDS Query with $0.00 in obligated dollars. The agency’s average award value was $0.00, indicating a very limited procurement footprint in the observed period.

Vendor concentration and leading contractors

The top vendor was ADVANCED COMPUTER CONCEPTS, INC., accounting for the agency’s single recorded award. That award was associated with $0.00 in obligated dollars, so vendor concentration is present but financially immaterial in the available data.

Industry profile based on NAICS activity

All recorded obligations in the analysis window mapped to NAICS 541519, Other Computer Related Services. This category represented the agency’s only observed procurement activity, with 1 award and $0.00 obligated.

Annual contract trend over the analysis window

Annual activity appears only in 2018, when the agency recorded 1 award and $0.00 in obligations. No additional annual obligated spending is shown in the supplied 10-year window, so the trend reflects a single-year procurement event rather than sustained activity.

How to interpret this page

This summary is based solely on the FPDS Query data provided for the National Technical Information Service over the last 10 years. Metrics reflect recorded awards, obligated dollars, vendor attribution, NAICS classification, and annual totals as supplied, without extrapolation beyond the source data.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1342'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ADVANCED COMPUTER CONCEPTS, INC. 0.00 0.00 1

Insight

Over the last 10 years, NATIONAL TECHNICAL INFORMATION SERVICE (Agency ID 1342) recorded one award to a single vendor, ADVANCED COMPUTER CONCEPTS, INC. Total obligated dollars were $0.00, indicating no measured obligation concentration in this period. With only one recorded award and no obligated value, vendor distribution is highly limited and does not support a broader concentration trend.

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__purchaserInformation__contractingOfficeAgencyID = '1342'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541519 OTHER COMPUTER RELATED SERVICES 0.00 0.00 1

Insight

Over the last 10 years, NATIONAL TECHNICAL INFORMATION SERVICE recorded a single award in NAICS 541519, Other Computer Related Services. Obligation activity in this category was $0.00, indicating no dollar concentration despite the one recorded action. The NAICS profile is highly concentrated, with all recorded award activity in the period tied to this single code.

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__purchaserInformation__contractingOfficeAgencyID = '1342'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2018 0.00 0.00 1

Insight

Over the last 10 years, National Technical Information Service (Agency ID 1342) records only one award in the annual trend dataset, all in 2018. Total obligated amount is $0.00, indicating no recorded outlay associated with that award. The activity is fully concentrated in a single year with no observable multi-year distribution or spending trend.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.