Symbol support with Workspace get_history

I am migrating a solution from Eikon to Workspace. Here is code to pull some daily bars:
import sys
import refinitiv.data as rd
import pandas as pd
import datetime
rd.open_session(app_key =<>KEY)
Symbol_T = sys.argv[1]
Date_T = sys.argv[2]
universe = [Symbol_T]
df = rd.get_history(universe, end = Date_T, fields=["OPEN_PRC","HIGH_1","LOW_1","TRDPRC_1","ACVOL_UNS"], interval = 'daily')
Typical equity symbols work fine… IE: AAPL.OQ, MSFT.O and others: XAU=, XAG=
These symbols (/CADUSD, /.FTSE) did not need any conditioning when calling get_timeseries from EIKON, but are now returning the error below from Workspace.
Traceback (most recent call last):
File "D:\Users\SERVERMTL\AppData\Local\Programs\Python\Python39\lib\idlelib\run.py", line 564, in runcode
exec(code, self.locals)
File "C:\PNC\Stats\Python\PY_getTimeSeriesTestTicks.py", line 39, in <module>
df = rd.get_history(universe, start = ek_Start_T, end = ek_End_T, fields=["TRDPRC_1","TRDVOL_1"], interval = "tas") # tick => tas (time and sales)
File "D:\Users\SERVERMTL\AppData\Local\Programs\Python\Python39\lib\site-packages\refinitiv\data\_access_layer\get_history_func.py", line 206, in get_history
raise RDError(-1, except_msg)
refinitiv.data._errors.RDError: Error code -1 | No data to return, please check errors: ERROR: No successful response.
(TS.Intraday.UserRequestError.90001, /CADUSD - The universe is not found)
Any special handling that I need to do? Escaping? Or is this perhaps a permissions error?
Best Answer
-
Thank you for reaching out to us.
"/CADUSD" is an invalid RIC and it doesn't work in ek.get_timeseries. It returned the following error.
EikonError: Error code -1 | /CADUSD: Invalid RIC |
The correct RIC should be CAD=.
The historical pricing endpoints in the RD libaray suport the qos parameter to subscribe to delayed RICs.
To use the qos parameter, please refer to the historical_pricing.summaries.Definition in the content layer.
The code looks like this:
response = historical_pricing.summaries.Definition(
[".FTSE"],
interval=Intervals.DAILY,
extended_params={"qos":"delayed"}
).get_data()
response.data.dfThe historical pricing examples are on GitHub.
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
- 685 Datastream
- 1.4K DSS
- 616 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 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
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