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 mutual fund holders for a given stock symbol.

GET
https://api.sugra.ai/v1/quotes/{symbol}/mutualfund-holders
Last modified:2024-02-08 16:54:51
Maintainer:Not configured
OperationId:GetMutualfundHolders
Retrieve a list of top mutual fund 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/MSFT/mutualfund-holders' \
--header 'x-api-key:   ABCD314159'
Response Response Example
[
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Vanguard Total Stock Market Index Fund",
        "pctHeld": 0.0312,
        "Shares": 231883087,
        "Value": 78965466446
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Vanguard 500 Index Fund",
        "pctHeld": 0.0238,
        "Shares": 177034936,
        "Value": 60287477105
    },
    {
        "Date Reported": "2023-08-31T00:00:00.000",
        "Holder": "Fidelity 500 Index Fund",
        "pctHeld": 0.0115,
        "Shares": 85181943,
        "Value": 27919233637
    },
    {
        "Date Reported": "2023-09-30T00:00:00.000",
        "Holder": "SPDR S&P 500 ETF Trust",
        "pctHeld": 0.0112,
        "Shares": 83514381,
        "Value": 26369665800
    },
    {
        "Date Reported": "2023-09-30T00:00:00.000",
        "Holder": "iShares Core S&P 500 ETF",
        "pctHeld": 0.0095,
        "Shares": 70264910,
        "Value": 22186145332
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Vanguard Growth Index Fund",
        "pctHeld": 0.0085,
        "Shares": 63262454,
        "Value": 21543396085
    },
    {
        "Date Reported": "2023-08-31T00:00:00.000",
        "Holder": "Invesco ETF Tr-Invesco QQQ Tr, Series 1 ETF",
        "pctHeld": 0.007900001,
        "Shares": 58757680,
        "Value": 19258417196
    },
    {
        "Date Reported": "2023-06-30T00:00:00.000",
        "Holder": "Vanguard Institutional Index Fund-Institutional Index Fund",
        "pctHeld": 0.0068,
        "Shares": 50756950,
        "Value": 17284771753
    },
    {
        "Date Reported": "2023-08-31T00:00:00.000",
        "Holder": "Vanguard Information Technology Index Fund",
        "pctHeld": 0.0053,
        "Shares": 39119308,
        "Value": 12821744390
    },
    {
        "Date Reported": "2023-09-30T00:00:00.000",
        "Holder": "Growth Fund Of America Inc",
        "pctHeld": 0.0053,
        "Shares": 39310503,
        "Value": 12412291322
    }
]

Request

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

Responses

🟢200Top mutual fund 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:51
Previous
Retrieves top institutional holders for a given stock symbol.
Next
Retrieves insider roster holders for a given stock symbol.
Built with