COUNTRY_PROFILE
Get a profile of country statistics and economic indicators.
Syntax
=OBB.ECONOMY.COUNTRY_PROFILE(country,[latest],[use_cache])
Examples
=OBB.ECONOMY.COUNTRY_PROFILE("united_kingdom")
=OBB.ECONOMY.COUNTRY_PROFILE("united_states,jp")
Parameters
Name | Type | Description | Required |
---|---|---|---|
country | Text | The country to get data. Multiple comma separated items allowed. | True |
latest | Boolean | If True, return only the latest data. If False, return all available data for each indicator. | False |
use_cache | Boolean | If True, the request will be cached for one day.Using cache is recommended to avoid needlessly requesting the same data. | False |