Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Get Market/Settlement Holidays

This utility returns all upcoming trading and settlement holidays.

Request URL

Syntax GET /restapi/utils/holidays
Example URL https://api.uat.foliofn.com/restapi/utils/holidays

Response Data Fields

Field Type Description
holidaydate String Date of the holiday.
settlementHoliday Boolean Flag to indicate if day is settlement holiday.
tradeHoliday Boolean Flag to indicate if day is trading holiday.

Response Example


HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en

{
	"holidaydate" : "2016-11-24T00:00:00.000-05:00",
	"settlementHoliday" : "Y",
	"tradeHoliday" : "Y",
},
{
	"holidaydate" : "2016-11-24T00:00:00.000-05:00",
	"settlementHoliday" : "Y",
	"tradeHoliday" : "Y",
},
....
{
	"holidaydate" : "2016-11-24T00:00:00.000-05:00",
	"settlementHoliday" : "Y",
	"tradeHoliday" : "Y",
}

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

12/02/2016

  1. New documentation

Getting Started

REST APIs

Resources