API and downloads

A read-only public API to reuse Gabon's indicators in your applications, dashboards and analyses, and full files per indicator.

Base URL
https://gaboneco.ga/api/v1
Authentication
No key for light use
Indicators available
84
Endpoints
5
Response formats
JSON, CSV
Requests per minute
60

Source: Gabon Eco catalogue

Getting started

The API returns UTF-8 JSON. Every response holds the data in "data", context in "meta" (source, unit, status, last update, licence) and links in "links".

The examples below are real API responses, produced when this page was loaded. The “Run” button sends the request again from your browser.

  • No key and no sign-up for light use.
  • Texts in French or English with the lang parameter.
  • Responses refresh as soon as a dataset is published.
  • No demonstration data is served in production.

First call: Gabon's real GDP growth since 2015

curl "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations?geo=GA&from=2015"

Endpoints

GET /api/v1/sectors

Published sectors, in tree order, with the number of indicators of each.

Parameters of /api/v1/sectors
Parameter Description
langLanguage of texts: fr (default) or en.
Request
curl "https://gaboneco.ga/api/v1/sectors"
Response 200, application/json
{
    "data": [
        {
            "slug": "macroeconomie",
            "name": "Macroeconomy",
            "summary": "Growth, prices, public finances and population: the main balances of the Gabonese economy.",
            "parent": null,
            "children": [],
            "indicators_count": 41,
            "links": {
                "indicators": "https://gaboneco.ga/api/v1/indicators?sector=macroeconomie"
            }
        },
        {
            "slug": "mines-gaz-hydrocarbures",
            "name": "Mining, gas and hydrocarbons",
            "summary": "Oil, natural gas and mineral resources, the leading drivers of Gabon's exports.",
            "parent": null,
            "children": [
                "petrole",
                "gaz-naturel",
                "mines-ressources-minerales"
            ],
            "indicators_count": 11,
            "links": {
                "indicators": "https://gaboneco.ga/api/v1/indicators?sector=mines-gaz-hydrocarbures"
            }
        },
        {
            "slug": "petrole",
            "name": "Oil",
            "summary": "Crude oil production, exports and revenues.",
            "parent": "mines-gaz-hydrocarbures",
            "children": [],
            "indicators_count": 4,
            "links": {
                "indicators": "https://gaboneco.ga/api/v1/indicators?sector=petrole"
            }
        },
        "12 more items not shown in this example"
    ],
    "meta": {
        "count": 15,
        "api_version": "1",
        "locale": "en",
        "licence": "Data redistributed under the terms of each producer (World Bank: CC BY 4.0). Credit the stated source.",
        "attribution": "Source: producer given in \"source\", via Gabon Eco.",
        "documentation": "https://gaboneco.ga/en/donnees/api"
    },
    "links": {
        "self": "https://gaboneco.ga/api/v1/sectors"
    }
}

GET /api/v1/indicators

Indicators holding data, with their unit, source, coverage and latest value for Gabon.

