VUMI Documentation
  • Introduction
    • 🎉Welcome!
    • ➡️Quick Start
  • Platform
    • App Overview
      • API Products
      • Connections Overview
      • API Configuration
    • Link Overview
      • Link redirects
      • Link parameters
      • Customization
  • General API Resources
    • Authentication
      • API Login
      • Link authentication
    • Entities
      • List entities for app
    • Connections
      • Exchange public token
      • Get Connection status
      • List all connections
      • List public tokens
      • Delete Connection
    • Investments
      • List investments
    • Webhook
      • Get verification key
  • Aggregation API
    • Accounts
      • List accounts
      • List account transactions
    • Portfolios
      • List portfolios
      • List portfolio transactions
      • List portfolio positions
  • Assets Transfer API
    • Assets transfer
  • Developer Resources
    • API and Widget Errors
    • Webhooks and security
      • Webhook verification
    • Pagination
    • Tracing requests
Powered by GitBook
On this page
  1. Aggregation API

Portfolios

Last updated 1 day ago

Also known as investment accounts for financial entities, portfolios are a collection of financial investments owned by an individual, institution, or managed by an entity such as a financial advisor or fund manager. Portfolios can also have multiple owners.

Portfolios are a central part of our data model. Investments and transactions are organized into portfolios, in order to mimic the actual structure that can be found in the connection for the financial entity which information you are requesting.

These are the endpoints related to portfolios:

Endpoint
Method

GET

Returns every portfolio for the given connection

GET

Returns transactions for the portfolios of the given connection

GET

Returns a list of active investments in the portfolio (not including cash positions)

List portfolios
List portfolio transactions
List portfolio positions