v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Retrieve Sector Exposure

Returns the sector exposure for a given institution.

get/api/institution/{name}/sectors

Path parameters

namestring required
Example:VANGUARD GROUP INC

A large entity that manages funds and investments for others. Queryable by name or CIK.

Query parameters

datestring date
Example:2024-01-18T00:00:00.000Z

A date in the format of YYYY-MM-DD.

limitinteger
Example:10

How many items to return. Default 500. Max 500. Min 1.

Response

Successful response with sector exposure data.

Example response

{
  "data": [
    {
      "positions": 5,
      "positions_closed": 2,
      "positions_decreased": 2,
      "positions_increased": 2,
      "report_date": "2024-09-30T00:00:00.000Z",
      "sector": "Technology",
      "value": 2429329
    }
  ]
}