Parameters of /api/v1/indicators
Parameter Description
sectorSector slug (see /sectors); includes its sub-sectors.
qSearch in code, name and definition.
langLanguage of texts: fr (default) or en.
Request
curl "https://gaboneco.ga/api/v1/indicators?sector=energie-utilities"
Response 200, application/json
{
    "data": [
        {
            "code": "BASIC_DRINKING_WATER",
            "name": "Access to basic drinking water",
            "definition": "Share of the population using an improved water source within a 30 minute round trip.",
            "sector": {
                "slug": "energie-utilities",
                "name": "Energy and utilities",
                "group": "industrie-transformation"
            },
            "unit": {
                "code": "percent",
                "label": "Percent",
                "symbol": "%",
                "decimals": 1
            },
            "frequency": "annual",
            "source": {
                "name": "World Bank",
                "short_name": "WB",
                "url": "https://data.worldbank.org"
            },
            "status": "final",
            "last_updated": "2026-09-22T09:40:59+01:00",
            "latest": {
                "period": "2024",
                "value": 88.599501,
                "status": "final",
                "geography": "GA"
            },
            "coverage": {
                "from": "2000",
                "to": "2024",
                "observations": 25,
                "geographies": [
                    "GA"
                ]
            },
            "is_key": false,
            "is_demo": false,
            "links": {
                "self": "https://gaboneco.ga/api/v1/indicators/BASIC_DRINKING_WATER",
                "observations": "https://gaboneco.ga/api/v1/indicators/BASIC_DRINKING_WATER/observations",
                "csv": "https://gaboneco.ga/api/v1/indicators/BASIC_DRINKING_WATER/observations?format=csv",
                "explorer": "https://gaboneco.ga/en/donnees/explorateur?i=BASIC_DRINKING_WATER"
            }
        },
        "7 more items not shown in this example"
    ],
    "meta": {
        "count": 8,
        "filters": {
            "sector": "energie-utilities"
        },
        "api_version": "1",
        "locale": "en",
        "licence": "Data redistributed under the terms of each producer (World Bank: CC BY 4.0). Credit the stated source.",
        "attribution": "Source: producer given in \"source\", via Gabon Eco.",
        "documentation": "https://gaboneco.ga/en/donnees/api"
    },
    "links": {
        "self": "https://gaboneco.ga/api/v1/indicators?sector=energie-utilities"
    }
}

GET /api/v1/indicators/{code}

Full description of an indicator, including its definition and methodology.

Parameters of /api/v1/indicators/{code}
Parameter Description
codeIndicator code, for example GDP_REAL_GROWTH.
langLanguage of texts: fr (default) or en.
Request
curl "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH"
Response 200, application/json
{
    "data": {
        "code": "GDP_REAL_GROWTH",
        "name": "Real GDP growth",
        "definition": "Annual change in gross domestic product in volume terms (constant prices), in percent.",
        "methodology": "International Monetary Fund (IMF), World Economic Outlook (WEO) database, series NGDP_RPCH. Years after the IMF's latest actual data point are IMF staff estimates or projections.",
        "sector": {
            "slug": "macroeconomie",
            "name": "Macroeconomy",
            "group": "macroeconomie"
        },
        "unit": {
            "code": "percent",
            "label": "Percent",
            "symbol": "%",
            "decimals": 1
        },
        "frequency": "annual",
        "source": {
            "name": "International Monetary Fund",
            "short_name": "IMF",
            "url": "https://www.imf.org/en/Countries/GAB"
        },
        "status": "estimate",
        "last_updated": "2026-09-22T09:41:52+01:00",
        "latest": {
            "period": "2026",
            "value": 2.664926,
            "status": "estimate",
            "geography": "GA"
        },
        "coverage": {
            "from": "1981",
            "to": "2026",
            "observations": 46,
            "geographies": [
                "GA"
            ]
        },
        "is_key": true,
        "is_demo": false,
        "links": {
            "self": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH",
            "observations": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations",
            "csv": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations?format=csv",
            "explorer": "https://gaboneco.ga/en/donnees/explorateur?i=GDP_REAL_GROWTH"
        }
    },
    "meta": {
        "api_version": "1",
        "locale": "en",
        "licence": "Data redistributed under the terms of each producer (World Bank: CC BY 4.0). Credit the stated source.",
        "attribution": "Source: producer given in \"source\", via Gabon Eco.",
        "documentation": "https://gaboneco.ga/en/donnees/api"
    },
    "links": {
        "self": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH"
    }
}

GET /api/v1/indicators/{code}/observations

Values of an indicator, by area and period, in JSON or CSV.

