Modular Finance Dataflow

/equity/ownership/beneficial/base

GET/equity/ownership/beneficial/baseapplication/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/equity/ownership/beneficial/base"

Query parameters

ParameterTypeDescription
currencystringCurrency for value fields (e.g. 'SEK', 'USD'). Defaults to the listing currency.
use-stock-trade-currencybooleanEmit each stock's monetary values in its own trading currency. Cannot be combined with currency.
adjust-outstandingbooleanAdjust historical figures for changes in shares outstanding.
datestringSnapshot date (YYYY-MM-DD). Defaults to the most recent data.
owner-idsinteger[]Filter to positions held by these owner IDs.
owner-countriesstring[]Filter owners to these countries (ISO 3166-1 alpha-2).
market-segment-countriesstring[]Filter to companies listed in these countries (ISO 3166-1 alpha-2, e.g. 'SE').
market-segment-idsinteger[]Filter to companies listed on these market segments.
company-idsinteger[]Filter to these company IDs.
symbolsstring[]Filter to companies by ticker symbol.
include-unlistedbooleanInclude companies whose stocks are not currently listed. Default false.
min-mcapnumberMinimum company market capitalization, in 'currency'.
min-capitalnumberMinimum capital fraction of a position, 0-1.
min-portfolio-valuenumberMinimum total portfolio value of the owner.
max-shareholder-countintegerKeep at most this many top shareholders per company, sorted by capital.
exclude-owner-labelsstring[]Owner label keys to exclude.
include-owner-labelsstring[]Owner label keys to include (whitelist).
hide-treasurybooleanExclude treasury owners and treasury positions.
management-type-includestring[]Management types to include.
management-type-excludestring[]Management types to exclude.
management-style-includestring[]Management styles to include.
management-style-excludestring[]Management styles to exclude.

Response

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

FieldTypeDescription
anonymized_ownerstringStable hash of the owner and company, used to track an owner that cannot be disclosed by name.
capitalnumberHolding as a percentage of the company's capital.
company_idintegerModular Finance company identifier.
company_namestringCompany name.
cost_basisnumberAverage acquisition cost per share of the holding (GAV).
cost_basis_currencystringCurrency of cost_basis (ISO 4217).
delta_capital_1dnumberChange in capital percentage held over the past day.
delta_capital_1mnumberChange in capital percentage held over the past month.
delta_capital_1wnumberChange in capital percentage held over the past week.
delta_capital_1ynumberChange in capital percentage held over the past year.
delta_capital_3mnumberChange in capital percentage held over the past three months.
delta_capital_6mnumberChange in capital percentage held over the past six months.
delta_date_1dstringComparison date used for the one-day deltas (YYYY-MM-DD).
delta_date_1mstringComparison date used for the one-month deltas (YYYY-MM-DD).
delta_date_1wstringComparison date used for the one-week deltas (YYYY-MM-DD).
delta_date_1ystringComparison date used for the one-year deltas (YYYY-MM-DD).
delta_date_3mstringComparison date used for the three-month deltas (YYYY-MM-DD).
delta_date_6mstringComparison date used for the six-month deltas (YYYY-MM-DD).
delta_shares_1dintegerChange in shares held over the past day.
delta_shares_1mintegerChange in shares held over the past month.
delta_shares_1wintegerChange in shares held over the past week.
delta_shares_1yintegerChange in shares held over the past year.
delta_shares_3mintegerChange in shares held over the past three months.
delta_shares_6mintegerChange in shares held over the past six months.
delta_votes_1dnumberChange in voting-rights percentage held over the past day.
delta_votes_1mnumberChange in voting-rights percentage held over the past month.
delta_votes_1wnumberChange in voting-rights percentage held over the past week.
delta_votes_1ynumberChange in voting-rights percentage held over the past year.
delta_votes_3mnumberChange in voting-rights percentage held over the past three months.
delta_votes_6mnumberChange in voting-rights percentage held over the past six months.
isinstringISIN of the share class.
leistringLegal Entity Identifier (LEI) of the company.
management_stylestringFiner-grained management-style classification of the owner, distinct from and more specific than management_type.
management_typestringInvestment management approach of the owner: active, passive, quantitative or unknown.
owner_countrystringCountry of the owner (ISO 3166-1 alpha-2).
owner_idintegerModular Finance owner identifier.
owner_isinsstring[]ISINs of the owner's own listed instruments (e.g. fund share classes).
owner_leistringLegal Entity Identifier (LEI) of the owner.
owner_namestringOwner name.
owner_parent_idintegerOwner identifier of the parent in the ownership chain; null for a top-level owner.
owner_parent_namestringName of the parent owner in the ownership chain.
owner_typestringOwner classification (e.g. institution, private individual).
portfolio_weightnumberWeight of this holding in the owner's total portfolio, as a percentage.
sharesintegerNumber of shares held.
stock_idintegerModular Finance stock (share class) identifier.
stock_namestringShare class name.
stock_symbolstringTicker symbol of the share class.
valid_fromstringDate the holding became valid or was last confirmed (YYYY-MM-DD).
valuenumberMarket value of the holding.
value_currencystringCurrency of value (ISO 4217).
votesnumberHolding as a percentage of the company's voting rights.