Morningstar Investment Analysis APIs

Dynamic Services investment-analysis endpoints - securities data (US and global ecint), screening, autocomplete, editorial research, Investor Pulse, risk analytics, risk models, and enterprise-components usage statistics.

Operations 1

POST /attribution/calculate Calculate performance attribution for a portfolio over a defined time period #

Documentation

Specifications

OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-attribution-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-autocomplete-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-company-entitlements-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-decomposition-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-equity-company-research-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-equity-moat-framework-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-equity-reports-quant-and-enhanced-quant-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-equity-rps-document-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-exposures-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-flow-attribution-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-fund-reports-carbon-report-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-fund-reports-esg-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-fund-reports-managed-investment-report-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-fund-reports-target-date-series-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-macro-shock-scenarios-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-market-shock-scenarios-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-models-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-scenario-analysis-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-securities-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-sensitivity-analysis-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-statistics-api-openapi.yml
OpenAPI
https://raw.githubusercontent.com/api-evangelist/morningstar/refs/heads/main/openapi/morningstar-timeseries-api-openapi.yml

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/morningstar-investment-analysis-apis"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

morningstar-attribution-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: Authorization Tokens Accounts Attribution API
  description: 'Use the `oauth` endpoint to generate the secure, time-limited JSON Web Tokens (JWTs) used to authorize access to APIs and components.</br></br>

    To request a token, click Authorize and enter the following credentials:


    * Username - Your Client ID.

    * Password - Your Client Secret.'
servers:
- url: https://www.us-api.morningstar.com/token
  description: PROD US
- url: https://www.emea-api.morningstar.com/token
  description: PROD EMEA
- url: https://www.apac-api.morningstar.com/token
  description: PROD APAC
security:
- BasicAuth: []
tags:
- name: attribution
paths:
  /attribution/calculate:
    post:
      responses:
        '200':
          description: OK
        '401':
          description: Authentication required.
        '403':
          description: You do not have access permission..
        '404':
          description: Not found.
        '500':
          description: Internal server error.
      summary: Calculate performance attribution for a portfolio over a defined time period
      description: Based on a specific risk model, calculate performance attribution for a specific portfolio or fund over a time period of between 3 months and 15 years.  The response enables you to attribute  returns to specific factors.
      operationId: post_attribution
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Attribution'
        required: true
      tags:
      - attribution
components:
  schemas:
    idType:
      properties:
        id:
          type: string
        type:
          type: string
      type: object
    Attribution:
      required:
      - endDate
      - riskModelId
      - startDate
      properties:
        riskModelId:
          type: string
          example: morn-glb-eq-usd
        startDate:
          type: string
          description: The start date of the time period to perform the attribution analysis.
          example: '2017-01-01T00:00:00.000Z'
        endDate:
          type: string
          description: The end date of the time period to perform the attribution analysis.
          example: '2017-06-30T00:00:00.000Z'
        investment:
          example:
            id: 0P000001RB
            type: ''
          allOf:
          - $ref: '#/components/schemas/idType'
        benchmark:
          example:
            id: 0P0000058R
            type: ''
          allOf:
          - $ref: '#/components/schemas/idType'
        frequency:
          type: string
          example: single
          enum:
          - single
          - monthly
          - quarterly
          - annually
        annualized:
          type: boolean
      type: object
  securitySchemes:
    BasicAuth:
      type: http
      scheme: basic