Factset · Capability

FactSet Global Prices API — Global

FactSet Global Prices API — Global. 12 operations. Lead operation: Factset Gets Indicated Annualized Dividend Information.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetGlobal

What You Can Do

GET
Getannualizeddividends — Factset Gets Indicated Annualized Dividend Information.
/v1/factset-global-prices/v1/annualized-dividends
POST
Getannualizeddividendsforlist — Factset Gets Indicated Annualized Dividend Information.
/v1/factset-global-prices/v1/annualized-dividends
GET
Getbatchdata — Factset Returns the Response for a Batch Request
/v1/factset-global-prices/v1/batch-result
GET
Getbatchstatus — Factset Returns the Status for a Batch Request
/v1/factset-global-prices/v1/batch-status
GET
Getgpdcorporateactions — Factset Gets Corporate Actions Information.
/v1/factset-global-prices/v1/corporate-actions
POST
Postcorporateactions — Factset Requests Corporate Actions Information.
/v1/factset-global-prices/v1/corporate-actions
GET
Getgpdprices — Factset Gets End-of-day Open, High, Low, Close for a List of Securities.
/v1/factset-global-prices/v1/prices
POST
Getsecuritypricesforlist — Factset Requests End-of-day Open, High, Low, Close for a Large List of Securities.
/v1/factset-global-prices/v1/prices
GET
Getreturns — Factset Gets Returns for a List of `ids` as of Given Date Range.
/v1/factset-global-prices/v1/returns
POST
Getreturnsforlist — Factset Gets Returns for a List of `ids` as of Given Date Range.
/v1/factset-global-prices/v1/returns
GET
Getsharesoutstanding — Factset Gets Shares Outstanding Information for Securities.
/v1/factset-global-prices/v1/security-shares
POST
Postsharesoutstanding — Factset Gets Shares Outstanding Information for Securities.
/v1/factset-global-prices/v1/security-shares

MCP Tools

factset-gets-indicated-annualized-dividend

Factset Gets Indicated Annualized Dividend Information.

read-only idempotent
factset-gets-indicated-annualized-dividend-2

Factset Gets Indicated Annualized Dividend Information.

factset-returns-response-batch-request

Factset Returns the Response for a Batch Request

read-only idempotent
factset-returns-status-batch-request

Factset Returns the Status for a Batch Request

read-only idempotent
factset-gets-corporate-actions-information

Factset Gets Corporate Actions Information.

read-only idempotent
factset-requests-corporate-actions-information

Factset Requests Corporate Actions Information.

factset-gets-end-day-open

Factset Gets End-of-day Open, High, Low, Close for a List of Securities.

read-only idempotent
factset-requests-end-day-open

Factset Requests End-of-day Open, High, Low, Close for a Large List of Securities.

read-only
factset-gets-returns-list-ids

Factset Gets Returns for a List of `ids` as of Given Date Range.

read-only idempotent
factset-gets-returns-list-ids-2

Factset Gets Returns for a List of `ids` as of Given Date Range.

read-only
factset-gets-shares-outstanding-information

Factset Gets Shares Outstanding Information for Securities.

read-only idempotent
factset-gets-shares-outstanding-information-2

Factset Gets Shares Outstanding Information for Securities.

Capability Spec