Parameters of /api/v1/indicators/{code}/observations
Parameter Description
codeIndicator code, for example GDP_REAL_GROWTH.
geoComma separated area codes (GA, GA-1...). Default: every area holding data.
fromStart of period: year (2015), quarter (2015-Q1) or month (2015-03).
toEnd of period, same format as from.
formatjson (default) or csv.
langLanguage of texts: fr (default) or en.
Request
curl "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations?geo=GA&from=2020&to=2026"
Response 200, application/json
{
    "data": [
        {
            "geography": "GA",
            "geography_name": "Gabon",
            "period": "2020",
            "period_start": "2020-01-01",
            "value": -1.837761,
            "status": "final",
            "is_demo": false
        },
        {
            "geography": "GA",
            "geography_name": "Gabon",
            "period": "2021",
            "period_start": "2021-01-01",
            "value": 1.467957,
            "status": "final",
            "is_demo": false
        },
        {
            "geography": "GA",
            "geography_name": "Gabon",
            "period": "2022",
            "period_start": "2022-01-01",
            "value": 3.037614,
            "status": "final",
            "is_demo": false
        },
        "4 more items not shown in this example"
    ],
    "meta": {
        "indicator": {
            "code": "GDP_REAL_GROWTH",
            "name": "Real GDP growth",
            "definition": "Annual change in gross domestic product in volume terms (constant prices), in percent.",
            "frequency": "annual"
        },
        "unit": {
            "code": "percent",
            "label": "Percent",
            "symbol": "%",
            "decimals": 1
        },
        "source": {
            "name": "International Monetary Fund",
            "short_name": "IMF",
            "url": "https://www.imf.org/en/Countries/GAB"
        },
        "sources": [
            {
                "name": "International Monetary Fund",
                "short_name": "IMF",
                "url": "https://www.imf.org/en/Countries/GAB"
            }
        ],
        "status": "estimate",
        "last_updated": "2026-09-22T09:41:52+01:00",
        "is_demo": false,
        "count": 7,
        "filters": {
            "geo": [
                "GA"
            ],
            "from": "2020",
            "to": "2026"
        },
        "api_version": "1",
        "locale": "en",
        "licence": "Data redistributed under the terms of each producer (World Bank: CC BY 4.0). Credit the stated source.",
        "attribution": "Source: producer given in \"source\", via Gabon Eco.",
        "documentation": "https://gaboneco.ga/en/donnees/api"
    },
    "links": {
        "self": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations?geo=GA&from=2020&to=2026",
        "csv": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH/observations?geo=GA&from=2020&to=2026&format=csv",
        "indicator": "https://gaboneco.ga/api/v1/indicators/GDP_REAL_GROWTH"
    }
}

The same endpoint in CSV format:

Request
curl "https://gaboneco.ga/api/v1/indicators/POPULATION/observations?geo=GA-1,GA-2&format=csv"
Response 200, text/csv
indicator_code,indicator,geography_code,geography,period,value,unit,status,is_demo,source,last_updated
POPULATION,"Total population",GA-1,Estuaire,2013,895689,Persons,final,false,"General Directorate of Statistics of Gabon",2026-09-22
POPULATION,"Total population",GA-2,Haut-Ogooué,2013,250799,Persons,final,false,"General Directorate of Statistics of Gabon",2026-09-22

GET /api/v1/geographies

Geographic areas (country and provinces, ISO 3166-2:GA codes) and the indicators available for each.

Parameters of /api/v1/geographies
Parameter Description
levelLevel: country or province.
langLanguage of texts: fr (default) or en.
Request
curl "https://gaboneco.ga/api/v1/geographies?level=province"
Response 200, application/json
{
    "data": [
        {
            "code": "GA-1",
            "name": "Estuaire",
            "level": "province",
            "parent": "GA",
            "indicators": [
                "POPULATION"
            ]
        },
        {
            "code": "GA-2",
            "name": "Haut-Ogooué",
            "level": "province",
            "parent": "GA",
            "indicators": [
                "POPULATION"
            ]
        },
        "7 more items not shown in this example"
    ],
    "meta": {
        "count": 9,
        "level": "province",
        "api_version": "1",
        "locale": "en",
        "licence": "Data redistributed under the terms of each producer (World Bank: CC BY 4.0). Credit the stated source.",
        "attribution": "Source: producer given in \"source\", via Gabon Eco.",
        "documentation": "https://gaboneco.ga/en/donnees/api"
    },
    "links": {
        "self": "https://gaboneco.ga/api/v1/geographies?level=province"
    }
}

Common fields

