REST API
Console
CLI
Natural Language
SDKs in 16 Languages

The Financial Data Layer
for Your Application

Build spend trackers, wealth dashboards, lending engines, or financial advisory tools. 8pimax aggregates data from every major bank in the world into your app through one integration — via API, CLI, console, or natural language.

Bring your own provider keys. Zero data retention. We relay and normalize — you build the value.

Spend AnalyticsWealth DashboardsLending DecisionsFinancial Health ScoresCash Flow ForecastingInvestment AdvisoryExpense ManagementAccount Aggregation
37+
Connectors
6
Continents
5
Ways to Integrate
0
Data Retained

43+ connectors power your app — bring your own keys, pay providers directly

PlaidTrueLayerTinkYodleeMXFinicityBelvoMonoBasiqNordigenYapily+32 more

What You Can Build With 8pimax

Give your users the advantage of aggregated financial data. Help them understand their spending, improve their financial health, get better advice, and access the right financial products.

Spend Analytics

Help users understand where their money goes. Categorize transactions across all their bank accounts, surface patterns, and flag anomalies.

"You spent 23% more on dining this month across Chase and Barclays"

Financial Health Scores

Compute holistic financial wellness from balances, income patterns, debt ratios, and savings trends across every connected institution.

Score: 74/100 — Savings rate up 8%, debt-to-income ratio improving

Investment Advisory

Aggregate portfolio data from brokerage accounts, pensions, and crypto wallets. Build robo-advisors, rebalancing tools, or performance dashboards.

Portfolio across 3 brokers: $142K equities, $38K bonds, $12K crypto

Cash Flow Forecasting

Predict future balances by analyzing recurring income, scheduled payments, and spending patterns from historical transaction data.

Projected balance in 30 days: $4,230 (3 bills pending, salary on 28th)

Lending & Credit Decisions

Underwrite loans faster with real-time bank data. Verify income, assess affordability, and detect risk signals without manual document uploads.

Verified monthly income: $8,400 | Avg monthly commitments: $3,200

Expense Management

Build corporate expense tools that pull transactions from company cards and bank accounts. Auto-categorize, flag policy violations, and generate reports.

Team travel Q1: $24,300 across 12 cards — 2 policy exceptions flagged

Account Aggregation Platforms

Create financial dashboards where users see all their bank accounts, credit cards, investments, and pensions in one place.

5 banks, 12 accounts, $87K total balance — synced 2 minutes ago

Financial Product Marketplace

Use real financial data to match users with the right savings accounts, credit cards, mortgages, or insurance products.

Based on your spending, switching to Card X saves you $340/year

Five Ways to Build With 8pimax

16 native SDKs, a REST API, CLI, web console, and natural language. Every method returns the same normalized data from every bank.

Native SDKs for every language and platform

16 official SDKs — from backend to mobile to data science. Every SDK provides the same unified API: accounts, transactions, balances, identity, aggregation, and webhooks. Install in seconds, ship in minutes.

Best for: Every developer, every stack, every platform

Install:npm install @8pimax/sdk
import { Pimax } from "@8pimax/sdk";

const pimax = new Pimax({ apiKey: "pi_live_..." });

const accounts = await pimax.accounts.list();
const txns = await pimax.transactions.list({
  start_date: "2024-01-01",
  categories: ["travel", "dining"],
});

Add Financial Data in Minutes

16 SDKs, CLI, REST API, or natural language — pick the integration that fits your stack. Every method returns the same normalized data from every bank.

TypeScript
import { Pimax } from "@8pimax/sdk";

const pimax = new Pimax({ apiKey: "pi_live_..." });

// List all connected bank accounts
const accounts = await pimax.accounts.list();

// Aggregate balances across every connected bank
const balances = await pimax.aggregate.balances([
  { provider: "plaid", connection_id: "conn_123" },
  { provider: "teller", connection_id: "conn_456" },
]);

From Zero to Financial Data in Your App

Three steps to add aggregated bank data to your application. Start with sandbox data, go live when you're ready.

1

Sign Up and Get Your API Key

Create a free sandbox account in seconds. No credit card. You get instant access to simulated bank data from every supported provider so you can start building immediately.

