Sugra API V1.0.0
  1. /v1/quotes
Sugra API V1.0.0
  • /v1/quotes
    • Retrieves all available information for a given stock symbol.
      GET
    • Get Stock Price
      GET
    • Retrieves news related to a given stock symbol.
      GET
    • Retrieves stock recommendations for a given symbol.
      GET
    • Retrieves upgrades and downgrades for a given stock symbol.
      GET
    • Retrieve targets for a stock symbol
      GET
    • Retrieves historical actions related to a given stock symbol.
      GET
    • Retrieves earnings report dates for a given stock symbol.
      GET
    • Retrieves top institutional holders for a given stock symbol.
      GET
    • Retrieves top mutual fund holders for a given stock symbol.
      GET
    • Retrieves insider roster holders for a given stock symbol.
      GET
    • Retrieves insider transactions for a given stock symbol.
      GET
    • Retrieves annual or quarterly income statements for a given stock symbol.
      GET
    • Retrieves annual or quarterly balance sheets for a given stock symbol.
      GET
    • Retrieves annual or quarterly cash flow data for a given stock symbol.
      GET
    • Retrieves multiple stock quotes
      GET
    • Get technical analysis for a stock symbol
      GET
    • Retrieve SEC filings for a specific stock symbol
      GET
    • Retrieves the ISIN (International Securities Identification Number) for a given stock symbol.
      GET
    • Get Stock Dividend Information
      GET
    • Retrieves Historical Price information for a given stock symbol.
      GET
  • v1/economics/
    • Get Economic Countries Indicators
      GET
    • Get Economics Indicators Overview
      GET
    • Get Economics GDP Indicators
      GET
    • Get Economics labour Indicators
      GET
    • Get Economics Prices Indicators
      GET
    • Get Economics Health Indicators
      GET
    • Get Economics Money Indicators
      GET
    • Get Economics Trade Indicators
      GET
    • Get Economics Government Indicators
      GET
    • Get Economics Business Indicators
      GET
    • Get Economics Consumer Indicators
      GET
    • Get Economics Housing Indicators
      GET
  1. /v1/quotes

Retrieves top institutional holders for a given stock symbol.

GET
https://api.sugra.ai/v1/quotes/{symbol}/institutional-holders
Last modified:2024-02-08 16:54:16
Maintainer:Not configured
OperationId:GetInstitutionalHolders
Retrieve a list of top institutional holders, including their holdings and related information, for a specific stock symbol.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sugra.ai/v1/quotes/AAPL/institutional-holders' \
--header 'x-api-key:   ABCD314159'
Response Response Example
[
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Vanguard Group Inc",
        "pctHeld": 0.0834,
        "Shares": 1303688506,
        "Value": 252876459508
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Blackrock Inc.",
        "pctHeld": 0.0665,
        "Shares": 1039640859,
        "Value": 201659137420
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Berkshire Hathaway, Inc",
        "pctHeld": 0.0586,
        "Shares": 915560382,
        "Value": 177591247296
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "State Street Corporation",
        "pctHeld": 0.037,
        "Shares": 578897858,
        "Value": 112288817516
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "FMR, LLC",
        "pctHeld": 0.0196,
        "Shares": 307066638,
        "Value": 59561715772
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Geode Capital Management, LLC",
        "pctHeld": 0.0186,
        "Shares": 291538165,
        "Value": 56549657865
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Price (T.Rowe) Associates Inc",
        "pctHeld": 0.0145000005,
        "Shares": 226650943,
        "Value": 43963483413
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Morgan Stanley",
        "pctHeld": 0.013099999,
        "Shares": 204714950,
        "Value": 39708558851
    },
    {
        "Date Reported": "2022-12-31T00:00:00.000",
        "Holder": "Norges Bank Investment Management",
        "pctHeld": 0.0107,
        "Shares": 167374278,
        "Value": 21746939940
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Northern Trust Corporation",
        "pctHeld": 0.0105,
        "Shares": 164536073,
        "Value": 31915062079
    }
]

Request

Path Params
symbol
string 
required
The stock symbol for which to retrieve top institutional holders.
Example:
AAPL
Header Params
x-api-key
string 
optional
Default:
ABCD314159

Responses

🟢200Top institutional holders for the specified stock symbol.
application/json
Body
array of:
Date Reported
string 
required
Holder
string 
required
pctHeld
number 
required
Shares
integer 
required
Value
integer 
required
Modified at 2024-02-08 16:54:16
Previous
Retrieves earnings report dates for a given stock symbol.
Next
Retrieves top mutual fund holders for a given stock symbol.
Built with