Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get Next Available Trading Window
This request returns the date and time of the next available trading window.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/nextavailabletradingwindow |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/RA1234700D/nextavailabletradingwindow |
Response Data Fields
Field | Description |
---|---|
cutOffDate | Date and Time of next available trading window |
Response Example
[
{
"cutOffDate": "2017-01-10T11:00:00.000-05:00",
}
]
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
01/20/2017
- New document