Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get a Security
This request returns details of a security.
Request URL
Syntax | GET /restapi/securities/{ticker} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/securities/DL |
Response Data Fields
Field | Description |
---|---|
ticker | The ticker of the security. |
companyName | The company name issued the security. |
instrumentType | The instrument type of the security. See Instrument Types for more information. |
market | The market name where security is trading. |
windowBuyable | An indicator of whether the security is window-tradable. See Order Types for more information. |
directBuyable | An indicator of whether the security is direct-tradable. See Order Types for more information. |
settlementPeriod | Days in which cash settles for buys. |
Response Example
Status Code: 200 OK
Content-Type: application/json
Date: Thu, 03 Oct 2013 21:06:48 GMT
Location: https://api.uat.foliofn.com/restapi/securities/DL
Server: Sun GlassFish Enterprise Server v2.1.1
Transfer-Encoding: chunked
X-Powered-By: Servlet/2.5
{
"companyName": "MICROSOFT CORP",
"directBuyable": true,
"instrumentType": "COMSTOCK",
"market": "NASD",
"settlementPeriod": "2"
"ticker": "MSFT",
"windowBuyable": true
}
Change Log
03/12/2020
- Added new field for Market name.