Skip to main content
POST
SEC Form D Search

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Headers

Idempotency-Key
string

Optional client-chosen key for this request (any string up to 255 characters, e.g. a UUID). Every Croma operation is an idempotent lookup: repeating a request with the same body returns the same result and creates nothing, so retrying after a timeout or network failure is always safe. The key is echoed back in the Idempotency-Key response header so you can correlate a retry with its first attempt. Each attempt that reaches the API counts against the rate limit.

Maximum string length: 255
Example:

"0f8e9a42-6b7c-4d1e-9a3f-2c5d7e8f9a0b"

Body

application/json
query
string
default:""

Palabras a buscar en el nombre del emisor y en los nombres de sus directivos, directores y promotores (opcional).

Maximum string length: 200
issuer_cik
string
default:""

CIK del emisor en EDGAR, con o sin ceros a la izquierda (opcional).

Pattern: ^\d{0,10}$
state
string
default:""

Código de estado de dos letras, p. ej. FL (opcional).

Pattern: ^(?:[A-Z]{2})?$
jurisdiction
string
default:""

Jurisdicción de constitución tal como la escribe el formulario, p. ej. DELAWARE, CAYMAN ISLANDS (opcional).

Maximum string length: 40
industry
string
default:""

Grupo de industria tal como lo nombra el formulario, p. ej. Other Technology, Biotechnology, Pooled Investment Fund (opcional).

Maximum string length: 60
fund_type
enum<string>
default:""

Tipo de fondo, solo para emisores que son fondos: venture_capital_fund, private_equity_fund, hedge_fund u other_investment_fund (opcional).

Available options:
,
venture_capital_fund,
private_equity_fund,
hedge_fund,
other_investment_fund
funds
enum<string>
default:include

Qué hacer con los fondos de inversión (pooled investment funds): include (por defecto), exclude para ver solo empresas operativas, only para ver solo fondos.

Available options:
include,
exclude,
only
form_type
enum<string>
default:""

D para notificaciones nuevas, D/A para enmiendas (opcional).

Available options:
,
D,
D/A
filed_from
string<date>
default:""

Optional date filter in yyyy-mm-dd format.

filed_to
string<date>
default:""

Optional date filter in yyyy-mm-dd format.

min_amount_sold
number
default:0

Monto mínimo ya vendido, en dólares (opcional).

Required range: x >= 0
page
integer
default:1

1-based page number for paginated results.

Required range: 1 <= x <= 1000
per_page
integer
default:20

Resultados por página (1-50).

Required range: 1 <= x <= 50

Response

Successful response

data
object
required