International Trade Administration (ITA)

Overview

The US Department of Commerce's International Trade Administration (ITA) is a federal agency focused on supporting U.S. exports. The agency publishes data that is helpful for US businesses selling their products and services abroad.

Example topics covered:

  • Contract opportunities

  • Trade events (e.g. conferences, webinars)

  • Export business service providers (e.g. legal, tax, consulting)

  • Parties from the Consolidated Screening List (CSL) that the US government maintains restrictions on

  • ITA export assistance centers

Key Attributes

Geographic Coverage

Global

Entity Level

Business Service Providers (Companies), Trade Events, Trade Leads, ITA Export Assistance Centers, Restricted Export Entities,

Geographic

Release Frequency

Daily, except ITA export centers which updates weekly

History

Contract opportunities - 2018 Trade events - 2023 Restricted entities - 1981

As with all Public Domain datasets, Cybersyn aims to release data on Snowflake Marketplace as soon as the underlying source releases new data. We check periodically for changes to the underlying source and, upon detecting a change, propagate the data to Snowflake Marketplace immediately. See our release process for more details.

Notes

All Cybersyn products follow the EAV (entity, attributes, value) model with a unified schema. Entities are tangible objects (e.g. geography, company) that Cybersyn provides data on. Index tables contain all entities of a certain type. Timeseries tables contain all timeseries' dates and values that refer to an entity type. Additional tables, such as the relationships table and attributes table, are used to describe the entities and timeseries. Data is joinable across all Cybersyn products that have a GEO_ID. Refer to Cybersyn Concepts for more details.

Tables & Sources

TablesSources

INTERNATIONAL_TRADE_ADMINISTRATION_TRADE_LEADS_INDEX INTERNATIONAL_TRADE_ADMINISTRATION_TRADE_EVENTS_INDEX INTERNATIONAL_TRADE_ADMINISTRATION_EXPORT_SCREENED_ENTITIES_INDEX INTERNATIONAL_TRADE_ADMINISTRATION_EXPORT_ASSISTANCE_CENTERS_INDEX TRADE_ADMINISTRATION_BUSINESS_SERVICE_PROVIDERS_INDEX

Cybersyn Products

Tables above are available in the following Cybersyn data products:

Examples & Sample Queries

Find an upcoming trade event

Pick an upcoming in-person trade event to attend in the software industry.

SELECT
    trade_event_name,
    start_date,
    end_date,
    relevant_industries,
    trade_event_url,
    trade_event_description,
    registration_type,
    registration_url,
    primary_venue_geo_id_country,
    primary_venue_geo_id_state,
    primary_venue_name,
    primary_venue_street,
    primary_venue_city,
    contacts
FROM cybersyn.international_trade_administration_trade_events_index
WHERE
    start_date > CURRENT_DATE() 
    AND ARRAY_CONTAINS('Software'::VARIANT, relevant_industries) 
    AND trade_event_type = 'In-Person'
ORDER BY start_date

Disclaimers

The data in this product is sourced from US Department of Commerce's International Trade Administration (ITA).

This product uses the International Trade Administration’s Data API but is not endorsed or certified by the International Trade Administration

Cybersyn is not endorsed by or affiliated with any of these providers. Contact support@cybersyn.com for questions.

Last updated

Copyright © 2024 Cybersyn