Refinitiv Eikon · Capability

Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing

Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing. 1 operations. Lead operation: Retrieve Pricing Snapshots. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonStreaming Pricing

What You Can Do

GET
Getpricingsnapshots — Retrieve Pricing Snapshots
/v1/data/pricing/snapshots/v1/{universe}

MCP Tools

retrieve-pricing-snapshots

Retrieve Pricing Snapshots

read-only idempotent

Capability Spec

data-platform-streaming-pricing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing
  description: 'Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing. 1 operations. Lead operation: Retrieve Pricing
    Snapshots. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - Streaming Pricing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_EIKON_API_KEY: REFINITIV_EIKON_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-platform-streaming-pricing
    baseUri: https://api.refinitiv.com
    description: Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing business capability. Self-contained, no
      shared references.
    resources:
    - name: data-pricing-snapshots-v1-universe
      path: /data/pricing/snapshots/v1/{universe}
      operations:
      - name: getpricingsnapshots
        method: GET
        description: Retrieve Pricing Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: universe
          in: path
          type: string
          description: Comma-separated list of instrument identifiers (RICs).
          required: true
        - name: fields
          in: query
          type: string
          description: Comma-separated list of fields to include in the response.
    authentication:
      type: bearer
      token: '{{env.REFINITIV_EIKON_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-platform-streaming-pricing-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/data/pricing/snapshots/v1/{universe}
      name: data-pricing-snapshots-v1-universe
      description: REST surface for data-pricing-snapshots-v1-universe.
      operations:
      - method: GET
        name: getpricingsnapshots
        description: Retrieve Pricing Snapshots
        call: data-platform-streaming-pricing.getpricingsnapshots
        with:
          universe: rest.universe
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-platform-streaming-pricing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon Refinitiv Data Platform APIs — Streaming Pricing. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: retrieve-pricing-snapshots
      description: Retrieve Pricing Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-platform-streaming-pricing.getpricingsnapshots
      with:
        universe: tools.universe
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.