Skip to main content

Get recent published Index curves

GET 

/api/v1/curves

Requests are rate limited to 10 requests per user per second. Will return the most recent - up to 1 year, curves in ascending order of time. In exceptional circumstances index curves may be delayed or amended after publication. In such cases cases, the curve object may also contain either of the following two fields: amendTime or repeatOfPreviousValue.

Request

Query Parameters

    id stringrequired

    ID of stream

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object[]

    nullable

    The response data

  • Array [

  • tenors

    object

    Published Index Curve

    property name* string

    Published Index Curve

    time int64

    Milliseconds since Unix epoch

    amendTime int64

    If the curve has been amended after being previously published, this field indicates the time of the amendment in milliseconds since Unix epoch. If no amendment has been made, the field will be absent.

    repeatOfPreviousValue boolean

    If an error has occurred during calculation such that an index curve could not be calculated for that day, and it has been replaced with the curve from the previous day, this boolean field will exist, and will be true. If no such error has occurred, the field will be absent.

  • ]

Loading...