/short/public
GET/short/publicapplication/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/public"Query parameters
| Parameter | Type | Description |
|---|---|---|
| countries | string[] | Filter to companies listed in these countries (ISO 3166-1 alpha-2, e.g. 'SE'). |
| date | string | Snapshot date (YYYY-MM-DD). Defaults to the most recent data. |
Response
An array of ShortPublicPosition rows, streamed for JSON and CSV.
| Field | Type | Description |
|---|---|---|
| asp | number | Average price per share at which the position was built (GAV). |
| capital | number | Short position as a percentage of the company's capital. |
| company_id | integer | Modular Finance company identifier. |
| company_name | string | Company name. |
| currency | string | Currency of value and asp (ISO 4217). |
| date | string | Date of this snapshot (YYYY-MM-DD). |
| isin | string | ISIN of the share class. |
| lei | string | Legal Entity Identifier (LEI) of the company. |
| seller | string | Name of the disclosed short seller. |
| shares | integer | Number of shares sold short in this position. |
| stock_id | integer | Modular Finance stock (share class) identifier. |
| stock_name | string | Share class name. |
| value | number | Market value of the short position. |
