Modular Finance Dataflow

/corpgov/portfolio-meetings

GET/corpgov/portfolio-meetingsapplication/json · application/xml · text/csv

Requires your access key in the X-Dataflow-Key header (or key query parameter). Which parameters and response fields are available to you depends on your contract; your personal OpenAPI spec from /resources/open-api shows your exact surface.

curl -H "X-Dataflow-Key: $DATAFLOW_KEY" \
  "https://dataflow.modularfinance.com/api/corpgov/portfolio-meetings"

Query parameters

ParameterTypeDescription
owner-idsinteger[]Owners whose portfolio companies' meetings to include. Required.

Response

An array of CorpgovMeeting rows, streamed for JSON and CSV.

FieldTypeDescription
company_idintegerModular Finance company identifier.
company_namestringCompany name.
countrystringCountry where the company is listed (ISO 3166-1 alpha-2).
datestringDate of the general meeting (YYYY-MM-DD).
eventstringType of meeting or governance event.
leistringLegal Entity Identifier (LEI) of the company.
owner_namestringName of the owner whose portfolio company is holding the meeting.
requested_atstringWhen the meeting information was recorded.
underlying_ownersstring[]Underlying owners (e.g. funds) connected to the owner for this meeting.