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
$sourceDescriptions.tickHistoryApi.requestToken
Exchange account credentials for a 24-hour session token shared with DataScope Select.
2
submitExtraction
extractTickHistoryRaw
Submit a tick history extraction for the instrument and date range. A 200 returns data synchronously while a 202 indicates asynchronous processing.
3
listJobs
listJobs
List extraction jobs and capture the identifier and status of the most recent job.
4
checkStatus
getJobStatus
Retrieve the status of the captured job and branch on whether it has completed.
5
listFiles
$sourceDescriptions.tickHistoryApi.listExtractedFiles
List the files produced by completed tick history extractions and capture the first file identifier.
6
downloadFile
$sourceDescriptions.tickHistoryApi.downloadExtractedFile
Download the raw tick data contents of the first extracted file by its identifier.