Skip to content

Function: getInternationalTransactions() ​

ts
function getInternationalTransactions(opts?: {
  areaOrCountry?: string;
  frequency?: string;
  indicator?: string;
  year?: string;
}): Promise<BeaItaResult>;

Defined in: bea/sdk.ts:519

ITA — U.S. international transactions (balance of payments).

Parameters ​

ParameterTypeDescription
opts{ areaOrCountry?: string; frequency?: string; indicator?: string; year?: string; }-
opts.areaOrCountry?stringCountry name ("China"), "AllCountries" (total), or "All" (all breakdowns).
opts.frequency?stringA=annual, QSA=quarterly seasonally adjusted, QNSA=quarterly not adjusted.
opts.indicator?stringBEA indicator code: "BalGds", "BalServ", "ExpGds", etc. Use bea_dataset_info to discover.
opts.year?stringComma-separated years or "ALL".

Returns ​

Promise<BeaItaResult>

Released under the MIT License.