Reference Data

List security types

get
https://api.snaptrade.com/api/v1/securityTypes

Return all available security types supported by SnapTrade.

Execute an API Request

No request parameters.
Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...

Response fields

array of objects
object

The type of security. For example, "Common Stock" or "ETF".

1
[
2
{
3
"id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
4
"code": "cs",
5
"description": "Common Stock",
6
"is_supported": true
7
}
8
]