Refinitiv Eikon · Arazzo Workflow
Refinitiv Eikon DataScope Extraction and Download
Version 1.0.0
Authenticate, run an on-demand DataScope Select extraction, list produced files, and download one.
View Spec
View on GitHub
AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTradingArazzoWorkflows
Provider
Workflows
datascope-extraction-download
Run a DataScope Select extraction and download the resulting file.
Authenticates, submits an on-demand raw extraction, and on synchronous completion lists the extracted files and downloads the first one. An asynchronous acceptance ends the flow for separate polling.
1
authenticate
$sourceDescriptions.datascopeApi.requestToken
Exchange account credentials for a 24-hour DataScope Select session token.
2
submitExtraction
extractRaw
Submit an on-demand raw extraction for the supplied instrument and fields. A 200 returns data synchronously; a 202 means the extraction is processing asynchronously.
3
listFiles
$sourceDescriptions.datascopeApi.listExtractedFiles
List the files produced by completed extractions and capture the first file identifier.
4
downloadFile
$sourceDescriptions.datascopeApi.downloadExtractedFile
Download the raw contents of the first extracted file by its identifier.