v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0776187299.9 KB
Reference Data

List security types

Return all available security types supported by SnapTrade.

get/securityTypes

Response

OK

idstring uuid

Unique identifier for the security type within SnapTrade. This is the ID used to reference the security type in SnapTrade API calls.

codestring

A short code representing the security type. For example, "cs" for Common Stock. Here are some common values:

  • ad - ADR
  • bnd - Bond
  • cs - Common Stock
  • cef - Closed End Fund
  • crypto - Cryptocurrency
  • et - ETF
  • oef - Open Ended Fund
  • pm - Precious Metals
  • ps - Preferred Stock
  • rt - Right
  • struct - Structured Product
  • ut - Unit
  • wi - When Issued
  • wt - Warrant
descriptionstring

A human-readable description of the security type. For example, "Common Stock" or "ETF".

is_supportedboolean

This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid use case for this.

Example response

[
  {
    "id": "2bcd7cc3-e922-4976-bce1-9858296801c3",
    "code": "cs",
    "description": "Common Stock",
    "is_supported": true
  }
]