Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • App Studio /
avatar image
Question by De Xun · Jun 05, 2020 at 12:22 PM · eikonnewseikon-app-studiojavascriptjet

JET SDK: Retrieving News

Hi, I am a developer for a App Studio Application that utilizes JET API v2.0.12. I am utilizing React on the front-end.

I am attempting to retrieve all news related to a particular stock. This means I most likely would have to provide the RIC as an argument to a function, but I am unsure as to what function I would have to call. There is limited amount of documentation both online and within Eikon with regards to this matter.

Here is the Javascript code I am running right now. It is doing an asynchronous call to JET.News, and getting a response. However, it is unclear as to what I do after that.

From console.logging the functions/expressions provided, this is what I retrieved:

The service object holds multiple functions, which I all tried to no success.

Similarly, I tried the resolve function that takes in a callback, but I got a list of "expressionsTokens" which I do not know how to handle as well.

Would greatly appreciate some advice on how to handle my request, or point me to resources that aid me in my request.

Thakn you!

1591358839030.png (16.5 KiB)
1591358917208.png (51.8 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Alex Putkov.1 · Jun 05, 2020 at 05:03 PM

@De Xun

JET.js API Demo app available from the Developer tab in the main Eikon menu provides a bunch of examples of news headlines retrieval. Provided you already initialized JET, you don't need an async call to JET.News. Here's a code snippet I took out of one of the examples in JET.js API Demo app.

JET.News.create()
        .newsExpression("R:AAPL.O")
        .onAppend(onAppend)
        .onInsert(onInsert)
        .onDelete(onDelete)
        .start();

function onAppend(command) {
    ...
}

function onInsert(command) {
    ...
}

function onDelete(command) {
    ...
}
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

How to embed Graph in the chart div, see the sample code below

JET SDK open line chart

Can options be set in News.js to obtain Global news for private cos? For eg. i want to search for related Global news for MyRepublic and have it downloaded through the app studio

How do I retrieve fundamental and reference data from the Data Cloud with JET?

Developing a new application for Eikon?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges