Modular Finance Dataflow

/entities/stock

GET/entities/stockapplication/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/stock"

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 EntitiesStock rows, streamed for JSON and CSV.

FieldTypeDescription
company_idintegerModular Finance company identifier.
currenciesstring[]All currencies the share class trades in.
industrystringIndustry classification of the company.
isinstringISIN of the share class.
market_segmentsstring[]Market segments the share class trades on.
micsstring[]Market Identifier Codes of all venues the share class trades on.
primary_currencystringCurrency the share class primarily trades in (ISO 4217).
primary_market_segmentstringThe share class's primary market segment.
primary_micstringMarket Identifier Code (ISO 10383) of the primary trading venue.
sectorstringSector classification of the company.
stock_idintegerModular Finance stock (share class) identifier.
stock_namestringShare class name.
symbolstringTicker symbol of the share class.