It covers 44 indicators used in the World Economic Outlook and Fiscal Monitor.

fq_imf_search(...)

Arguments

...

Character strings to match the desired search.

Value

A tibble with the indicators' name and the respective Quandl code.

Details

The full list of indicators can be seem here: https://www.quandl.com/data/ODA-IMF-Cross-Country-Macroeconomic-Statistics/documentation/data-organization.

Examples

# indicators with the 'gdp' letters. fq_imf_search('gdp')
#> # A tibble: 23 x 2 #> imf_name imf_code #> <chr> <chr> #> 1 Country GDP based on PPP Valuation, USD Billions PPPGDP #> 2 Current Account Balance, % of GDP BCA_NGDPD #> 3 GDP Corresponding to Fiscal Year, Current Prices, LCU Billions NGDP_FY #> 4 GDP Deflator NGDP_D #> 5 GDP at Constant Prices, % change NGDP_RPCH #> 6 GDP at Constant Prices, LCU Billions NGDP_R #> 7 GDP at Current Prices, LCU Billions NGDP #> 8 GDP at Current Prices, USD Billions NGDPD #> 9 GDP per Capita at Constant Prices, LCU NGDPRPC #> 10 GDP per Capita at Current Prices, LCU NGDPPC #> # ... with 13 more rows
# the function is case insensitive fq_imf_search('goVERnment', "ReveNUE")
#> # A tibble: 2 x 2 #> imf_name imf_code #> <chr> <chr> #> 1 General Government Revenue, % of GDP GGR_NGDP #> 2 General Government Revenue, USD Billions GGR