Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Is Ticker Available
This request allows knowing if a ticker is not used in Folio system.
Request URL
Syntax |
GET /restapi/utils/tickeravailable/{ticker} |
Example URL |
https://api.uat.foliofn.com/restapi/utils/tickeravailable/AAMUQ |
Request Data Fields
Field |
Type |
Description |
Required |
Value |
ticker |
String |
The security identifier code. |
Yes |
|
Response Data Fields
Field |
Type |
Description |
Required |
Value |
- |
Boolean |
Indicate if the specified ticker is used in Folio system. |
Yes |
- True – the specified ticker is not used,
- False – the specified ticker is used.
|
Response Example
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
false
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
07/08/2016
- Removed Request Example
11/27/2015
- New documentation