{
  "schema_version": "v1",
  "name_for_human": "Banking Atlas",
  "name_for_model": "banking_atlas",
  "description_for_human": "Compare financial KPIs of banks across 40+ countries using data from FDIC, EBA, APRA, OSFI, NBU, and central banks.",
  "description_for_model": "Banking Atlas provides financial KPI data for banks across 40+ countries. Use the API to query bank-level and country-level metrics including ROE, ROA, Cost/Income ratio, leverage, balance sheet composition, and growth rates. Data sourced from FDIC, EBA Transparency Exercise, APRA, OSFI, NBU, and central bank publications.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "custom",
    "url": "https://bankingatlas.com/?page=api",
    "has_user_authentication": false
  },
  "logo_url": "https://bankingatlas.com/static/logo.png",
  "contact_email": "",
  "legal_info_url": "https://bankingatlas.com/about",
  "endpoints": {
    "summary": "https://bankingatlas.com/api/summary",
    "docs": "https://bankingatlas.com/?page=api",
    "docs_json": "https://bankingatlas.com/api/docs",
    "banks": "https://bankingatlas.com/api/banks",
    "bank_financials": "https://bankingatlas.com/api/banks/{bank_code}/financials",
    "countries": "https://bankingatlas.com/api/countries",
    "country_financials": "https://bankingatlas.com/api/countries/{iso3}/financials",
    "country_distribution": "https://bankingatlas.com/api/countries/{iso3}/distribution",
    "country_concentration": "https://bankingatlas.com/api/countries/{iso3}/concentration",
    "compare": "https://bankingatlas.com/api/compare",
    "kpi_definitions": "https://bankingatlas.com/api/kpis",
    "panel_data": "https://bankingatlas.com/api/panel"
  }
}