Giter Club home page Giter Club logo

eikon-python's Introduction

Eikon with Python

Overview:

The Refinitiv Eikon API provides simple access to users who require programmatic access to Refinitiv data on the desktop. Check out the Official API Documentation for more information.

Steps:

1) Download the Eikon package for Python with pip*:
pip install eikon

*If you cannot use pip, you can install the package with wheel (https://pypi.python.org/pypi/eikon)

2) Get your AppID" from the "Application ID Generator" in Eikon (you can find it through the search bar)
3) Import the Eikon Python and set your AppID (while the Eikon is running):
import eikon

eikon.set_app_key('xxxxxxxxxxxxxxxxxxxxxxx')
4) Now you can use the following commands:
eikon.get_symbology()
eikon.get_news_headlines()
eikon.get_news_story()
eikon.get_timeseries()
eikon.get_data()
5) EXAMPLE: Retrieve data for an index and its constituents with index_plus_constituents_time_series.py

Licence:

The Refinitiv (formerly Thomson Reuters) Eikon end user license agreement prohibits any type of data redistribution. If you require redistribution of data, then you should consider one of the Thomson Reuters Enterprise products. Application developers using Eikon APIs do not need to worry about data entitlements as these are enforced by Eikon and shared with the APIs.

Requirements:

  • Python 2.7+ or 3.4+
  • Eikon Scripting Proxy
  • EikonID

Release Notes:

  • 2023-01-25: updated code example with type hints and f-strings
  • 2017-05-16: Initial publication

eikon-python's People

Contributors

hoenie-ams 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.