Refinitiv Eikon · Capability

Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions

Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions. 1 operations. Lead operation: Extract Tick History Data. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonOn-Demand Extractions

What You Can Do

POST
Extracttickhistoryraw — Extract Tick History Data
/v1/extractions/extractraw

MCP Tools

extract-tick-history-data

Extract Tick History Data

Capability Spec

tick-history-on-demand-extractions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions
  description: 'Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions. 1 operations. Lead operation: Extract
    Tick History Data. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - On-Demand Extractions
  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: tick-history-on-demand-extractions
    baseUri: https://selectapi.datascope.refinitiv.com/RestApi/v1
    description: Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions business capability. Self-contained, no
      shared references.
    resources:
    - name: Extractions-ExtractRaw
      path: /Extractions/ExtractRaw
      operations:
      - name: extracttickhistoryraw
        method: POST
        description: Extract Tick History Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_EIKON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: tick-history-on-demand-extractions-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/extractions/extractraw
      name: extractions-extractraw
      description: REST surface for Extractions-ExtractRaw.
      operations:
      - method: POST
        name: extracttickhistoryraw
        description: Extract Tick History Data
        call: tick-history-on-demand-extractions.extracttickhistoryraw
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-on-demand-extractions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon LSEG Tick History REST API — On-Demand Extractions. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: extract-tick-history-data
      description: Extract Tick History Data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tick-history-on-demand-extractions.extracttickhistoryraw
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.