Skip to main content

https://datahelp.imf.org/knowledgebase/articles/630877-api

Project description

OpenBB IMF Provider Extension

This package adds the openbb-imf provider extension to the Open Data Platform by OpenBB.

It provides everything you need - endpoints, tools, and metadata - to access and explore the entirety of https://data.imf.org, without any previous experience working with it.

Installation

Install from PyPI with:

pip install openbb-imf

Then build the Python static assets by running:

openbb-build

Quick Start

The fastest way to get started is by connecting to the OpenBB Workspace as a custom backend.

Start Server

openbb-api

This starts the FastAPI server over localhost on port 6900.

Add to Workspace

See the documentation here for more details.

Click to Open App

Once added, click on the app to open the dashboard.

The dashboard contains widgets with metadata and information, as well ones for exploring and retrieving the data.

Implementation Details

IMF is a SDMX API, and they organize their data by "dataflows". You can think of these as databases. Each one has their own definitions for parameters and output. Some definitions are shared, others are domain-specific. In SDMX, query models are expressed as dimensions, and data models as attributes.

The extension comes with a base level of metadata used for normalizing, translating, and validating inputs and outputs. When mapping requires a code list that is not included, a network request is made to retrieve it.

User input is validated by calling the constraints API for each dimension. The cached metadata contains all the potential values for parameters, but the availability of each is determined by other choices - country, frequency, etc. When making the actual request for data, parameters are tested for compatibility in the sequence defined by the data structure definition. Invalid parameter combinations are returned as helpful error messages with descriptions of what went wrong and what the valid choices are.

The output converts ID codes into human-readable labels, and includes dataset and series metadata in a separate object.

Indicators

In this library, we refer to indicators as "indicator-like" dimensions within individual dataflows. It includes dimensions like COICOP_1999, so items such as CPI All Items, or Clothing and footwear, are considered.

The IMF codes for these values - _T, CP01, etc. - are used to construct ticker-like symbols.

Presentation Tables

Presentation tables are built from hierarchical code lists defining the parent-child relationship between individual series.

Internally, table IDs are prefixed with H_ - i.e, H_BOP_BOP_AGG_STANDARD_PRESENTATION.

The symbology allows entering references to tables, or indicators.

Symbology

The Open Data Platform generally refers to all time series IDs as a symbol. Requesting time series data or presentation tables requires a symbol constructed from the dataflow ID and the indicator-like dimensions, split with ::.

CPI::CPI returns all series for CPI under the TYPE_OF_INDEX dimension.

CPI::CPI_CP01 returns just component of CPI, Food and non-alcoholic beverages.

The symbol mapper matches the items after :: intelligently to its corresponding dimension. Entering, CPI::CP01, gets the same result as, CPI::CPI_CP01.

CPI::CPI__T returns just the top-level, All Items.

CPI::H_CPI_BY_COMPONENT returns the entire presentation table, Consumer Price Index (CPI) by Component.

Use, obb.imf_utils.list_tables(), for a list of tables and their symbol.

Use, obb.economy.available_indicators(provider='imf', query='), to search for, or list all, individual time series and symbols.

This example lists all the indicators in the CPI and PI dataflows.

from openbb import obb

indicators = obb.economy.available_indicators(provider="imf", dataflows="CPI,PI")

print(indicators.to_dict("records"))
...
 {'symbol_root': 'CP01',
  'symbol': 'CPI::CP01',
  'description': 'Food and non-alcoholic beverages',
  'agency_id': 'IMF.STA',
  'dataflow_id': 'CPI',
  'dataflow_name': 'Consumer Price Index (CPI)',
  'structure_id': 'DSD_CPI',
  'dimension_id': 'COICOP_1999',
  'long_description': 'Food and non-alcholoic beverages consumer price index is produced using prices related to food items and non-alcoholic beverages such as fresh produce, packaged foods, and beverages excluding alcoholic drinks, aggregated by their respective consumer expenditure weights.',
  'member_of': ['CPI::H_CPI_BY_COMPONENT']},
...

Coverage

All data available from https://data.imf.org/en/Data-Explorer can be retrieved, via obb.economy.indicators(provider='imf', **kwargs).

Additionally, there are endpoints for some Port Watch items (not part of the Data Explorer).

The extension creates a router path, imf_utils, that exposes utility functions for UI integrations and metadata lookup.

Endpoints

  • obb.economy.available_indicators
  • obb.economy.indicators
  • obb.economy.cpi
  • obb.economy.direction_of_trade
  • obb.economy.shipping.chokepoint_info
  • obb.economy.shipping.chokepoint_volume
  • obb.economy.shipping.port_info
  • obb.economy.shipping.port_volume
  • obb.imf_utils.get_dataflow_dimensions
  • obb.imf_utils.list_dataflow_choices
  • obb.imf_utils.list_dataflows
  • obb.imf_utils.list_indicators_by_dataflow
  • obb.imf_utils.list_port_id_choices
  • obb.imf_utils.list_table_choices
  • obb.imf_utils.list_tables
  • obb.imf_utils.presentation_table
  • obb.imf_utils.presentation_table_choices

"Choices" endpoints are utilized by OpenBB Workspace to populate widget dropdown menus.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openbb_imf-2.1.1.tar.gz (3.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openbb_imf-2.1.1-py3-none-any.whl (3.1 MB view details)

Uploaded Python 3

File details

Details for the file openbb_imf-2.1.1.tar.gz.

File metadata

  • Download URL: openbb_imf-2.1.1.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.3 CPython/3.13.11 Darwin/25.3.0

File hashes

Hashes for openbb_imf-2.1.1.tar.gz
Algorithm Hash digest
SHA256 ee5ff11ffe15ad429414d8a1743b8fa14051d373044cabf8204cfef4fda0644f
MD5 83e532c2008a348f8466ecc5f342801a
BLAKE2b-256 411ad8d787cf1db4ba2e0dd85e9e62819072537bcdb8ee56a33a3c23173601bc

See more details on using hashes here.

File details

Details for the file openbb_imf-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: openbb_imf-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.3 CPython/3.13.11 Darwin/25.3.0

File hashes

Hashes for openbb_imf-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b6f43fd4a4a1013c07ae935e38fd8052188ff7ce285019d77f618aa8f6d2bbee
MD5 da7b62c78c933b5864fb5a9493a94f76
BLAKE2b-256 355ebce274992c8dcdf5219ab1bd3930b09523559ad7d36de387cd1c5098cddb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page