Modular Finance Dataflow

/short/aggregate

GET/short/aggregateapplication/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/short/aggregate"

Query parameters

ParameterTypeDescription
countriesstring[]Filter to companies listed in these countries (ISO 3166-1 alpha-2, e.g. 'SE').
datestringSnapshot date (YYYY-MM-DD). Defaults to the most recent data.

Response

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

FieldTypeDescription
anonymous_capitalnumberUndisclosed (below-threshold) short interest as a percentage of capital.
anonymous_sharesintegerShares sold short in undisclosed positions.
company_idintegerModular Finance company identifier.
company_namestringCompany name.
datestringDate of this snapshot (YYYY-MM-DD).
isinstringISIN of the share class.
leistringLegal Entity Identifier (LEI) of the company.
public_capitalnumberPublicly disclosed short interest as a percentage of capital.
public_sharesintegerShares sold short in publicly disclosed positions.
stock_idintegerModular Finance stock (share class) identifier.
stock_namestringShare class name.
total_capitalnumberTotal short interest (public plus anonymous) as a percentage of capital.
total_sharesintegerTotal shares sold short (public plus anonymous).