countries. Results are sorted descending by value, with any countries missing from the requested year surfaced in missing_countries. Useful for quick scatter-plot data or benchmark tables (e.g. compare the G7 on ctfp or the BRICs on rgdpo). Published under CC BY 4.0 with attribution to Penn World Table (Feenstra, Inklaar & Timmer, University of Groningen).x-api-key: ********************curl --location '/api/v1/research/pwt/compare?countries=USA%2CCHN%2CDEU%2CJPN%2CGBR&variable=rgdpo&year=2020&version=pwt1100' \
--header 'x-api-key: <api-key>'{
"data": {
"version": "pwt1100",
"variable": "rgdpo",
"year": 2020,
"observations": [
{
"countrycode": "USA",
"country": "United States",
"value": 0
}
],
"count": 3,
"requested_countries": [
"USA",
"CHN",
"DEU"
],
"missing_countries": [
"string"
],
"attribution": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}