Giter Club home page Giter Club logo

examply.rth.python.downloadscheduledextractedfiles's Introduction

Python Example: Downloading the last completed extraction files by a schedule name

DataScope Select is a hosted delivery platform for non-streaming cross-asset data. It is also the same platform that supports Refintiv Tick History. Users can extract data from DSS or RTH via the DSS Web GUI or REST API.

Data can be extracted through either of two basic mechanisms. The first one is Scheduled Extractions, which occur at a pre-defined moment in time which could be once-of, or recurring. Scheduled extractions can be created using the website, or REST API. The second type of extraction mechanism is OnDemand extractions, which occur immediately when requested. On-Demand extractions can only be created using the REST API. The choice of mechanisms depends on the workflow you want to create.

Typically, users can use the DSS web GUI to download extraction files created by scheduled extractions via the DSS web GUI. This Python example shows the steps to use the DSS REST API to download the last extraction files created by scheduled extractions.

For more information, please refer to DSS REST API: Downloading Completed Extraction Files by a Schedule Name.

Usage

Usage: DownloadScheduledExtractedFiles_python.py [-u dss_username] [-p dss_password] [-s schedule_name] [-f file type
(all, note, ric, data) ] [-x] [--help]

Sample Usages

1. List all available scheduled extractions

 DownloadScheduledExtractedFiles_python.py -u <dss_username> -p <dss_password>

2. Download all files of the last completed extraction by a schedule name

 DownloadScheduledExtractedFiles_python.py -u <dss_username> -p <dss_password> -s <schedule name>

3. Download a note file of the last completed extraction by a schedule name

 DownloadScheduledExtractedFiles_python.py -u <dss_username> -p <dss_password> -s <schedule name> -f note

4. Download a data file of the last completed extraction by a schedule name from AWS

 DownloadScheduledExtractedFiles_python.py -u <dss_username> -p <dss_password> -s <schedule name> -f data -x

examply.rth.python.downloadscheduledextractedfiles's People

Contributors

jirapongse-refinitiv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.