-
Urgent!!!News archive access failed
Urgent!!! Hi team, client is having an issue connecting to mrn archive host archive.news.refinitiv.com. I've attached error message and could you help with the reason? I tried Filezilla connection is fine. Thanks team.
-
Connect to mrn archive host via Python
Hi team, I'm trying to use below codes to connect to our archive.news.refinitiv.com host but encountered the error below. pysftp.Connection(host='archive.news.refinitiv.com', username='GE-xxxxxxx', password='xxxxxx') ERROR: No hostkey for host archive.news.refinitiv.com found. May I know what's the reason for that and how…
-
Convert MRN news JSON content to CSV
I am planning to download MRN news via Refinitiv SFTP. i need to convert it into CSV. Can you provide a sample using Python on how to do this?
-
rdp news api how to get data in raw
Hi team, i was trying to use refinitiv.dataplatform to get news data using below code. import refinitiv.dataplatform as rdp rdp.open_platform_session( 'appkey', rdp.GrantPassword( username = 'id', password = 'pwd*' ) ) html_story = rdp.get_news_story('urn:newsml:reuters.com:20230714:nL8N390167:3') But in html_story, i was…
-
python sample code for rdp api fetching news analytics
Hi team, where can i find sample python code to fetch news analytics from RDP using rdp api? I'm also confused about the python library since we have refinitiv.dataplatform, refinitiv.data and refinitiv.data-platform, which is the correct one for rdp api? And do we have detailed tutorial regarding the fileds for all…
-
MRN archive host connection failed
Hi team, my client is using java to connect mrn archive host archive.news.refinitiv.com, but got the error java.net.ConnectException: Connection timed out: connect, shown in the screenshot below. Any idea how to resolve it? Thank you.
-
What is the hostname for MRN using websockets API
I am using this hostname amer-1-t3.streaming-pricing-api.refinitiv.com and these mrn_domain = 'NewsTextAnalytics' mrn_item = 'MRN_STORY'
-
Machine Readable News api: news classification
Hi team, one of our clients is using MRN api to feed news into their own system. Currently the news can only be classified by company (like CUSIP or ISIN), they're asking whether our MRN can be classified based on industry or not?
-
MRN WebSocket A18: Unknown service
Hi! I use example of application from https://developers.refinitiv.com/en/article-catalog/article/creating-websocket-mrn-story-viewer-using-net-core-and-wpf article. I cloned repository (https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.CSharp.MRNWebSocketViewer) and trying to run application. As far as I…
-
MRN News Chinese language filter
We found that the language codes of Simplified Chinese and Traditional Chinese in the news message are both 'zh' . Is there any way to distinguish these two languages? Client uses EMA with LPC to get streaming news from RTO.
-
Login Rejected. Watchlist size of 2500 for 'WS JSON2' connection is outside of range [20001,50000...
...] supported for this ADS fanout tier for this type of connection. Hi Team, when I use client's RDP credentials to subscribe NEWS via Web socket , I get response with "Login Rejected. Watchlist size of 2500 for 'WS JSON2' connection is outside of range [20001,50000] supported for this ADS fanout tier for this type of…
-
如何判断RDP的账号是收取何种新闻的:RDP with MRN through EMA API(LPC), RDP with MRN through WebSocket, or AWS SQS...
如何判断RDP的账号是收取何种新闻的:RDP with MRN through EMA API(LPC), RDP with MRN through WebSocket, or AWS SQS Alerts?如何根据客户账号,帮助客户建立RDP的MRN的连接,谢谢!
-
MRN via Python
Hi Experts, Our client is trying to access MRN data via Python script. However, he said he got an error message , "550 No Such Directory" Python script is as below. ------------------------------------------------------------------------------------ def download_mrn(date, issuer='RTRS'): print(f'downloading {date} News…
-
MRN WebSocket filter before uncompressing
Is it possible to filter the news that will be received by a WebSocket, when signing up for a MRN_STORY *before* receiving and uncompressing the news received? I ask that because otherwise one will have to receive, uncompress and filter each news which might not be relevant. If it would be possible to define that, for…
-
Looking for Elektron WebSocket API MRN Example with C++
Hi, I would like to find more or less the same (if possible 100% equal): https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN/tree/ERT-in-Cloud but in C++ so I don't need to translate it line by line and start this application from scratch. Is it possible to have a WebSocket API MRN Example in C++ (NOT…