Install
openclaw skills install @agentpmt/global-financial-inclusion-banking-dataGlobal Financial Inclusion & Banking Data: Query bank account ownership, credit access, financial inclusion gender gaps, stock market. Use when an agent needs global financial inclusion & banking data, financial sector banking, research bank account ownership rates by country, compare financial inclusion across regions, analyze credit access and lending conditions, study gender gaps in financial services, query financial data, country or region through AgentPMT-hosted remote tool calls.
openclaw skills install @agentpmt/global-financial-inclusion-banking-dataLast updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Explore financial inclusion and banking data for any country in the world. Look up bank account ownership rates, credit access, gender gaps in financial services, stock market capitalization, and remittance flows. Compare how countries stack up on financial access, track progress toward universal banking, and identify where financial gaps remain — all from a comprehensive global data set.
Access comprehensive World Bank financial indicators including bank account ownership, credit access, financial inclusion metrics, stock market data, remittances, and mobile money adoption through a natural language query interface with gender gap analysis and global comparisons.
This tool provides natural language access to World Bank financial sector data covering financial inclusion (Global Findex), banking infrastructure, credit and lending rates, stock markets, remittances, and mobile money adoption. It supports automatic gender gap calculations, global average comparisons, and SDG alignment tracking (SDG 1, 5, 8.10, 10).
Data is sourced from the World Bank Data API including the Global Findex Database, Financial Sector Indicators, International Debt Statistics, and World Development Indicators.
Query financial sector indicators for any country or region.
"query_financial_data"country_or_region (string, default: "World"): Country name or ISO3 code
"United States", "India", "Kenya", "Nigeria""USA", "IND", "KEN""World"financial_aspect (string, default: "all"): Financial category to query
"banking" - Account ownership, bank branches per 100k adults, ATM density, bank deposit ratios"credit" - Domestic credit to private sector (% GDP), borrowing rates, lending interest rate"inclusion" - Account ownership by gender (male/female), mobile money accounts, savings at financial institutions"markets" - Stock market capitalization (% GDP), trading volume, turnover ratio"remittances" - Remittances received (% GDP and USD), remittances sent (USD)"all" - All financial indicators (19 indicators)calculate_gender_gaps (boolean, default: true): Calculate gender disparities in financial inclusion. Returns male/female values, gap in percentage points, relative gap percentage, and status (male advantage/female advantage/equal). Only applies when financial_aspect is "inclusion", "all", or null.
time_period (string, default: "latest"): Time period for data retrieval
"latest" - Fetches the last 10 years and returns the most recent non-null value"YYYY" - Single specific year (e.g., "2021"), must be between 1960 and current year"YYYY:YYYY" - Year range (e.g., "2017:2021"), both years must be between 1960 and current yearinclude_targets (boolean, default: true): Include Global Findex targets (Universal Financial Access by 2030, 80% account ownership target, gender gap elimination) and SDG alignment information (SDG 1, 5, 8.10, 10) in the response
{
"action": "query_financial_data",
"country_or_region": "Nigeria",
"financial_aspect": "inclusion",
"calculate_gender_gaps": true
}
{
"action": "query_financial_data",
"country_or_region": "Switzerland",
"financial_aspect": "banking"
}
{
"action": "query_financial_data",
"country_or_region": "United States",
"financial_aspect": "markets"
}
{
"action": "query_financial_data",
"country_or_region": "Philippines",
"financial_aspect": "remittances"
}
{
"action": "query_financial_data",
"country_or_region": "World",
"financial_aspect": "all",
"include_targets": true
}
{
"action": "query_financial_data",
"country_or_region": "India",
"financial_aspect": "inclusion",
"calculate_gender_gaps": true,
"time_period": "2017:2021"
}
Responses include:
value: The numeric value (null if no data available)date: Year of the data pointcountry: Country name from APIindicator: Full indicator descriptionunit: Unit of measurementglobal_comparison (for non-World queries): global_average, difference_absolute, difference_pct, comparison ("above global average"/"below global average")error: Error message if data fetch failedcalculate_gender_gaps is true and inclusion data available): male_value, female_value, gap_percentage_points, gap_relative_pct, statusinclude_targets is true): Universal Financial Access by 2030 target, 80% account ownership target, gender gap elimination targetinclude_targets is true): SDG 1, 5, 8.10, and 10 alignment descriptions| Indicator | Unit | Description |
|---|---|---|
| account_ownership | % age 15+ | Population with financial account |
| account_male | % age 15+ | Male account ownership |
| account_female | % age 15+ | Female account ownership |
| mobile_money_account | % age 15+ | Mobile money service adoption |
| saved_financial_institution | % age 15+ | Saved at a bank or financial institution |
| borrowed_financial_institution | % age 15+ | Borrowed from formal financial sources |
| Indicator | Unit | Description |
|---|---|---|
| bank_branches | per 100,000 adults | Commercial bank branch density |
| atm_per_100k | per 100,000 adults | ATM density |
| bank_deposits_gdp | % | Bank liquid reserves to assets ratio |
| Indicator | Unit | Description |
|---|---|---|
| domestic_credit_private | % of GDP | Domestic credit to private sector |
| lending_rate | % | Lending interest rate |
| deposit_rate | % | Deposit interest rate |
| real_interest_rate | % | Real interest rate |
| Indicator | Unit | Description |
|---|---|---|
| stock_market_cap | % of GDP | Market capitalization |
| stock_traded | % of GDP | Total value of stocks traded |
| stock_turnover | ratio | Stocks traded turnover ratio |
| Indicator | Unit | Description |
|---|---|---|
| remittances_received | % of GDP | Personal remittances received |
| remittances_received_usd | current US$ | Remittances received absolute |
| remittances_sent | current US$ | Personal remittances sent |
financial_aspect: "inclusion" with calculate_gender_gaps: true to get account ownership rates, gender disparities, mobile money adoption, and financial access gapsfinancial_aspect: "banking" to assess bank branch density, ATM availability, and compare against global averagesfinancial_aspect: "credit" to analyze lending rates, domestic credit levels, and borrowing accessfinancial_aspect: "remittances" for countries with significant diaspora to understand remittance flows as percentage of GDPfinancial_aspect: "all" with include_targets: true to track progress toward Universal Financial Access 2030 targetstime_period is "latest", the tool fetches the last 10 years and returns the most recent non-null valuesuccess: false with a message$0.05 per request
Global Financial Inclusion & Banking Data on AgentPMT.query_financial_data.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 availability: not enabled for this product.
query_financial_data (action slug: query-financial-data): Fetch financial sector indicators for a country or region, including bank account ownership, credit access, financial inclusion gender gaps, stock market data, remittances, and mobile money adoption with global comparisons. Price: 20 credits. Parameters: calculate_gender_gaps, country_or_region, financial_aspect, include_targets, time_period.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "financial-sector-banking".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "financial-sector-banking", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "financial-sector-banking"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "financial-sector-banking"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "financial-sector-banking"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "financial-sector-banking"
}
}
Product slug: financial-sector-banking
Marketplace page: https://www.agentpmt.com/marketplace/financial-sector-banking
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Global-Financial-Inclusion--Banking-Data",
"arguments": {
"action": "query_financial_data",
"calculate_gender_gaps": true,
"country_or_region": "World",
"financial_aspect": "all",
"include_targets": true,
"time_period": "latest"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "financial-sector-banking",
"parameters": {
"action": "query_financial_data",
"calculate_gender_gaps": true,
"country_or_region": "World",
"financial_aspect": "all",
"include_targets": true,
"time_period": "latest"
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.query_financial_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)