Retrieve securities for a firm or a specific company. If no filters are provided, the endpoint returns all securities across the firm. If company IDs or holding IDs are provided, it returns securities specific to those companies or holdings.
Permissions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
A certificate being returned from our API.
The date the security was issued.
"2020-01-01"
The ID of the fund that holds this security.
"a2Ne"
The ID of the company this security belongs to.
"pvYe"
The name of the fund that holds this security.
"Fund I"
The name of the company this security belongs to.
"Acme Corp"
The total investment amount for this certificate.
{ "currency": "USD", "value": "1000000" }The number of shares held.
"50000"
The ID of the share class for this certificate.
"a2Ne"
The ID of the financing round this certificate belongs to.
"a2Ne"
The name of the share class for this certificate.
"Series A"
The ID of the security.
"a2Ne"
"certificate"