Aladdin Studio
Aladdin Studio is BlackRock's developer platform enabling institutional investors, asset managers, and wealth managers to build custom solutions on top of the Aladdin investment operating system. APIs provide access to portfolio data, risk analytics, trading, investment research, and the Aladdin Data Cloud, supporting approximately $25 trillion in assets managed on the platform.
Real signal across most facets with visible, nameable gaps — the contract exists but is thin, or the portal is good while governance and commercial terms are absent.
API Evangelist profiles Aladdin Studio the way a machine reads it — 97 machine-readable artifacts across 10 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Aladdin Studio scores 57.7/100 (developing), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Aladdin Studio
Each block below is one kind of artifact we hold for Aladdin Studio. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 10
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Aladdin Studio Analytics API
Portfolio performance and attribution analytics
Aladdin Studio Connections API
Aladdin Data Cloud Snowflake connection management
Aladdin Studio Datasets API
Available dataset and table discovery
Aladdin Studio Orders API
Trading order management and execution
Aladdin Studio Portfolios API
Portfolio metadata and management operations
Aladdin Studio Positions API
Portfolio position and holdings data
Aladdin Studio Queries API
SQL query execution against Data Cloud datasets
Aladdin Studio Research API
Investment research data and analyst ratings
Aladdin Studio Risk API
Risk analytics and factor exposure calculations
Aladdin Studio Securities API
Security reference data and classification
Scroll within the panel for all 10 ·
Pricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Aladdin Studio Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Aladdin Studio Finops
FINOPSFeatures 10
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
Portfolio Data Access
Retrieve comprehensive portfolio data including positions, holdings, securities, and performance metrics across asset classes.
Risk Analytics
Access Aladdin's institutional-grade risk analytics including factor exposures, VaR, scenario analysis, and stress testing across public and private markets.
Aladdin Data Cloud
Snowflake-based data warehousing providing access to large-scale portfolio analytics with OAuth and JWT authentication supporting both Snowflake connectors and Snowpark.
Trading Integration
Order management and trading workflow APIs enabling integration with Aladdin's trading platform for order creation, tracking, and execution.
Investment Research Access
APIs for accessing investment research data, analyst insights, and quantitative analytics built on Aladdin's data infrastructure.
Long-Running Operations
Support for long-running operation (LRO) patterns with configurable polling, enabling asynchronous processing of computationally intensive analytics requests.
Batch Processing
Batch API support with sequential and parallel execution capabilities for processing large volumes of portfolio data operations efficiently.
Multi-Auth Support
Flexible authentication supporting Basic Auth with API tokens, OAuth client credentials flow, OAuth refresh token flow, and Snowflake JWT for Data Cloud access.
Plugin Architecture
Extensible SDK plugin architecture enabling domain-specific packages (trading, investment research) built on top of the core AladdinSDK.
Jupyter Notebook Integration
Downloadable Python Jupyter Notebooks and code samples in multiple languages for rapid solution development and prototyping.
Scroll within the panel for all 10 ·
Semantic Vocabularies 1
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Aladdin Studio Context
JSON-LDSpectral Rules 2
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
Aladdin Studio API Rules
SPECTRALAladdin Studio API Rules
SPECTRALJSON Schema 18
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
ConnectionList
JSON SCHEMAConnection
JSON SCHEMADatasetList
JSON SCHEMADataset
JSON SCHEMAQueryRequest
JSON SCHEMAQueryResult
JSON SCHEMAFactorExposure
JSON SCHEMAPortfolioList
JSON SCHEMAPortfolioRisk
JSON SCHEMAPortfolio
JSON SCHEMAPositionList
JSON SCHEMAPosition
JSON SCHEMASecurity
JSON SCHEMAPortfolioAnalytics
JSON SCHEMASecurityResearch
JSON SCHEMAOrderList
JSON SCHEMAOrderRequest
JSON SCHEMAOrder
JSON SCHEMAScroll within the panel for all 18 ·
JSON Structure 18
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
Aladdin Studio Data Cloud Connection List Structure
JSON STRUCTUREAladdin Studio Data Cloud Connection Structure
JSON STRUCTUREAladdin Studio Data Cloud Dataset List Structure
JSON STRUCTUREAladdin Studio Data Cloud Dataset Structure
JSON STRUCTUREAladdin Studio Data Cloud Query Request Structure
JSON STRUCTUREAladdin Studio Data Cloud Query Result Structure
JSON STRUCTUREAladdin Studio Graph Factor Exposure Structure
JSON STRUCTUREAladdin Studio Graph Portfolio List Structure
JSON STRUCTUREAladdin Studio Graph Portfolio Risk Structure
JSON STRUCTUREAladdin Studio Graph Portfolio Structure
JSON STRUCTUREAladdin Studio Graph Position List Structure
JSON STRUCTUREAladdin Studio Graph Position Structure
JSON STRUCTUREAladdin Studio Graph Security Structure
JSON STRUCTUREAladdin Studio Trading Order List Structure
JSON STRUCTUREAladdin Studio Trading Order Request Structure
JSON STRUCTUREAladdin Studio Trading Order Structure
JSON STRUCTUREScroll within the panel for all 18 ·
Examples 18
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Scroll within the panel for all 18 ·
Security Posture 2
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Scopes 1
OAuth scopes are the vocabulary of least-privilege access. Profiling them shows exactly what an integration — or an agent acting on a user's behalf — is allowed to do.
OAuth scopes governing access to this provider's APIs.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 7
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
Custom Portfolio Analytics
Build bespoke portfolio analysis tools using Aladdin's risk and performance data to generate custom insights for investment teams.
Automated Risk Reporting
Automate generation of risk reports, factor exposure summaries, and stress test results using Aladdin's risk analytics APIs.
Trading Workflow Automation
Integrate Aladdin trading data into proprietary order management systems and automate trading workflow processes.
Investment Research Integration
Connect internal research platforms to Aladdin's investment research data for unified analyst workflow tooling.
Data Science and Quantitative Research
Access Aladdin Data Cloud from Snowflake-based data science environments for quantitative model development and backtesting.
Client Reporting Automation
Build automated client reporting solutions pulling portfolio performance, risk, and holdings data from Aladdin APIs.
Multi-Asset Class Analytics
Analyze portfolios across public equities, fixed income, alternatives, and private markets using Aladdin's unified data platform.
Scroll within the panel for all 7 ·
Integrations 6
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
Snowflake
Native Aladdin Data Cloud integration with Snowflake for large-scale analytics, supporting both standard connectors and Snowpark for Python-based data science workflows.
Amazon Web Services
Aladdin available on AWS infrastructure (general availability expected second half of 2026) complementing existing Azure deployment.
Microsoft Azure
Primary cloud infrastructure for Aladdin platform, supporting enterprise deployments across institutional clients.
Preqin
Private markets data integrated into Aladdin ecosystem following BlackRock's acquisition for alternatives and private market analytics.
Python Ecosystem
First-class Python support via AladdinSDK on PyPI, with Jupyter Notebook examples and plugin architecture for domain extensions.
RepRisk
ESG risk data integrated into Aladdin portfolio management for reputational and environmental risk analysis.
Resources
Every other property we hold for Aladdin Studio — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 1
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 4
SDKs, sample code, and the tooling you integrate with
Access & Security 3
Authentication, authorization, and security posture
Company 1
The organization behind the API
← All providers · Data indexed from github.com/api-evangelist/aladdin-studio · machine-readable index on apis.io