海外への企業進出動向 new
年単位の海外への企業進出動向を返す。
GET api/v1/industry/globalmarket/perPref
データ提供年
1995-2020年(毎年)
RESAS対象マップ
企業活動マップ > 海外取引 > 海外への企業進出動向
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
year |
年度 指定可能年度:1995-2020年(毎年) |
true |
dispType |
表示方法 1:企業進出数 2:増減率 |
true |
regionCode |
地域コード 「すべての地域」を選択する場合は「-」を送ります。 |
true |
countryCode |
国コード 「すべての国」を選択する場合は「-」を送ります。 |
true |
sicCode | 産業大分類コード | true |
simcCode | 産業中分類コード | true |
responses
Name | Description |
---|---|
/result/県ID | キー:県ID, 値:企業進出数または増減率 |
/result/sicName | 産業大分類名、取得できない場合は空文字 |
/result/sicCode | 産業大分類コード、取得できない場合は空文字 |
/result/simcName | 産業中分類名、取得できない場合は空文字 |
/result/simcCode | 産業中分類コード、取得できない場合は空文字 |
sample
GET https://opendata.resas-portal.go.jp/api/v1/industry/globalmarket/perPref?year=2010®ionCode=3&simcCode=20&countryCode=-&dispType=1&sicCode=E
{
"message": null,
"result": {
"11": 1,
"12": 1,
"13": 6,
"23": 1,
"27": 4,
"28": 2,
"34": 1,
"37": 1,
"sicName": "製造業",
"sicCode": "E",
"simcName": "なめし革・同製品・毛皮製造業",
"simcCode": "20"
}
}