Modular Finance Dataflow

/freefloat/company

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

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

FieldTypeDescription
capitalnumberFree float as a percentage of the company's capital.
company_idintegerModular Finance company identifier.
company_namestringCompany name.
datestringDate of this snapshot (YYYY-MM-DD).
leistringLegal Entity Identifier (LEI) of the company.
sharesintegerNumber of shares in free float across the company.