source
Producer of the data (name, acronym, website). Credit it whenever you reuse the data.
unit
Unit of measure: code, label, symbol and advised number of decimals.
status
Status of the value: final, provisional or estimate (estimate or projection).
last_updated
Date of the last update of the series on the platform (ISO 8601).
is_demo
True for a demonstration value. Always false in production.
period
Period label: 2024, 2024-Q1 or 2024-03; period_start gives the first day.

Errors

Errors always have the same shape: an "error" object with the HTTP status, a stable code, a readable message and details when useful.

Errors
Status code Description
404not_foundUnknown indicator or endpoint.
422invalid_parameterInvalid parameter (unknown area, malformed period, unsupported format...).
429rate_limitedRequest limit reached: try again after the delay given by Retry-After.
Request
curl "https://gaboneco.ga/api/v1/indicators/UNKNOWN_CODE"
Response 404, application/json
{
    "error": {
        "status": 404,
        "code": "not_found",
        "message": "Unknown indicator or no published data: UNKNOWN_CODE."
    }
}

Limits and caching

Use without a key is limited to 60 requests per minute per IP address. Beyond that, the API answers with status 429 and a Retry-After header.

Every response states the limit and the number of requests left in the X-RateLimit-Limit and X-RateLimit-Remaining headers.

Responses are cached and refreshed automatically with every dataset publication: there is no need to query annual series more than once a day.

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 57
Retry-After: 42

Licence and credit

Gabon Eco redistributes data produced by other organisations. Reuse is subject to the terms of each producer, listed below; World Bank data are distributed under the Creative Commons Attribution 4.0 licence (CC BY 4.0).

Always credit the original source given in the "source" field, then the platform, for example: “Source: World Bank, World Development Indicators, via Gabon Eco”.

Reuse terms by source
Source Terms Credit line
World Bank, World Development Indicators (WDI) CC BY 4.0 World Bank, WDI
International Monetary Fund, World Economic Outlook (WEO) IMF terms of use IMF, World Economic Outlook
Our World in Data (Ember and Energy Institute series) CC BY for Our World in Data work; terms of each provider for third party data Our World in Data, based on Ember and Energy Institute
Direction générale de la statistique (RGPL 2013 census) Public census results DGS, RGPL 2013

OpenAPI specification

The OpenAPI 3.1 specification describes every endpoint, its parameters and the exact response format. It is generated from the code, so it is always current. Try the requests below: they query the API of this site.

  • GET /api/v1/openapi.json OpenAPI specification (JSON)
  • Keyed access: up to 600 requests per minute with a premium subscription. Send the key in the X-Api-Key header or Authorization: Bearer.
  • Institutional partners: signed sync (HMAC-SHA256) and webhooks, described in the Partners section.

Loading the interactive explorer...

Downloads

The full file of each indicator, all areas and periods, as CSV (UTF-8, comma separated) or as an Excel workbook with a metadata sheet.

