Coder Social home page Coder Social logo

lseg-api-samples / article.rdplibrary.python.search Goto Github PK

View Code? Open in Web Editor NEW
6.0 5.0 0.0 156 KB

The following examples outline the core capabilities available within Refinitiv's Search API, a powerful search engine covering content such as quotes, instruments, organizations, and many types of assets.

Jupyter Notebook 100.00%
search python3 refinitiv jupyter-notebooks refinitiv-workspace rdp eikon desktop application-workflow

article.rdplibrary.python.search's Introduction

Building Search into your Application Workflow

For the equivalent .Net implementation, refer here: Article.RDPLibrary.DotNet.Search

Overview

With the wealth of content offered within the Refinitiv ecosystem, the following series of examples will outline the core capabilities available within Refinitiv's Search API, a powerful, Google-like search engine covering content such as quotes, instruments, organizations, and many other assets that can be programmatically integrated within your business Workflow.

Details and concepts are further explained in the Building Search into your Application Workflow article published on the Refinitiv Developer Community portal.

Disclaimer

The source code presented in this project has been written by Refinitiv only for the purpose of illustrating the concepts of creating example scenarios using the Refinitiv Data Platform Library for Python.

Note: To ask questions and benefit from the learning material, I recommend you to register on the Refinitiv Developer Community

Prerequisites

To execute any workbook, refer to the following:

License(s):

Development Environment

  • Tested with Python 3.7
  • Packages: rdp pandas datetime dateutil
  • RDP for Python installation: 'pip install refinitiv-dataplatform'

Setup

The application package includes a series of Jupyter Notebooks demonstrating features of the service. Depending where you plan to access the content from, you will need provide the proper credentials:

  • Desktop Access

    The notebooks have been set up and tested to access data within the desktop, whether Refinitiv Workspace or Eikon. For each, you simply need to replace the 'Your API Key here' with your own generated application API key.

  • Platform Access

    If you have an RDP license, you will need to replace the session code segment at the top of each notebook. Replace the following line:

    rdp.open_desktop_session('Your API Key here')
    

    With the following:

    rdp.open_platform_session(
      "Your API Key here",
        rdp.GrantPassword(
            username = "<YOUR MACHINE ID>",
            password = "<PASSWORD>"
        )
    )

Authors

  • Nick Zincone - Release 1.0. Initial version

article.rdplibrary.python.search's People

Contributors

zinc1oxide avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.