$ pimax auth login ✓ Logged in. Sandbox API key: pi_sand_abc123...
2

Connect Your Users' Banks

Use the Link flow to let your users securely connect their bank accounts. Bring your own Plaid, TrueLayer, or Yodlee keys — or test with sandbox data first. One integration handles them all.

const session = await pimax.link.create({ provider: 'plaid' }); // Redirect user to session.url → they authorize → you get normalized data
3

Build Value From the Data

Pull normalized accounts, transactions, and balances into your app. Build spend trackers, lending decisions, financial health scores, cash flow forecasts — whatever creates value for your users.

const txns = await pimax.transactions.list({ from: '2024-01-01' }); const insights = buildSpendAnalytics(txns); // Your value layer

The Platform Layer Between You and Every Bank

Stop building separate integrations for every banking provider. 8pimax normalizes financial data from 43+ connectors into one consistent model so you can focus on building value for your users.

Unified Data Model

Accounts, transactions, balances, and identities from every provider normalized into one schema. Build once against our model — it works across every bank.

43+ Provider Connectors

Plaid, TrueLayer, Yodlee, Tink, MX, Basiq, Belvo, Mono, and more. One integration gives your app access to every major financial institution globally.

Bring Your Own Keys

Use your existing provider credentials. You own the provider relationship and data access. 8pimax is the relay and normalization layer — nothing more.

Universal Sandbox

Test with simulated bank data from every provider instantly. No individual aggregator signups needed — start building your app in minutes.

Zero Data Retention

Financial data exists only in memory during the relay. Nothing is stored on disk. Your users' bank data passes through and is gone.

Real-Time Webhooks

Get notified when accounts sync, new transactions arrive, or connection status changes. Build reactive financial data pipelines for your app.

Natural Language Queries

Query financial data in plain English from the CLI or console. Sensei AI helps you explore data, debug integrations, and generate code across all connected providers.

Bank-Grade Security

All credentials encrypted at rest and in transit. Per-tenant isolation, audit logging, and SOC 2 aligned architecture protect your users' data.

Powered by Sensei AI

Build Faster with Natural Language

Sensei is your AI-powered CLI and console assistant. Explore data across institutions, debug integrations, and vibe code your way to production — all in plain English.

pimax — sensei
$ pimax "which banks in Nigeria support transaction sync?"

What Developers Ask

"How do I enable banks in Africa for my app?"

Discover available institutions by region

"How do I connect my users to their mortgage data?"

Integrate asset and liability accounts

"How do I sync my users' transactions in real time?"

Set up webhooks and polling strategies

"Generate code that categorises my users' spending across multiple banks"

Vibe code your integration

"Write a reconnection flow for when a user's bank token expires"

Scaffold features in seconds

Built for Teams Shipping Financial Products

Everything you need to build, test, and operate financial data features in your application — from sandbox to production at scale.

16 Native SDKs & CLI

Official SDKs for TypeScript, Python, Go, Java, C#/.NET, Rust, C++, PHP, Ruby, Swift, Kotlin, Dart, Flutter, React Native, Elixir, and R — plus a full-featured CLI.

Sensei AI

AI assistant built into the console and CLI. Explore data, debug integrations, and generate code — all in plain English.

Developer Console

Visual explorer for browsing accounts, transactions, and balances. Manage connections, API keys, and monitor usage.

Usage Dashboard

Real-time visibility into API calls, connection counts, data volume, and costs. Set usage alerts and budget limits.

Webhooks

Get notified when account data changes, new transactions arrive, or connection status updates. Build real-time financial data pipelines.

Provider Health

Live status monitoring for every supported banking provider and data connector. Know instantly when a provider has issues.

Simple, Transparent Pricing

Free sandbox to build and test your app. Pay only for the relay layer when you go live.

Bring Your Own Keys (BYOK): Use your existing provider credentials (Plaid, TrueLayer, etc.) and pay them directly. 8pimax charges for the unified platform layer only. Zero data retention — we act as a relay.
Developer
Sandbox
$0.00forever