Files per indicator
Indicator Code Period Source Files
Macroeconomy
Real GDP growth GDP_REAL_GROWTH 1981-2026 International Monetary Fund CSV Real GDP growth XLSX Real GDP growth
GDP in current US dollars GDP_CURRENT_USD 1980-2026 International Monetary Fund CSV GDP in current US dollars XLSX GDP in current US dollars
Nominal GDP in CFA francs GDP_CURRENT_FCFA 1980-2026 International Monetary Fund CSV Nominal GDP in CFA francs XLSX Nominal GDP in CFA francs
GDP per capita GDP_PER_CAPITA_USD 1960-2025 World Bank CSV GDP per capita XLSX GDP per capita
Real GDP per capita growth GDP_PER_CAPITA_GROWTH 1961-2025 World Bank CSV Real GDP per capita growth XLSX Real GDP per capita growth
GNI per capita (Atlas method) GNI_PER_CAPITA_ATLAS 1962-2025 World Bank CSV GNI per capita (Atlas method) XLSX GNI per capita (Atlas method)
Inflation (consumer prices) INFLATION_CPI 1980-2026 International Monetary Fund CSV Inflation (consumer prices) XLSX Inflation (consumer prices)
Inflation, end of period INFLATION_CPI_END_PERIOD 1990-2026 International Monetary Fund CSV Inflation, end of period XLSX Inflation, end of period
Gross public debt PUBLIC_DEBT_GDP 1990-2026 International Monetary Fund CSV Gross public debt XLSX Gross public debt
General government fiscal balance FISCAL_BALANCE_GDP 1990-2026 International Monetary Fund CSV General government fiscal balance XLSX General government fiscal balance
Primary fiscal balance PRIMARY_BALANCE_GDP 1990-2026 International Monetary Fund CSV Primary fiscal balance XLSX Primary fiscal balance
Government revenue GOV_REVENUE_GDP 1990-2026 International Monetary Fund CSV Government revenue XLSX Government revenue
Government expenditure GOV_EXPENDITURE_GDP 1990-2026 International Monetary Fund CSV Government expenditure XLSX Government expenditure
Current account balance CURRENT_ACCOUNT_GDP 1980-2026 International Monetary Fund CSV Current account balance XLSX Current account balance
Total investment (gross capital formation) GROSS_CAPITAL_FORMATION_GDP 1980-2026 International Monetary Fund CSV Total investment (gross capital formation) XLSX Total investment (gross capital formation)
Gross national savings GROSS_NATIONAL_SAVINGS_GDP 1980-2026 International Monetary Fund CSV Gross national savings XLSX Gross national savings
Foreign direct investment, net inflows FDI_NET_INFLOWS_USD 1970-2024 World Bank CSV Foreign direct investment, net inflows XLSX Foreign direct investment, net inflows
Foreign direct investment, net inflows (% of GDP) FDI_NET_INFLOWS_GDP 1970-2024 World Bank CSV Foreign direct investment, net inflows (% of GDP) XLSX Foreign direct investment, net inflows (% of GDP)
Exports of goods and services EXPORTS_GS_GDP 1960-2025 World Bank CSV Exports of goods and services XLSX Exports of goods and services
Imports of goods and services IMPORTS_GS_GDP 1960-2025 World Bank CSV Imports of goods and services XLSX Imports of goods and services
Merchandise exports MERCH_EXPORTS_USD 1960-2025 World Bank CSV Merchandise exports XLSX Merchandise exports
Merchandise imports MERCH_IMPORTS_USD 1960-2025 World Bank CSV Merchandise imports XLSX Merchandise imports
External debt stocks EXTERNAL_DEBT_STOCKS_USD 1970-2024 World Bank CSV External debt stocks XLSX External debt stocks
Official exchange rate (CFA francs per US dollar) EXCHANGE_RATE_USD 1960-2025 World Bank CSV Official exchange rate (CFA francs per US dollar) XLSX Official exchange rate (CFA francs per US dollar)
Industry value added (including construction) INDUSTRY_VA_GDP 1960-2025 World Bank CSV Industry value added (including construction) XLSX Industry value added (including construction)
Services value added SERVICES_VA_GDP 1960-2025 World Bank CSV Services value added XLSX Services value added
Unemployment rate UNEMPLOYMENT_RATE 1991-2025 World Bank CSV Unemployment rate XLSX Unemployment rate
Youth unemployment rate (ages 15 to 24) YOUTH_UNEMPLOYMENT_RATE 1991-2025 World Bank CSV Youth unemployment rate (ages 15 to 24) XLSX Youth unemployment rate (ages 15 to 24)
Labour force participation rate (15 and over) LABOUR_FORCE_PARTICIPATION 1990-2025 World Bank CSV Labour force participation rate (15 and over) XLSX Labour force participation rate (15 and over)
New business density NEW_BUSINESS_DENSITY 2006-2024 World Bank CSV New business density XLSX New business density
Total population POPULATION 1960-2025 World Bank CSV Total population XLSX Total population
Population growth POPULATION_GROWTH 1961-2025 World Bank CSV Population growth XLSX Population growth
Urban population URBAN_POPULATION_SHARE 1960-2025 World Bank CSV Urban population XLSX Urban population
Life expectancy at birth LIFE_EXPECTANCY 1960-2024 World Bank CSV Life expectancy at birth XLSX Life expectancy at birth
Total fertility rate FERTILITY_RATE 1960-2024 World Bank CSV Total fertility rate XLSX Total fertility rate
Under-five mortality rate UNDER5_MORTALITY 1960-2024 World Bank CSV Under-five mortality rate XLSX Under-five mortality rate
Current health expenditure HEALTH_EXPENDITURE_GDP 2000-2023 World Bank CSV Current health expenditure XLSX Current health expenditure
Primary school gross enrolment ratio PRIMARY_ENROLMENT_GROSS 1971-2019 World Bank CSV Primary school gross enrolment ratio XLSX Primary school gross enrolment ratio
Secondary school gross enrolment ratio SECONDARY_ENROLMENT_GROSS 1971-2019 World Bank CSV Secondary school gross enrolment ratio XLSX Secondary school gross enrolment ratio
Government expenditure on education EDUCATION_EXPENDITURE_GDP 1992-2023 World Bank CSV Government expenditure on education XLSX Government expenditure on education
Greenhouse gas emissions (excluding LULUCF) GHG_EMISSIONS 1970-2024 World Bank CSV Greenhouse gas emissions (excluding LULUCF) XLSX Greenhouse gas emissions (excluding LULUCF)
Mining, gas and hydrocarbons
Crude oil production CRUDE_OIL_PRODUCTION 2010-2025 Organization of the Petroleum Exporting Countries CSV Crude oil production XLSX Crude oil production
Natural gas production NATURAL_GAS_PRODUCTION 2010-2024 Organization of the Petroleum Exporting Countries CSV Natural gas production XLSX Natural gas production
Manganese ore production MANGANESE_PRODUCTION 2010-2025 U.S. Geological Survey CSV Manganese ore production XLSX Manganese ore production
Total natural resources rents NATURAL_RESOURCE_RENTS_GDP 1970-2021 World Bank CSV Total natural resources rents XLSX Total natural resources rents
Oil rents OIL_RENTS_GDP 1970-2021 World Bank CSV Oil rents XLSX Oil rents
Fuel share of merchandise exports FUEL_EXPORTS_SHARE 1962-2023 World Bank CSV Fuel share of merchandise exports XLSX Fuel share of merchandise exports
Oil production (energy content) OIL_PRODUCTION_ENERGY 1965-2025 Our World in Data CSV Oil production (energy content) XLSX Oil production (energy content)
Natural gas rents GAS_RENTS_GDP 1971-2021 World Bank CSV Natural gas rents XLSX Natural gas rents
Natural gas production (energy content) GAS_PRODUCTION_ENERGY 1980-2024 Our World in Data CSV Natural gas production (energy content) XLSX Natural gas production (energy content)
Mineral rents MINERAL_RENTS_GDP 1970-2021 World Bank CSV Mineral rents XLSX Mineral rents
Ores and metals share of merchandise exports ORES_METALS_EXPORTS_SHARE 1962-2023 World Bank CSV Ores and metals share of merchandise exports XLSX Ores and metals share of merchandise exports
Industry and processing
Veneer and sawn wood exports WOOD_PRODUCTS_EXPORTS 2010-2024 Food and Agriculture Organization of the United Nations (FAOSTAT) CSV Veneer and sawn wood exports XLSX Veneer and sawn wood exports
Access to basic drinking water BASIC_DRINKING_WATER 2000-2024 World Bank CSV Access to basic drinking water XLSX Access to basic drinking water
Forest area (% of land area) FOREST_AREA_SHARE 1990-2023 World Bank CSV Forest area (% of land area) XLSX Forest area (% of land area)
Forest area FOREST_AREA_KM2 1990-2023 World Bank CSV Forest area XLSX Forest area
Forest rents FOREST_RENTS_GDP 1970-2021 World Bank CSV Forest rents XLSX Forest rents
Agricultural raw materials share of exports AGRI_RAW_MATERIALS_EXPORTS_SHARE 1962-2023 World Bank CSV Agricultural raw materials share of exports XLSX Agricultural raw materials share of exports
Access to electricity ELECTRICITY_ACCESS 2000-2024 World Bank CSV Access to electricity XLSX Access to electricity
Access to electricity, rural ELECTRICITY_ACCESS_RURAL 2000-2024 World Bank CSV Access to electricity, rural XLSX Access to electricity, rural
Electricity generation ELECTRICITY_GENERATION 2000-2024 Our World in Data CSV Electricity generation XLSX Electricity generation
Hydropower share of electricity generation ELECTRICITY_HYDRO_SHARE 2000-2024 Our World in Data CSV Hydropower share of electricity generation XLSX Hydropower share of electricity generation
Renewable share of electricity generation ELECTRICITY_RENEWABLE_SHARE 2000-2024 Our World in Data CSV Renewable share of electricity generation XLSX Renewable share of electricity generation
Renewable share of final energy consumption RENEWABLE_ENERGY_CONSUMPTION_SHARE 1990-2021 World Bank CSV Renewable share of final energy consumption XLSX Renewable share of final energy consumption
Access to clean cooking fuels CLEAN_COOKING_ACCESS 2000-2023 World Bank CSV Access to clean cooking fuels XLSX Access to clean cooking fuels
Manufacturing value added MANUFACTURING_VA_GDP 1965-2025 World Bank CSV Manufacturing value added XLSX Manufacturing value added
Food share of merchandise imports FOOD_IMPORTS_SHARE 1962-2023 World Bank CSV Food share of merchandise imports XLSX Food share of merchandise imports
Agriculture and fisheries
Agriculture, forestry and fishing value added AGRICULTURE_VA_GDP 1960-2025 World Bank CSV Agriculture, forestry and fishing value added XLSX Agriculture, forestry and fishing value added
Cereal production CEREAL_PRODUCTION 1961-2024 World Bank CSV Cereal production XLSX Cereal production
Total fisheries production FISHERIES_PRODUCTION 1960-2024 World Bank CSV Total fisheries production XLSX Total fisheries production
Agricultural land (% of land area) AGRICULTURAL_LAND_SHARE 1961-2023 World Bank CSV Agricultural land (% of land area) XLSX Agricultural land (% of land area)
Digital and telecoms
Mobile cellular subscriptions MOBILE_SUBSCRIPTIONS 1960-2024 World Bank CSV Mobile cellular subscriptions XLSX Mobile cellular subscriptions
Internet users INTERNET_USERS 1990-2024 World Bank CSV Internet users XLSX Internet users
Fixed broadband subscriptions FIXED_BROADBAND 2003-2024 World Bank CSV Fixed broadband subscriptions XLSX Fixed broadband subscriptions
Secure Internet servers SECURE_SERVERS 2010-2024 World Bank CSV Secure Internet servers XLSX Secure Internet servers
Logistics and transport
Port of Owendo traffic PORT_OWENDO_TRAFFIC 2011-2018 Espaces Africains journal (peer-reviewed article) CSV Port of Owendo traffic XLSX Port of Owendo traffic
Container port traffic CONTAINER_PORT_TRAFFIC 2010-2024 World Bank CSV Container port traffic XLSX Container port traffic
Air passengers carried AIR_PASSENGERS 1970-2016 World Bank CSV Air passengers carried XLSX Air passengers carried
Logistics performance index (LPI) LPI_OVERALL 2007-2022 World Bank CSV Logistics performance index (LPI) XLSX Logistics performance index (LPI)
Tourism
International tourist arrivals TOURISM_ARRIVALS 1995-2005 World Bank CSV International tourist arrivals XLSX International tourist arrivals
International tourism receipts TOURISM_RECEIPTS_USD 1995-2015 World Bank CSV International tourism receipts XLSX International tourism receipts
Financial services
Domestic credit to the private sector PRIVATE_CREDIT_GDP 1960-2019 World Bank CSV Domestic credit to the private sector XLSX Domestic credit to the private sector
Broad money (M2) BROAD_MONEY_GDP 1960-2019 World Bank CSV Broad money (M2) XLSX Broad money (M2)
Account ownership ACCOUNT_OWNERSHIP 2011-2024 World Bank CSV Account ownership XLSX Account ownership
Gabon Eco AI