πΉπΌ Taiwan Trade Statistics β UN Comtrade Exports & Imports
Pricing
from $40.00 / 1,000 trade records
πΉπΌ Taiwan Trade Statistics β UN Comtrade Exports & Imports
Real Taiwan bilateral trade values from UN Comtrade (reporter 490 'Other Asia, nes', predominantly Taiwan): annual export, import and trade-balance figures in USD by partner country and HS code, fetched live. NOT official ROC monthly customs / TWD / Single-Window data.
Pricing
from $40.00 / 1,000 trade records
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Real bilateral trade values for Taiwan β annual exports, imports and trade balance by partner country Γ HS commodity code β sourced live from the UN Comtrade public API.
β οΈ Important β what this data actually is (please read)
Taiwan (the Republic of China) is not a UN member, so the United Nations Statistics Division publishes Taiwan's merchandise-trade figures under the reporter label "Other Asia, nes" (reporter code 490) β a residual area that is predominantly Taiwan. This actor returns those real UN Comtrade values.
- β The values are real, fetched live from UN Comtrade β nothing is estimated, simulated, or generated by this actor.
- β οΈ They are labelled "Other Asia, nes (β Taiwan)" in every row (
reporter_label+data_source). They are not exact figures from Taiwan's own Customs Administration / Bureau of Foreign Trade. - β οΈ Data is annual (calendar year). UN Comtrade does not publish monthly data for this reporter.
- β οΈ Values are in USD only (FOB for exports, CIF for imports). UN Comtrade does not publish TWD for this reporter, so no NT$ figure is included.
- β οΈ Annual data lags ~1β2 years and coverage varies by cell. If a year/partner/HS combination has no published data, the actor emits a single non-billed
statusrow explaining this.
If you specifically need exact official ROC customs figures by month, those live in Taiwan's own customs systems (web.customs.gov.tw / cus93.trade.gov.tw), which are not openly queryable from automated infrastructure; this actor uses UN Comtrade as the reachable, real, internationally-standardised alternative.
π Sample Output
π Taiwan trade statistics β annual partner-country Γ HS commodity exports / imports / trade balance in USD, from UN Comtrade reporter Other Asia nes (β Taiwan), for semiconductor (HS 85, 8542, 8471) supply-chain analysts and EM macro research
β‘ What you get
| Field | Type | Description |
|---|---|---|
data_source | string | Names the real source: UN Comtrade reporter 490 "Other Asia, nes" (β Taiwan), annual |
reporter_label | string | Other Asia, nes (β Taiwan) β honest reporter label on every row |
reporter_code | integer | UN Comtrade reporter code (490) |
data_type | string | exports / imports / trade_balance |
flow_code | string | UN Comtrade flow code: X (export) / M (import); null for balance |
period | string | Calendar year (YYYY) β annual data |
period_frequency | string | Always annual |
partner_code | integer | UN M49 numeric partner area code |
partner_country | string | Partner country name (from UN Comtrade reference table) |
hs_code | string | Harmonized System commodity code (or TOTAL) |
commodity_description_en | string | HS description (English) β context label, where known |
commodity_description_tc | string | HS description (Traditional Chinese) β context label, where known |
trade_value_usd | number | Real trade value in USD (primaryValue from UN Comtrade) |
export_value_usd | number | (balance rows) real export value used in the balance |
import_value_usd | number | (balance rows) real import value used in the balance |
net_weight_kg | number | Net weight in kg, where Comtrade reports it |
is_reported | boolean | UN Comtrade flag: directly reported vs estimated/aggregated |
is_aggregate | boolean | UN Comtrade aggregate flag |
source_url | string | The exact UN Comtrade query URL the value came from |
All fields are nullable β real data has gaps and this schema reflects that.
trade_balance rows are computed as (real export value β real import value) for the same year/partner/HS cell; both inputs are fetched live, so the balance is derived from real figures, not invented.
π― Use cases
- Semiconductor-cycle macro read. HS 8542 (integrated circuits) and 8471 (computers) exports to China / Hong Kong / USA are the clearest read on the TSMCβMediaTekβUMC cycle. Comtrade's "Other Asia, nes" series captures the bulk of this.
- APAC supply-chain mapping. Track TaiwanβVietnam / TaiwanβMalaysia trade (HS 85, 84) to monitor fab + assembly relocation out of Mainland China.
- EM macro research. Annual electronics-export and trade-balance levels by partner for structural TWD and current-account analysis.
- Trade-policy research. Compare Taiwan's trade by HS chapter and partner across years for tariff / supply-chain studies.
- AI agent / data integration. Wire real, source-traceable Taiwan trade values into an LLM research agent or dashboard.
π How to use
Sample (exports to US, integrated circuits):
{"data_type":"exports","partner_country_filter":"US","hs_code_filter":"8542","date_from":"2022-01-01","date_to":"2022-12-31","max_records":5}
Trade balance vs Mainland China, electronics:
{"data_type":"trade_balance","partner_country_filter":"CN","hs_code_filter":"85","date_from":"2021-01-01","date_to":"2023-12-31","max_records":20}
Default sweep (top partners Γ top HS classes, recent years):
{"data_type":"all","max_records":100}
partner_country_filter accepts an ISO-3166-1 alpha-2 code (US, CN, JP, KR, HK, SG, DE, VN, MY, TH, β¦) or a raw UN M49 numeric code. date_from / date_to select the year range (the day/month are ignored β data is annual).
βοΈ How it works
For each (year, HS code, partner) in your query the actor issues a live request to the UN Comtrade public preview endpoint:
GEThttps://comtradeapi.un.org/public/v1/preview/C/A/HS?reporterCode=490&period={year}&flowCode={X|M}&cmdCode={hs}&partnerCode={m49}
and emits the returned primaryValue verbatim. Partner names come from UN Comtrade's own partnerAreas.json reference table. The endpoint is keyless but rate-limited, so the actor paces requests; very large sweeps may take a few minutes.
π² Pricing
This actor uses Apify pay-per-event pricing:
| Event | Price |
|---|---|
| Actor start | $0.005 |
| Trade record (per real emitted row) | $0.04 |
You are charged only for real trade records returned. Probe, error, empty and status rows are not charged.
β FAQ
Is this official Taiwan customs data? No β it is UN Comtrade's "Other Asia, nes" (reporter 490) series, which is predominantly Taiwan and is the internationally-standardised proxy. Every row says so explicitly via reporter_label and data_source.
Why annual and not monthly? UN Comtrade does not publish monthly data for reporter 490. Only annual data is available, so period is a year.
Why USD only, no NT$? UN Comtrade reports this series in current USD; it does not publish TWD for this reporter. No TWD value is fabricated.
Why did a run return a status row? That year/partner/HS combination has no published Comtrade data (often because annual data lags 1β2 years, or that specific cell isn't reported). Try an earlier year, a broader HS code (e.g. TOTAL), or a different partner. status rows are not billed.
How current is the data? Annual data lags ~1β2 years. By default the actor queries the three most recent prior calendar years.
π Source & legal
Data: UN Comtrade (United Nations Statistics Division), public API, reporter 490 "Other Asia, nes". Use is subject to UN Comtrade's terms and attribution requirements. This actor is an access/transformation tool; it does not modify the underlying values.
βΉοΈ About
Built by NexGenData. Contact: hello@thenextgennexus.com
