Receiving the Earliest Data Point

View as MarkdownOpen in Claude

EWrapper.headTimestamp (

requestId: int. Request identifier used to track data.

headTimestamp: String. Value identifying earliest data date
)

The data requested will be returned to EWrapper.headTimeStamp.

1def headTimestamp(self, reqId, headTimestamp):
2 print(reqId, headTimestamp)