Refinitiv Eikon · Arazzo Workflow
Refinitiv Eikon Tick History Extraction and Poll
Version 1.0.0
Authenticate, submit a tick history extraction, check the job status, and download the result when complete.
View Spec
View on GitHub
AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTradingArazzoWorkflows
Provider
Workflows
tickhistory-extraction-poll
Submit a tick history extraction and download its file once the job completes.
Authenticates, submits a tick history extraction, captures the latest job identifier, and checks its status. When the job is Completed it lists the extracted files and downloads the first one; otherwise the flow ends for later polling.
1
authenticate
Exchange account credentials for a 24-hour session token shared with DataScope Select.
2
submitExtraction
Submit a tick history extraction for the instrument and date range. A 200 returns data synchronously while a 202 indicates asynchronous processing.
3
listJobs
List extraction jobs and capture the identifier and status of the most recent job.
4
checkStatus
Retrieve the status of the captured job and branch on whether it has completed.
5
listFiles
List the files produced by completed tick history extractions and capture the first file identifier.
6
downloadFile
Download the raw tick data contents of the first extracted file by its identifier.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.