ctfp (TFP level at current PPPs, USA=1), cwtfp (welfare-relevant TFP level), rtfpna (TFP at constant national prices), rwtfpna (welfare-relevant TFP at constant national prices). Slice by country list and/or year list. Year list supports single years (2015,2020,2023) and ranges (2010-2023). Welfare-relevant TFP (cwtfp, rwtfpna) is a PWT-unique metric - not published by IMF, OECD, or the World Bank. 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/tfp-panel?countries=USA%2CCHN%2CDEU%2CJPN%2CGBR&years=2010-2023&variables=ctfp%2Ccwtfp%2Crtfpna%2Crwtfpna&version=pwt1100' \
--header 'x-api-key: <api-key>'{
"data": {
"version": "pwt1100",
"variables": [
"ctfp",
"cwtfp",
"rtfpna",
"rwtfpna"
],
"observations": [
{
"year": 2020,
"countrycode": "string",
"country": "string",
"currency_unit": "string",
"property1": "string",
"property2": "string"
}
],
"count": 300,
"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
}
}