bea_multinational_enterprises
Query U.S. BEA data for direct investment and multinational enterprise activities, filtering by direction, classification, and year.
Instructions
Get data on Direct Investment (DI) and Activities of Multinational Enterprises (AMNE).
DirectionOfInvestment (required):
'Outward': U.S. investment abroad / foreign affiliates
'Inward': Foreign investment in U.S. / U.S. affiliates
'State': U.S. affiliates at state level (AMNE only)
'Parent': U.S. parent enterprises (AMNE only)
Classification (required): 'Country', 'Industry', 'CountryByIndustry'
For AMNE stats, also set ownership_level ('0'=majority-owned, '1'=all) and non_bank_affiliates_only ('0'=both, '1'=nonbank only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year(s): comma-separated or 'ALL' | |
| state | No | 2-digit state FIPS or 'all'. Only for Direction='State'. | |
| country | No | 3-digit country code(s) or 'all'. '000' for total of all countries. | |
| industry | No | 4-digit NAICS industry code(s) or 'all'. '0000' for all-industries total. | |
| series_id | No | Series IDs (comma-separated) or '0' for all. Use bea_dataset_info for list. | |
| classification | Yes | 'Country', 'Industry', or 'CountryByIndustry' | |
| ownership_level | No | '0' (majority-owned only), '1' (all affiliates). Required for AMNE stats. | |
| direction_of_investment | Yes | 'Outward', 'Inward', 'State', or 'Parent' | |
| non_bank_affiliates_only | No | '0' (bank and nonbank), '1' (nonbank only). Required for AMNE stats. |