Modular Finance Dataflow

/shares/stock

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

Query parameters

ParameterTypeDescription
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.
datestringSnapshot date (YYYY-MM-DD). Defaults to the most recent data.

Response

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

FieldTypeDescription
company_idintegerModular Finance company identifier.
datestringDate of this snapshot (YYYY-MM-DD).
isinstringISIN of the share class.
market_segment_idsinteger[]Identifiers of those market segments.
market_segmentsstring[]Market segments the share class trades on.
market_sharesintegerTradeable shares under the market perspective, excluding the company's own holdings.
market_votesnumberTotal votes for the share class under the market perspective.
market_votes_roundednumbermarket_votes rounded to a whole number.
micstring[]Market Identifier Codes (ISO 10383) of the trading venues.
regulatory_sharesintegerIssued shares under the regulatory perspective, including the company's own holdings (the basis for disclosure thresholds).
regulatory_votesnumberTotal votes for the share class under the regulatory perspective (voting_rights multiplied by regulatory_shares).
regulatory_votes_roundednumberregulatory_votes rounded to a whole number.
stock_idintegerModular Finance stock (share class) identifier.
stock_namestringShare class name.
stock_symbolstringTicker symbol of the share class.
treasury_sharesintegerShares of this share class held by the company itself (its treasury owner). Subtract from regulatory_shares to get outstanding shares.
voting_rightsnumberNumber of votes each share of this class carries.