Refinitiv Eikon · Capability

Refinitiv Eikon LSEG Tick History REST API — Files

Refinitiv Eikon LSEG Tick History REST API — Files. 2 operations. Lead operation: List Extracted Files. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonFiles

What You Can Do

GET
Listextractedfiles — List Extracted Files
/v1/extractions/extractedfiles
GET
Downloadextractedfile — Download an Extracted File
/v1/extractions/extractedfiles-fileid/value

MCP Tools

list-extracted-files

List Extracted Files

read-only idempotent
download-extracted-file

Download an Extracted File

read-only idempotent

Capability Spec

tick-history-files.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon LSEG Tick History REST API — Files
  description: 'Refinitiv Eikon LSEG Tick History REST API — Files. 2 operations. Lead operation: List Extracted Files. Self-contained
    Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - Files
  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-files
    baseUri: https://selectapi.datascope.refinitiv.com/RestApi/v1
    description: Refinitiv Eikon LSEG Tick History REST API — Files business capability. Self-contained, no shared references.
    resources:
    - name: Extractions-ExtractedFiles
      path: /Extractions/ExtractedFiles
      operations:
      - name: listextractedfiles
        method: GET
        description: List Extracted Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Extractions-ExtractedFiles('{fileId}')-$value
      path: /Extractions/ExtractedFiles('{fileId}')/$value
      operations:
      - name: downloadextractedfile
        method: GET
        description: Download an Extracted File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fileId
          in: path
          type: string
          description: Unique identifier of the extracted file.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_EIKON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: tick-history-files-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon LSEG Tick History REST API — Files. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/extractions/extractedfiles
      name: extractions-extractedfiles
      description: REST surface for Extractions-ExtractedFiles.
      operations:
      - method: GET
        name: listextractedfiles
        description: List Extracted Files
        call: tick-history-files.listextractedfiles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/extractions/extractedfiles-fileid/value
      name: extractions-extractedfiles-fileid-value
      description: REST surface for Extractions-ExtractedFiles('{fileId}')-$value.
      operations:
      - method: GET
        name: downloadextractedfile
        description: Download an Extracted File
        call: tick-history-files.downloadextractedfile
        with:
          fileId: rest.fileId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-files-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon LSEG Tick History REST API — Files. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-extracted-files
      description: List Extracted Files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-files.listextractedfiles
      outputParameters:
      - type: object
        mapping: $.
    - name: download-extracted-file
      description: Download an Extracted File
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-files.downloadextractedfile
      with:
        fileId: tools.fileId
      outputParameters:
      - type: object
        mapping: $.