Skip to content

Function: getNipaUnderlyingDetail() ​

ts
function getNipaUnderlyingDetail(opts?: {
  frequency?: string;
  tableName?: string;
  year?: string;
}): Promise<BeaNationalGdpResult>;

Defined in: bea/sdk.ts:465

NIPA Underlying Detail — more granular, lower quality than published aggregates.

Parameters ​

ParameterTypeDescription
opts{ frequency?: string; tableName?: string; year?: string; }-
opts.frequency?stringA=annual, Q=quarterly, or M=monthly.
opts.tableName?string-
opts.year?string"LAST5", "ALL", "X", or comma-separated years.

Returns ​

Promise<BeaNationalGdpResult>

Released under the MIT License.