getMarketHours

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getMarketHours
 -d clientID=someclientid
 -d developerAPIKey=somedeveloperkey

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
globalMarketHoursstringArray of details for the PPEX global market hours

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "globalMarketHours": {
        "mondayclosed": "No",
        "mondayStartHours": "6",
        "mondayStartMins": "0",
        "mondayCloseHours": "23",
        "mondayCloseMins": "59",
        "tuesdayclosed": "No",
        "tuesdayStartHours": "5",
        "tuesdayStartMins": "15",
        "tuesdayCloseHours": "23",
        "tuesdayCloseMins": "59",
        "wednesdayclosed": "No",
        "wednesdayStartHours": "1",
        "wednesdayStartMins": "0",
        "wednesdayCloseHours": "23",
        "wednesdayCloseMins": "59",
        "thursdayclosed": "No",
        "thursdayStartHours": "0",
        "thursdayStartMins": "0",
        "thursdayCloseHours": "23",
        "thursdayCloseMins": "59",
        "fridayclosed": "No",
        "fridayStartHours": "0",
        "fridayStartMins": "0",
        "fridayCloseHours": "23",
        "fridayCloseMins": "59"
    }
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!