For 2 stocks listed on same exchange I get different number of rows of historical data and missin...

...g minutes
Hi folks,
I have downloaded the minute data from AMZN.0 and TSLA.O starting from January 1st to March 18th both 2020.
Dates were selected in that period to avoid the 50k limit.
I expected to get the same number of rows, instead I get 48.868 from one and 43.537 from the other.
So there are two possibilities:
1.- Data is simply correct but the two stocks were not trading the same amount of time.
2. Data is not correct, one of the two is missing data.
I requested "minute" data and I see this for one stock:
2020-01-0100:03:00 1850,85
2020-01-0100:05:00 1850,15
2020-01-0100:09:00 1850,85
2020-01-0100:11:00 1850,34
2020-01-0100:12:00 1850,82
2020-01-0100:16:00 1850,11
2020-01-0100:18:00 1850,21
2020-01-0100:19:00 1850,15
2020-01-0100:20:00 185120
20-01-0100:21:00 1850
And these are the first results for the other:
2020-01-0100:01:00 418,93
2020-01-0100:07:00 418,75
2020-01-0100:10:00 418,75
2020-01-0100:11:00 418,75
2020-01-0100:13:00 418,75
2020-01-0100:14:00 418,7
2020-01-0100:15:00 418,75
2020-01-0100:16:00 418,92
2020-01-0100:17:00 18,75
2020-01-0100:18:00 418,75
2020-01-0100:24:00 418,93
As you can see there are many missing minutes in both of them. I observed that this thing happens massively at the beginning of the request, Is there any explanation? Then it gets better after the first hour but still happens on the entire list of numbers. For this reason I think I did not get the data properly, Or does that mean the price did not change in those minutes?
Here is my code:
import eikon as ek ek.set_app_key('something') a = pd.read_csv("file.csv") #this simply contains the two stocks listt = a['STOCKS'].to_list() i = 1 for j in listt: init = "2020-01-01" fin = "2020-03-18" result = ek.get_timeseries(j, start_date = init, end_date = fin, interval="minute",fields= "HIGH" ) filename = (r"C:\Users\something\%dresult.csv" % i) result.to_csv (filename, index = True, header=True, decimal=',', float_format='%.3f') i = i+1
Best Answer
-
I believe that if there is no trade in the full minute, then you will not get a data point for that minute.
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
- 683 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
- 626 Refinitiv Data Platform Libraries
- 5 LSEG Due Diligence
- 1 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
- 84 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