Skip to main content

January 17, 2024

Enhancements

  • Data API: Updates to TimeSeriesService methods Import time series, create time series, and update time series. For details, see the reference documentation
    • New parameter insertOptions wraps the options used for inserting time series points.
    • New parameter updateOptions that wraps the options used for updating time series series.
    • New insert option shouldOptimize.
    • New update option replaceExistingDataPoints.
    • createTag no longer has any effect.
    • New parameter units that can be used to set the currency code for a time series.

Python SDK