question

Upvotes
Accepted
48 2 3 10

Incomplete 1-minute bars for IBM.N

We have noticed that there are specific 1-minute IBM.N bars that are incomplete when requesting historical summaries. Here is the request...

var def = Summaries
    .Definition()
    .Universe("IBM.N")
    .Interval(Summaries.Interval.PT1M)
    .TimestampLabel(Summaries.TimestampLabel.startPeriod)
    .Fields("OPEN_PRC", "HIGH_1", "LOW_1", "TRDPRC_1", "ACVOL_UNS", "NUM_MOVES")
    .Sessions(HistoricalPricing.Sessions.normal)
    .Count(1250)
    .Start("2024-04-19T17:37:00Z")
    .End("2024-04-19T22:00:00Z")
    .GetData();

The following bars, stamped in UTC, are incomplete...

2024-04-19T19:08:00

2024-04-19T18:54:00

2024-04-19T18:53:00

2024-04-19T18:13:00

2024-04-19T17:38:00

Screen shots attached.

ibm1-minutesummary.png


ibm1-minutesummary2.png

python#contenthistoricalprice-history
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83.1k 281 53 77

@cory.schmidt.1

Thank you for reaching out to us.

I checked the data from the Workspace chart app and found that the data on the chart app is also missing.


1717042167714.png

Please contact the helpdesk support team via MyRefinitiv to verify the content.


1717042167714.png (13.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

I checked against Eikon also and the same bars were missing. Thanks for the response.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.