BlackRock · Example Payload

Blackrock Risk Report Example

Asset ManagementFinanceFintechInvestment ManagementPortfolio-ManagementRisk AnalyticsFortune 500

Blackrock Risk Report Example is an example object payload from BlackRock, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reportIdportfolioIdasOfDatecurrencyriskMetricsfactorExposuresstressTests

Example Payload

blackrock-risk-report-example.json Raw ↑
{
  "reportId": "RISK-PORT-US-EQUITY-001-20260418",
  "portfolioId": "PORT-US-EQUITY-001",
  "asOfDate": "2026-04-18",
  "currency": "USD",
  "riskMetrics": {
    "var95": -0.0123,
    "var99": -0.0187,
    "expectedShortfall": -0.0215,
    "annualizedVolatility": 0.1432,
    "trackingError": 0.0234,
    "beta": 1.04,
    "durationYears": null,
    "modifiedDuration": null
  },
  "factorExposures": [
    { "factorName": "Market", "exposure": 1.04, "contribution": 0.0892 },
    { "factorName": "Size", "exposure": -0.12, "contribution": -0.0043 },
    { "factorName": "Value", "exposure": 0.08, "contribution": 0.0021 },
    { "factorName": "Momentum", "exposure": 0.22, "contribution": 0.0112 }
  ],
  "stressTests": [
    { "scenarioName": "2008 Financial Crisis", "pnlImpact": -312500000, "percentImpact": -0.25 },
    { "scenarioName": "COVID-19 March 2020", "pnlImpact": -187500000, "percentImpact": -0.15 },
    { "scenarioName": "+200bps Rate Shock", "pnlImpact": -25000000, "percentImpact": -0.02 }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/blackrock-risk-report-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.