Returned data is in a shortened format

dgarrard
Explorer
When I call the Eikon Data API using Python, the listed data is presented in a shortened manner, with many lines replaced by "...". The below is what I get when using IDLE for Python, but the same behaviour occurs with calls from the Windows command line. Is there a setting that I can change to ensure I get the full dataset listed since I wish to access stdout?
Python 3.9.9 (tags/v3.9.9:ccb0e6a, Nov 15 2021, 18:08:50) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
=============== RESTART: C:\PNC\Stats\Python\PY_getTimeSeries.py ===============
MSFT.O HIGH LOW OPEN CLOSE COUNT VOLUME
Date
2021-12-20 09:30:00 318.5 318.3 318.36 318.49 24 542
2021-12-20 09:31:00 318.59 318.49 318.49 318.59 21 421
2021-12-20 09:32:00 318.61 318.5 318.59 318.59 32 453
2021-12-20 09:33:00 318.61 318.52 318.52 318.61 18 262
2021-12-20 09:34:00 318.72 318.51 318.71 318.53 16 110
... ... ... ... ... ... ...
2021-12-20 15:56:00 320.392 320.0182 320.04 320.255 1215 50007
2021-12-20 15:57:00 331.7303 320.04 320.27 320.04 907 39919
2021-12-20 15:58:00 320.1597 319.66 320.04 319.695 1030 42235
2021-12-20 15:59:00 319.7 319.12 319.69 319.17 2054 93087
2021-12-20 16:00:00 319.38 319.11 319.18 319.36 1058 50221
[391 rows x 6 columns]
>>>
0
Best Answer
-
The output is a data frame. You can change the number of displayed rows through the display.max_rows by using the following code.
import pandas as pd
pd.set_option('display.max_rows', None)0
Categories
- All Categories
- 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
- 613 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
- 248 ETA
- 552 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
- 630 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
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 86 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