Getting Error message - ValueError: too many values to unpack (expected 2)

df, err = ek.get_timeseries(["AUD="], start_date='2022-05-12T15:00:00', end_date='2022-05-12T15:30:00', interval='tick',
fields=['TIMESTAMP', 'VALUE', 'HIGH', 'LOW', 'OPEN', 'CLOSE'])
#df['Mid']=df.mean(axis=1)
print(tabulate(df, headers='keys', tablefmt='fancy_grid'))
Best Answer
-
Hi @Atul.Sanwal,
The get_timeseries API call does not return a tupple like get_data call. Please use following syntax:
df = ek.get_timeseries("AUD=", start_date='2022-05-12T15:00:00', end_date='2022-05-12T15:30:00', interval='tick')
display(df)0
Answers
-
now i am getting the following error : ValueError: not enough values to unpack (expected 2, got 1)
0 -
0
-
just one more question, is there a way to get fx mid using timeseries function or bid/ask values
0 -
df = ek.get_timeseries("JPY=", 'TR.ASKPRICE', 'TR.BIDPRICE',start_date= '2022-05-12T15:00:00',end_date= '2022-05-12T15:10:00', interval='tick')
df['Mid']=df.mean(axis=1)
print(tabulate(df, headers='keys', tablefmt='fancy_grid'))0 -
hi @Atul.Sanwal ,
Those fields aren't available in the get_timeseries request
To get the bid and ask values of JPY=, I
would recommend you look at the newer RD Library for Python - which is currently in Beta and
due for release in the coming months.It should have much-improved
error/session handling than RDP Library once it is released and the data available in Eikon Data API is also available there.It will also have fuller
documentation - I have been advised by the RD Library team that they are
awaiting the completion of the documentation to confirm the release date.To try using this and discovering RD Library, you can open its code example in the Codebook app on the Eikon desktop and check in the directory below
- __Examples__/01. Data Retrieval & Discovery/01.01. Refinitiv Data Library/EX_01_01_02__Access__Get_History.ipynb
Please let me know in case you have any questions
0 - __Examples__/01. Data Retrieval & Discovery/01.01. Refinitiv Data Library/EX_01_01_02__Access__Get_History.ipynb
-
actually i am trying to do a fx comparison between our broker rates vs refiniiv's rates, was wondering If i get JPY = 128.48 asof 13th May at London 4pm, how will i get the rate for the same timezone from refinitiv, also, how many Counts it will deliver, the objective is to compare like for like
0 -
rd.set_app_key('cccb21291cc14760a9174f5be2abb75478e0a81')
also i am getting error in this line0
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
- 684 Datastream
- 1.4K DSS
- 615 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
- 249 ETA
- 554 WebSocket API
- 37 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
- 642 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 192 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 89 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