Modular Finance Dataflow

/buyback/transactions

GET/buyback/transactionsapplication/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/buyback/transactions"

Query parameters

ParameterTypeDescription
countriesstring[]Filter to companies listed in these countries (ISO 3166-1 alpha-2, e.g. 'SE').

Response

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

FieldTypeDescription
buyback_datestringDate the repurchase took place (YYYY-MM-DD).
buyback_typestringType of repurchase.
company_idintegerModular Finance company identifier.
company_namestringCompany name.
currencystringCurrency of the transaction price (ISO 4217).
delta_capitalnumberChange in the company's treasury holding from this transaction, as a percentage of share capital.
delta_sharesintegerNumber of shares repurchased in this transaction.
pricenumberPrice paid per share in this transaction.
stock_idintegerModular Finance stock (share class) identifier.
stock_namestringShare class name.
stock_symbolstringTicker symbol of the share class.
total_holdingintegerThe company's total treasury holding of this share class after the transaction.