Modular Finance Dataflow

/equity/trend/manager/base

GET/equity/trend/manager/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/trend/manager/base"

Query parameters

ParameterTypeDescription
limitintegerMaximum number of rows. Default 100.
company-idstringCompany to fetch trends for. Provide either company-id or symbol.
symbolstringTicker symbol, as an alternative to company-id.
adjust-outstandingbooleanAdjust historical holdings for changes in shares outstanding.
market-segment-countriesstring[]Filter to companies listed in these countries (ISO 3166-1 alpha-2, e.g. 'SE').

Response

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

FieldTypeDescription
company_idintegerModular Finance company identifier.
company_namestringCompany name.
cost_basisnumberAverage acquisition cost per share (GAV).
currencystringCurrency of cost_basis (ISO 4217).
five_yearsnumberThe owner's holding as a percentage of capital, five years ago.
leistringLegal Entity Identifier (LEI) of the company.
management_stylestringFiner-grained classification of the owner's management style, more specific than the broad active/passive/quantitative management type.
one_monthnumberThe owner's holding as a percentage of capital, one month ago.
one_weeknumberThe owner's holding as a percentage of capital, one week ago.
one_yearnumberThe owner's holding as a percentage of capital, one year ago.
owner_countrystringCountry of the owner (ISO 3166-1 alpha-2).
owner_idintegerModular Finance owner identifier.
owner_namestringOwner name.
owner_parent_namestringName of the parent owner in the ownership chain.
parent_idintegerOwner identifier of the parent in the ownership chain; 0 for a top-level owner.
six_monthsnumberThe owner's holding as a percentage of capital, six months ago.
three_monthsnumberThe owner's holding as a percentage of capital, three months ago.
three_yearsnumberThe owner's holding as a percentage of capital, three years ago.
todaynumberThe owner's holding as a percentage of capital, as of today.
two_yearsnumberThe owner's holding as a percentage of capital, two years ago.
verified_datestringDate the holding was last verified (YYYY-MM-DD).