Modular Finance Dataflow

/entities/company

GET/entities/companyapplication/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/entities/company"

Query parameters

ParameterTypeDescription
countriesstring[]A list of country codes to filter by, e.g. 'US,GB,FR'
include-unlistedbooleanInclude companies whose stocks are not currently listed. Default false.
company-idsinteger[]A list of company IDs to filter by
market-segment-idsinteger[]A list of market segment IDs to filter by
min-mcapnumberMinimum market capitalization
currencystringCurrency for the min-mcap filter and the mcap output field, e.g. 'SEK'. Default 'SEK'.
symbolsstring[]A list of stock symbols to filter by

Response

An array of EntitiesCompany 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).
industrystringIndustry classification of the company.
leistringLegal Entity Identifier (LEI) of the company.
local_refstringLocal registration reference for the company (e.g. organisation number).
market_segmentsstring[]Market segments the company's stocks trade on.
mcapnumberMarket capitalization of the company, based on issued shares, in the currency given by the currency parameter.
mcap_currencystringCurrency of the mcap value (ISO 4217).
micsstring[]Market Identifier Codes of all venues the company's stocks trade on.
ownersintegerNumber of disclosed owners of the company.
primary_market_segmentstringThe company's primary market segment.
primary_micstringMarket Identifier Code (ISO 10383) of the primary trading venue.
sectorstringSector classification of the company.