Managed by
The White House USA

The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
| title | type | description |
|---|---|---|
| year | Date | The year associated with the tariff action and the reported tariff rate. |
| country | Text | The name of the country, economy, customs territory, or economic group covered by the Section 301 tariff action. |
| tariff_rate | Number | The tariff reference rate assigned to the country or economy, expressed as a percentage. For most economies, the value represents an additional Section 301 tariff rate. For the European Union, Taiwan, Japan, South Korea, and Switzerland, it represents a target combined MFN and Section 301 tariff rate. |
| remark | Text | The legal authority associated with the reported tariff rate. |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
| Name | File Format | Size | Action |
|---|---|---|---|
| USASection301TariffRatesbyCountry.csv | CSV | 3.39 KB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_6a62efbfe5154a0007a32e7c/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});Managed by
The White House USA
API Calls
2
Views
7
Downloads
N/A
References
Coverage
- N/A
Created at
24 Jul 2026
Updated at
24 Jul 2026