Build and test with simulated bank data

  • Unlimited sandbox API calls
  • Universal sandbox (all providers)
  • SDKs (TypeScript, Python, Go)
  • Interactive API explorer
  • Test webhooks locally
  • Community support
Start Building
Startup
Production
$99.00/month

Go live with real bank connections

  • 100,000 API calls/month
  • 500 connections managed
  • 5 provider integrations
  • Production webhooks
  • 30-day data retention
  • Email support (48h SLA)
Start Free Trial
Scale
Enterprise
$1,999/month

For enterprise data platforms

  • 10,000,000 API calls/month
  • 50,000 connections managed
  • Unlimited providers
  • Anomaly detection
  • Dedicated CSM
  • 365-day data retention
  • 99.9% SLA guarantee
  • 4-hour support SLA
Contact Sales

Usage-Based Overages

Go over your plan limits? Pay only for what you use.

$0.50
per 1,000 API calls
$0.10
per connection/month

Global Financial Data Coverage

Access bank data from every major market. 38 provider connectors across 46 countries on 6 continents — one unified API.

North America(3)
Europe(16)
Latin America(5)
Africa(4)
Asia-Pacific(14)
Middle East(4)
46
Countries
38
Provider Connectors
6
Continents
0
Data Retained

Add Financial Data to Your App Today

Free sandbox with simulated bank data. No credit card required. Build spend trackers, wealth dashboards, lending tools, or any financial product — integrate your way via API, CLI, console, or natural language.

API
Console
CLI
Natural Language

Built with 8pimax

See What You Can Build

3Sry uses 8pimax to connect to 5,000+ banks across USA, Canada, UK and Europe — giving business owners instant financial intelligence without the spreadsheets.

3Sry logo/θriː ʃriː/ — Sry: Sanskrit for wealth

Financial health checks, AI-powered insights, and clear analysis for time-pressed business leaders — all in minutes, not hours.

Visit
Daily Cash Story
Liquidity Health Index
Cash Flow Forecasting
Expense & Income Analysis
AI Sensei Chat
Receivables & Payables Insights
Integrates withFreshBooksQuickBooksSage+5,000+ banks via 8pimax

Your App Gets Access to Banks & Connectors Worldwide

Banks & Financial Institutions
JPMorgan ChaseBank of AmericaWells FargoCitibankGoldman SachsMorgan StanleyHSBCBarclaysDeutsche BankUBSBNP ParibasCredit SuisseSantanderINGStandard CharteredRoyal Bank of CanadaTD BankCommonwealth BankANZWestpacDBS BankOCBCNordeaRabobankLloydsNatWestRevolutN26MonzoStarling BankNubankChimeSoFiAlly BankCapital OneDiscoverAmerican ExpressCharles SchwabFidelityInteractive BrokersJPMorgan ChaseBank of AmericaWells FargoCitibankGoldman SachsMorgan StanleyHSBCBarclaysDeutsche BankUBSBNP ParibasCredit SuisseSantanderINGStandard CharteredRoyal Bank of CanadaTD BankCommonwealth BankANZWestpacDBS BankOCBCNordeaRabobankLloydsNatWestRevolutN26MonzoStarling BankNubankChimeSoFiAlly BankCapital OneDiscoverAmerican ExpressCharles SchwabFidelityInteractive Brokers
Data Connectors & Aggregators
PlaidTrueLayerTinkYodleeMXFinicityBelvoMonoBasiqNordigenYapilySalt EdgeFlinksTellerAkoyaStitchOkraBrickSetuBrankasLean TechnologiesTarabutPrometeoKontomatikToken.ioBud FinancialMoneyhubPlaid (UK)Open Banking APIPSD2 ConnectorsPlaidTrueLayerTinkYodleeMXFinicityBelvoMonoBasiqNordigenYapilySalt EdgeFlinksTellerAkoyaStitchOkraBrickSetuBrankasLean TechnologiesTarabutPrometeoKontomatikToken.ioBud FinancialMoneyhubPlaid (UK)Open Banking APIPSD2 Connectors

8pimax is the vision of a Product and Tech leader who has worked at top financial institutions

J.P.MorganBarclaysCitiDeutsche BankWestern UnionRemit2India