global-prices-global.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Global Prices API — Global
  description: 'FactSet Global Prices API — Global. 12 operations. Lead operation: Factset Gets Indicated Annualized Dividend
    Information.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Global
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: global-prices-global
    baseUri: https://api.factset.com/content
    description: FactSet Global Prices API — Global business capability. Self-contained, no shared references.
    resources:
    - name: factset-global-prices-v1-annualized-dividends
      path: /factset-global-prices/v1/annualized-dividends
      operations:
      - name: getannualizeddividends
        method: GET
        description: Factset Gets Indicated Annualized Dividend Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getannualizeddividendsforlist
        method: POST
        description: Factset Gets Indicated Annualized Dividend Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-global-prices-v1-batch-result
      path: /factset-global-prices/v1/batch-result
      operations:
      - name: getbatchdata
        method: GET
        description: Factset Returns the Response for a Batch Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: factset-global-prices-v1-batch-status
      path: /factset-global-prices/v1/batch-status
      operations:
      - name: getbatchstatus
        method: GET
        description: Factset Returns the Status for a Batch Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: factset-global-prices-v1-corporate-actions
      path: /factset-global-prices/v1/corporate-actions
      operations:
      - name: getgpdcorporateactions
        method: GET
        description: Factset Gets Corporate Actions Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postcorporateactions
        method: POST
        description: Factset Requests Corporate Actions Information.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-global-prices-v1-prices
      path: /factset-global-prices/v1/prices
      operations:
      - name: getgpdprices
        method: GET
        description: Factset Gets End-of-day Open, High, Low, Close for a List of Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getsecuritypricesforlist
        method: POST
        description: Factset Requests End-of-day Open, High, Low, Close for a Large List of Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-global-prices-v1-returns
      path: /factset-global-prices/v1/returns
      operations:
      - name: getreturns
        method: GET
        description: Factset Gets Returns for a List of `ids` as of Given Date Range.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getreturnsforlist
        method: POST
        description: Factset Gets Returns for a List of `ids` as of Given Date Range.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-global-prices-v1-security-shares
      path: /factset-global-prices/v1/security-shares
      operations:
      - name: getsharesoutstanding
        method: GET
        description: Factset Gets Shares Outstanding Information for Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postsharesoutstanding
        method: POST
        description: Factset Gets Shares Outstanding Information for Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: global-prices-global-rest
    port: 8080
    description: REST adapter for FactSet Global Prices API — Global. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-global-prices/v1/annualized-dividends
      name: factset-global-prices-v1-annualized-dividends
      description: REST surface for factset-global-prices-v1-annualized-dividends.
      operations:
      - method: GET
        name: getannualizeddividends
        description: Factset Gets Indicated Annualized Dividend Information.
        call: global-prices-global.getannualizeddividends
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getannualizeddividendsforlist
        description: Factset Gets Indicated Annualized Dividend Information.
        call: global-prices-global.getannualizeddividendsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/batch-result
      name: factset-global-prices-v1-batch-result
      description: REST surface for factset-global-prices-v1-batch-result.
      operations:
      - method: GET
        name: getbatchdata
        description: Factset Returns the Response for a Batch Request
        call: global-prices-global.getbatchdata
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/batch-status
      name: factset-global-prices-v1-batch-status
      description: REST surface for factset-global-prices-v1-batch-status.
      operations:
      - method: GET
        name: getbatchstatus
        description: Factset Returns the Status for a Batch Request
        call: global-prices-global.getbatchstatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/corporate-actions
      name: factset-global-prices-v1-corporate-actions
      description: REST surface for factset-global-prices-v1-corporate-actions.
      operations:
      - method: GET
        name: getgpdcorporateactions
        description: Factset Gets Corporate Actions Information.
        call: global-prices-global.getgpdcorporateactions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcorporateactions
        description: Factset Requests Corporate Actions Information.
        call: global-prices-global.postcorporateactions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/prices
      name: factset-global-prices-v1-prices
      description: REST surface for factset-global-prices-v1-prices.
      operations:
      - method: GET
        name: getgpdprices
        description: Factset Gets End-of-day Open, High, Low, Close for a List of Securities.
        call: global-prices-global.getgpdprices
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getsecuritypricesforlist
        description: Factset Requests End-of-day Open, High, Low, Close for a Large List of Securities.
        call: global-prices-global.getsecuritypricesforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/returns
      name: factset-global-prices-v1-returns
      description: REST surface for factset-global-prices-v1-returns.
      operations:
      - method: GET
        name: getreturns
        description: Factset Gets Returns for a List of `ids` as of Given Date Range.
        call: global-prices-global.getreturns
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getreturnsforlist
        description: Factset Gets Returns for a List of `ids` as of Given Date Range.
        call: global-prices-global.getreturnsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-global-prices/v1/security-shares
      name: factset-global-prices-v1-security-shares
      description: REST surface for factset-global-prices-v1-security-shares.
      operations:
      - method: GET
        name: getsharesoutstanding
        description: Factset Gets Shares Outstanding Information for Securities.
        call: global-prices-global.getsharesoutstanding
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postsharesoutstanding
        description: Factset Gets Shares Outstanding Information for Securities.
        call: global-prices-global.postsharesoutstanding
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-prices-global-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Global Prices API — Global. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-gets-indicated-annualized-dividend
      description: Factset Gets Indicated Annualized Dividend Information.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getannualizeddividends
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-indicated-annualized-dividend-2
      description: Factset Gets Indicated Annualized Dividend Information.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-prices-global.getannualizeddividendsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-response-batch-request
      description: Factset Returns the Response for a Batch Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getbatchdata
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-batch-request
      description: Factset Returns the Status for a Batch Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getbatchstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-corporate-actions-information
      description: Factset Gets Corporate Actions Information.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getgpdcorporateactions
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-requests-corporate-actions-information
      description: Factset Requests Corporate Actions Information.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-prices-global.postcorporateactions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-end-day-open
      description: Factset Gets End-of-day Open, High, Low, Close for a List of Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getgpdprices
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-requests-end-day-open
      description: Factset Requests End-of-day Open, High, Low, Close for a Large List of Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: global-prices-global.getsecuritypricesforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-returns-list-ids
      description: Factset Gets Returns for a List of `ids` as of Given Date Range.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getreturns
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-returns-list-ids-2
      description: Factset Gets Returns for a List of `ids` as of Given Date Range.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: global-prices-global.getreturnsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-shares-outstanding-information
      description: Factset Gets Shares Outstanding Information for Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: global-prices-global.getsharesoutstanding
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-gets-shares-outstanding-information-2
      description: Factset Gets Shares Outstanding Information for Securities.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-prices-global.postsharesoutstanding
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.