Skip to content
Banking/open banking

portfoliooptimizer.io

Portfolio Optimizer sandbox and mock API

Portfolio Optimizer is a [Web API](https://en.wikipedia.org/wiki/Web_API) to analyze and optimize investment portfolios (collection of financial assets such as stocks, bonds, ETFs, crypto-currencies) using modern portfolio theory algorithms (mean-variance, VaR, etc.). # API General Information Portfolio Optimizer is based on [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) for Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
83
Collections
-
Event types
-
example request
curl https://your-portfoliooptimizer.slurry.io/ \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.9.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 83.

  • POST/assets/analysis/absorption-ratio
  • POST/assets/analysis/turbulence-index
  • POST/assets/correlation/matrix
  • POST/assets/correlation/matrix/bounds
  • POST/assets/correlation/matrix/denoised
  • POST/assets/correlation/matrix/distance
  • POST/assets/correlation/matrix/effective-rank
  • POST/assets/correlation/matrix/informativeness
  • POST/assets/correlation/matrix/nearest
  • POST/assets/correlation/matrix/random
  • POST/assets/correlation/matrix/shrinkage
  • POST/assets/correlation/matrix/theory-implied