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 insider roster holders for a given stock symbol.

GET
https://api.sugra.ai/v1/quotes/{symbol}/insider-roster
Last modified:2024-02-08 16:55:16
Maintainer:Not configured
OperationId:GetInsiderRoster
Retrieve a list of insider roster 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/NVDA/insider-roster' \
--header 'x-api-key:   ABCD314159'
Response Response Example
[
    {
        "Name": "DABIRI JOHN O",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Sale",
        "Latest Transaction Date": "2023-11-24T00:00:00.000",
        "Shares Owned Directly": 2183.0,
        "Position Direct Date": "2023-11-24T00:00:00.000",
        "Shares Owned Indirectly": null,
        "Position Indirect Date": null
    },
    {
        "Name": "DRELL PERSIS S",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Stock Gift",
        "Latest Transaction Date": "2023-10-06T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 33828.0,
        "Position Indirect Date": 1696550400.0
    },
    {
        "Name": "HUANG JEN-HSUN",
        "Position": "Chief Executive Officer",
        "URL": "",
        "Most Recent Transaction": "Stock Gift",
        "Latest Transaction Date": "2023-11-29T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 86632000.0,
        "Position Indirect Date": 1701216000.0
    },
    {
        "Name": "HUDSON BEACH DAWN E",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Sale",
        "Latest Transaction Date": "2023-12-15T00:00:00.000",
        "Shares Owned Directly": 70500.0,
        "Position Direct Date": "2023-12-15T00:00:00.000",
        "Shares Owned Indirectly": null,
        "Position Indirect Date": null
    },
    {
        "Name": "MCCAFFERY MICHAEL G",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Stock Gift",
        "Latest Transaction Date": "2023-08-29T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 21816.0,
        "Position Indirect Date": 1693267200.0
    },
    {
        "Name": "NEAL STEPHEN C.",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Stock Gift",
        "Latest Transaction Date": "2023-11-27T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 21068.0,
        "Position Indirect Date": 1701043200.0
    },
    {
        "Name": "ROBERTSON DONALD F JR",
        "Position": "Officer",
        "URL": "",
        "Most Recent Transaction": "Sale",
        "Latest Transaction Date": "2024-01-05T00:00:00.000",
        "Shares Owned Directly": 50961.0,
        "Position Direct Date": "2024-01-05T00:00:00.000",
        "Shares Owned Indirectly": null,
        "Position Indirect Date": null
    },
    {
        "Name": "SHOQUIST DEBORA C",
        "Position": "Officer",
        "URL": "",
        "Most Recent Transaction": "Sale",
        "Latest Transaction Date": "2024-01-08T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 238005.0,
        "Position Indirect Date": 1704672000.0
    },
    {
        "Name": "STEVENS MARK A",
        "Position": "Director",
        "URL": "",
        "Most Recent Transaction": "Sale",
        "Latest Transaction Date": "2024-01-12T00:00:00.000",
        "Shares Owned Directly": null,
        "Position Direct Date": null,
        "Shares Owned Indirectly": 4151630.0,
        "Position Indirect Date": 1705017600.0
    },
    {
        "Name": "TETER TIMOTHY S",
        "Position": "General Counsel",
        "URL": "",
        "Most Recent Transaction": "Stock Gift",
        "Latest Transaction Date": "2023-12-14T00:00:00.000",
        "Shares Owned Directly": 266505.0,
        "Position Direct Date": "2023-12-14T00:00:00.000",
        "Shares Owned Indirectly": null,
        "Position Indirect Date": null
    }
]

Request

Path Params
symbol
string 
required
The stock symbol for which to retrieve insider roster holders.
Example:
NVDA
Header Params
x-api-key
string 
optional
Default:
ABCD314159

Responses

🟢200Insider roster holders for the specified stock symbol.
application/json
Body
array of:
Name
string 
required
Position
string 
required
URL
string 
required
Most Recent Transaction
string 
required
Latest Transaction Date
string 
required
Shares Owned Directly
integer  | null 
required
Position Direct Date
string  | null 
required
Shares Owned Indirectly
integer  | null 
required
Position Indirect Date
integer  | null 
required
Modified at 2024-02-08 16:55:16
Previous
Retrieves top mutual fund holders for a given stock symbol.
Next
Retrieves insider transactions for a given stock symbol.
Built with