Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Securities
This request returns all securities available on the brokerage platform.
Request URL
Syntax | GET /restapi/securities |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/securities |
Response Data Fields
See Get a Security for the details of each field.
Response Example
Status Code: 200 OK
Content-Type: application/json
Date: Thu, 03 Oct 2013 20:49:21 GMT
Location: https://api.uat.foliofn.com/restapi/securities
Server: Sun GlassFish Enterprise Server v2.1.1
Transfer-Encoding: chunked
X-Powered-By: Servlet/2.5
[
{
"companyName": "CHINA DISTANCE ED HLDGS LTD SPONS ADR",
"directBuyable": true,
"instrumentType": "ADR",
"market": "NYSE",
"settlementPeriod": "2",
"ticker": "DL",
"windowBuyable": true
},
{
"companyName": "DAI NIPPON PRTG LTD JAPAN SPONSORED ADR",
"directBuyable": true,
"instrumentType": "ADR",
"market": "PINK",
"settlementPeriod": "2",
"ticker": "DNPLY",
"windowBuyable": true
}
]
Change Log
03/12/2020
- Added new field for Market name.