View all available security types used throughout SWFI.
Retrieve a list of security types with no pagination. Security Types collection is referential to other collections.
curl -v -X GET https://api.swfi.com/v1/sectors \ -H "Accept: application/json" \ -H "Authorization: $API_KEY"
{ "data": [ "Asset-Backed Security", "Bond", "Concession", "Convertible Bond", "Convertible Preferred Stock", "Convertible Preferred Units", "Credit Facility", "Debenture", "Debt With Warrants", "Digital Token", "Exchange Traded Fund", "Forward Contract", "Fund Units", "Futures", "Global Depositary Receipt", "Green Bond", "Leasehold Interest", "Limited Partnership", "Loan", "Mandatory Convertible Security", "Mortgage-Backed Security", "Notes", "Ordinary Shares", "Preferred Shares", "Real Property", "Royalty", "Separate Account", "Subordinated Notes", "Term Loan", "Warrants" ], "total_items": 30 }
{ "errors": [ { "path": "/v1/aum/:_id", "message": "Not Found" } ], "status": 404 }