HistoricalPricing.get_summaries

Best Answer
-
Hi @navtej.riyait ,
As RDP Python libraries have been redesigned and renamed to Refinitiv Data Libraries (RD libraries). Alpha versions of former RDP libraries will be maintained for a while, but for new development, it is recommended to use the latest RD libraries which incorporate new features and offer greater usability. Please refer to the following pages for more about the new RD libraries: RD library for Python, RD Library for TypeScript, RD Library for .NET.
The list can be used in the universe parameter
import refinitiv.data as rd
from refinitiv.data.content import historical_pricing
rd.open_session()
response = historical_pricing.summaries.Definition(
['CHF=','JPY='],
interval=Intervals.FIVE_MINUTES
).get_data()
response.data.dfYou can also check more detail on the function and its available parameters with the Python helper function
help(historical_pricing.summaries.Definition)
Hope this helps and please let me know in case you have any further questions.
0
Answers
-
Thanks Raksina.
I am trying to install the refinitiv.data library but am getting an error as shown below
0 -
I have resolved the install issue.
Now I am testing the following code
import refinitiv.data as rd
from refinitiv.data.content import historical_pricing
rd.open_session(config_name='credentials.json')
response = historical_pricing.summaries.Definition(
['CHF=','JPY='],
interval=Intervals.FIVE_MINUTES
).get_data()
response.data.dfGet the following error:
An error occurred while requesting URL('http://localhost:9060/api/status').
An error occurred while requesting URL('http://localhost:9060/api/status').
ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it')
An error occurred while requesting URL('http://localhost:9000/api/status').
ReadTimeout('timed out')
An error occurred while requesting URL('http://localhost:9060/api/status').
ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it')
Error: no proxy address identified.
Check if Desktop is running.
0 -
Hi @navtej.riyait ,
According to the error message, the API was unable to connect to the Eikon or Workspace API proxy running on the local machine. The RD library with the desktop session retrieves data through the Eikon or Workspace API proxy running on the same machine.
First, you need to make sure that the API proxy is running properly on the machine. Please refer to the Eikon Data API(Python) Troubleshooting article.
0 -
To get closing prices for a day I have the following code:
my_list =['GBP=','AUD=']
try:
response = historical_pricing.summaries.Definition(
my_list,
start=start_date,
end=end_date,
fields = ['MID_PRICE'],
interval=historical_pricing.Intervals.DAILY).get_data()
resp = response.data.dfWhat start_date and end_date do I need to use ?
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.4K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 24 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 279 Open PermID
- 45 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 713 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