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
    Date Date The standard date
    Unit TenorUnit Unit
    Value Int Value of the Unit
  • Request Example

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

    Response body
    {
      "Data": [
        {
          "Date": "2021-05-21",
          "Unit": "Months",
          "Value": 99
        }
      ],
      "MaxRows": 99
    }