RawExtraction : how to get the last FID value for each day ?

Options
Tux1
Tux1 Explorer

Hi,

I want to get the last FID value for some specific FID for each day. At the moment I request the whole day and then filter. Is there a better way ?

Thanks

Best Answer

  • @webmastertux1,

    FID values are only available in a TickHistoryRawExtractionRequest.

    I have just checked the accepted ReportDateRangeType for this extraction, only Range, Relative, and DaysAgo are accepted. These all boil down to a range of data, so it seems that it is not possible to request only the last value.

Answers