Print Page  
Fundamentals / Listing Related
SecurityType
Full Description

Returns the Security Type Code for a stock.

NOTE: currently there's no way to find Royalty Trusts or SPACs.

Security Type Code Description Value
Common Common Stock 1
Unit Unit 2
Trust Trust 3
DR Depositary Receipts 4
MLP Master Ltd. Partnerships 5
BDC Business Dev. Companies 6
ETF ETF 7

 

Example 1

Eliminate BDC companies

SecurityType != BDC

Example 2

Find BDCs and MLPs

InSet(SecurityType, BDC, MLP)