list_tables
Get the list of presentation tables available from the IMF.
Examples
from openbb import obb
# Get the list of available presentation tables.
obb.imf_utils.list_tables()
Parameters
- standard
Returns
results: list[ImfTableMetadata]
Serializable results.
provider: str
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.