Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    Uic Uic Route The Universal Instrument Code (UIC) of the instrument to get.
  • Response Parameters

    View Response Codes
    Name Type Description
    __count Number The total count of items in the feed.
    __next String The link for the next page of items in the feed.
    Data StandardDate [] The collection of entities for this feed.
    MaxRows Number The maximum number of rows that can be returned (if applicable).
  • Request Example

    Request URL
    GET /ref/v1/standarddates/fxoptionexpiry/22
  • Response Example

    Response body
    {
      "Data": [
        {
          "Date": "2021-05-21T00:00:00Z",
          "Unit": "Years",
          "Value": 99
        }
      ],
      "MaxRows": 99
    }