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 · javascriptjetnews feedjet apijet.news

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. · 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 >
11 People are following this question.

Related Questions

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

How to get full data image immediately when there is no update on the specified chain or RIC?

JET SDK open line chart

How to use JET request in a new window?

Not possible to change the URL of a tab anymore

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • 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
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges