Direct lookup by canonical DATABASE:INDICATOR_ID citation. Returns undefined if the indicator is not in the curated context catalogue โ callers should fall back to findImfIndicatorsForDomains or findImfIndicatorsForCommittee for broader discovery.
DATABASE:INDICATOR_ID
undefined
const ind = findImfIndicatorByCode('WEO', 'NGDP_RPCH');// โ { database: 'WEO', indicatorId: 'NGDP_RPCH', name: 'Real GDP growth', ... } Copy
const ind = findImfIndicatorByCode('WEO', 'NGDP_RPCH');// โ { database: 'WEO', indicatorId: 'NGDP_RPCH', name: 'Real GDP growth', ... }
Direct lookup by canonical
DATABASE:INDICATOR_IDcitation. Returnsundefinedif the indicator is not in the curated context catalogue โ callers should fall back to findImfIndicatorsForDomains or findImfIndicatorsForCommittee for broader discovery.