Skip to main content

list_dataflows

list all available IMF dataflows.

Returns an OBBject containing either a JSON dictionary of dataflows or a markdown string under the 'results' attribute.

Parameters

output_format: Literal['json', 'markdown']
Default: json


Returns

results: Any

Serializable results.

provider: str

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


On this page