Avaloq website screenshot

Avaloq

Avaloq is a leading provider of wealth management technology and digital banking solutions, offering over 7,500 REST API endpoints for financial services integration. The platform connects more than 170 financial institutions with 200+ fintech partners through Community APIs, Standard Adapters, and certified integrations for banking, wealth management, payments, and compliance.

7 APIs 8 Features
BankingDigital BankingFinancial ServicesFintechPaymentsWealth Management

APIs

Avaloq Banking API

Core banking API providing access to account management, transactions, and customer data for wealth management and digital banking solutions. Supports over 7,500 REST API endpoi...

Avaloq Wealth Management API

Wealth management API providing investment portfolio management, client advisory, and asset management capabilities. Integrates with BlackRock Aladdin for institutional-grade in...

Avaloq Payments API

Payments processing API supporting domestic and international payment instructions, SEPA transfers, SWIFT messaging, and real-time payment rails for banking clients.

Avaloq Client Management API

Client onboarding, KYC, and relationship management API for banking and wealth management institutions. Provides customer data management, document collection, and compliance sc...

Avaloq Trading API

Order management and trading API for executing equity, fixed income, and multi-asset trades through the Avaloq banking platform. Supports order lifecycle management, execution, ...

Avaloq Compliance & Risk API

Regulatory compliance and risk management API covering AML monitoring, sanctions screening, regulatory reporting, and treasury risk for banking institutions. Supports FINMA, MiF...

Avaloq Community API

Community APIs for fintech integration providing simplified REST endpoints for connecting third-party applications with the Avaloq banking platform. Pre-vetted by Avaloq for sec...

Collections

Pricing Plans

Avaloq Plans Pricing

2 plans

PLANS

Rate Limits

Avaloq Rate Limits

1 limits

RATE LIMITS

FinOps

Avaloq Finops

FINOPS

Features

7500+ REST API Endpoints

Over 7,500 REST API endpoints for comprehensive banking and wealth management operations.

Community APIs

Pre-vetted REST APIs for seamless fintech integration with the Avaloq platform.

Standard and Certified Adapters

Three adapter types (Standard, Certified, Project) enabling ecosystem connectivity.

Cloud Sandbox

Sandbox access to Avaloq products in the cloud for integration testing.

Kafka Integration

Event-driven integration via Apache Kafka for real-time data streaming alongside REST APIs.

SOAP and REST Support

Dual protocol support for SOAP and REST through the AMI Web Services Framework.

BlackRock Aladdin Integration

Built-in integration with BlackRock Aladdin for institutional investment management.

Multi-Jurisdiction Regulatory Support

Support for FINMA, MiFID II, GDPR, and other regulatory frameworks.

Use Cases

Wealth Management Platform Integration

Connect advisory tools and portfolio management applications with core banking data.

Digital Banking Channels

Build mobile and web banking experiences on top of Avaloq account and transaction APIs.

Fintech Partner Integration

Onboard fintech partners into the banking ecosystem through Community APIs.

Regulatory Reporting Automation

Automate MiFID II, FINMA, and other regulatory report generation and submission.

Payment Processing

Integrate domestic SEPA and international SWIFT payment processing.

KYC and Client Onboarding

Digitize client onboarding with KYC checks, document collection, and compliance screening.

Investment Portfolio Management

Build robo-advisory and portfolio management tools using investment APIs.

Trade Order Management

Execute and manage multi-asset trade orders through the Avaloq OMS.

Integrations

BlackRock Aladdin

Native integration with Aladdin by BlackRock for institutional investment management.

Bloomberg

Market data integration with Bloomberg for pricing and analytics.

SWIFT

SWIFT messaging network integration for international payment processing.

SEPA

SEPA credit transfer and direct debit support for European payments.

AWS

Avaloq Model Bank available on AWS for simplified cloud deployment and testing.

Salesforce

CRM integration with Salesforce for client relationship management.

FIX Protocol

FIX protocol support for electronic trading and order routing.

Semantic Vocabularies

Avaloq Banking Context

0 classes · 17 properties

JSON-LD

Avaloq Payments Context

0 classes · 8 properties

JSON-LD

API Governance Rules

Avaloq API Rules

25 rules · 9 errors 15 warnings 1 info

SPECTRAL

JSON Structure

Avaloq Structure

0 properties

JSON STRUCTURE

Banking Account List Structure

3 properties

JSON STRUCTURE

Banking Account Structure

10 properties

JSON STRUCTURE

Banking Create Customer Request Structure

6 properties

JSON STRUCTURE

Banking Customer List Structure

3 properties

JSON STRUCTURE

Banking Customer Structure

10 properties

JSON STRUCTURE

Banking Transaction List Structure

3 properties

JSON STRUCTURE

Banking Transaction Structure

11 properties

JSON STRUCTURE

Payments Payment List Structure

3 properties

JSON STRUCTURE

Payments Payment Request Structure

8 properties

JSON STRUCTURE

Payments Payment Structure

7 properties

JSON STRUCTURE

Example Payloads

Avaloq Createpayment Example

6 fields

EXAMPLE

Avaloq Listaccounts Example

6 fields

EXAMPLE

Banking Account Example

7 fields

EXAMPLE

Banking Account List Example

4 fields

EXAMPLE

Banking Customer Example

8 fields

EXAMPLE

Banking Transaction Example

9 fields

EXAMPLE

Payments Payment Example

7 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Website
Website
🚀
GettingStarted
GettingStarted
🔗
Ecosystem
Ecosystem
🎓
Academy
Academy
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
OpenAPI
OpenAPI
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Avaloq Payments API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: Avaloq List Payment Instructions
      type: http
    http:
      method: GET
      url: https://api.avaloq.com/v1/payments
      params:
      - name: accountId
        value: ''
        type: query
        description: Filter by account ID
      - name: status
        value: ''
        type: query
        description: Filter by payment status
    docs: Retrieve a list of payment instructions for an account.
  - info:
      name: Avaloq Create Payment Instruction
      type: http
    http:
      method: POST
      url: https://api.avaloq.com/v1/payments
      body:
        type: json
        data: '{}'
    docs: Submit a new payment instruction for SEPA, SWIFT, or domestic transfer.
- info:
    name: Payment Status
    type: folder
  items:
  - info:
      name: Avaloq Get Payment Status
      type: http
    http:
      method: GET
      url: https://api.avaloq.com/v1/payments/:paymentId
      params:
      - name: paymentId
        value: PAY-001234
        type: path
        description: Payment ID
    docs: Retrieve the status and details of a specific payment instruction.
bundled: true