Region Data Industry Value Added - Implan-Group/api GitHub Wiki

Region Industries - Value Added


GET /api/v1/regions/export/{aggregationSchemeId}/region-industry-value-added/{industryCode}

This endpoint provides a csv of industry value added data for a given industry as found in IMPLAN Cloud under Regions -> Social Accounts -> Balance Sheets -> Industry Balance Sheets -> Value Added.

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme to filter by.
industryCode route int The code of the Industry.
hashId query str❔ The HashId of the Region to filter by.
urid query int❔ The Urid of the Region to filter by.
userModelId query int❔ The UserModelId of the Region to filter by.

🧾Example

📤 Request

GET /api/v1/regions/export/1/region-industry-value-added/2?hashId=9EbJv6yJb0

📥 Response

Description,ValueAddedCoefficient,ValueAdded
Employee Compensation,0.0,11972434.0
Proprietor Income,0.0,28313895.0
Other Property Income,0.0,19288754.0
Taxes on Production and Imports,-0.0,-26430021.0
Total Value Added,0.0,33145063.0
⚠️ **GitHub.com Fallback** ⚠️