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

Retrieve SEC filings for a specific stock symbol

GET
https://api.sugra.ai/v1/quotes/{symbol}/sec-filings
Last modified:2024-02-08 17:18:32
Maintainer:Not configured
OperationId:getSECFilings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sugra.ai/v1/quotes/IMAX/sec-filings' \
--header 'x-api-key:   ABCD314159'
Response Response Example
200 - Success
[
    {
        "acceptanceDateTime": "February 07, 2024 17:10:35",
        "accessionNumber": "0001086364-24-006869",
        "act": "34",
        "fileNumber": "005-48199",
        "filingDate": "Wed, 07 Feb 2024 00:00:00 GMT",
        "filmNumber": "24605754",
        "form": "SC 13G/A",
        "isInlineXBRL": 0,
        "isXBRL": 0,
        "items": "",
        "primaryDocDescription": "",
        "primaryDocument": "ca45245e1097_020724.txt",
        "primaryDocumentURL": "https://www.sec.gov/Archives/edgar/data/0000921582/000108636424006869/ca45245e1097_020724.txt",
        "reportDate": "",
        "size": 12740
    },
    {
        "acceptanceDateTime": "February 02, 2024 14:17:27",
        "accessionNumber": "0001086364-24-006191",
        "act": "34",
        "fileNumber": "005-48199",
        "filingDate": "Fri, 02 Feb 2024 00:00:00 GMT",
        "filmNumber": "24590225",
        "form": "SC 13G",
        "isInlineXBRL": 0,
        "isXBRL": 0,
        "items": "",
        "primaryDocDescription": "",
        "primaryDocument": "ca45245e1097_020224.txt",
        "primaryDocumentURL": "https://www.sec.gov/Archives/edgar/data/0000921582/000108636424006191/ca45245e1097_020224.txt",
        "reportDate": "",
        "size": 13577
    },
    {
        "acceptanceDateTime": "January 25, 2024 16:30:58",
        "accessionNumber": "0001193125-24-015449",
        "act": "34",
        "fileNumber": "005-48199",
        "filingDate": "Thu, 25 Jan 2024 00:00:00 GMT",
        "filmNumber": "24562603",
        "form": "SC 13D/A",
        "isInlineXBRL": 0,
        "isXBRL": 0,
        "items": "",
        "primaryDocDescription": "SC 13D/A",
        "primaryDocument": "d714034dsc13da.htm",
        "primaryDocumentURL": "https://www.sec.gov/Archives/edgar/data/0000921582/000119312524015449/d714034dsc13da.htm",
        "reportDate": "",
        "size": 237697
    }
]

Request

Path Params
symbol
string 
required
The stock symbol for which to retrieve SEC filings.
Example:
IMAX
Header Params
x-api-key
string 
optional
Default:
ABCD314159

Responses

🟢200A list of SEC filings for the given stock symbol.
application/json
Body
array of:
acceptanceDateTime
string 
required
accessionNumber
string 
required
act
string 
required
fileNumber
string 
required
filingDate
string 
required
filmNumber
string 
required
form
string 
required
isInlineXBRL
integer 
required
isXBRL
integer 
required
items
string 
required
primaryDocDescription
string 
required
primaryDocument
string 
required
primaryDocumentURL
string 
required
reportDate
string 
required
size
integer 
required
🟠404Ticker symbol not found or CIK mapping unavailable.
🔴500Failed to fetch filings or no filings available.
Modified at 2024-02-08 17:18:32
Previous
Get technical analysis for a stock symbol
Next
Retrieves the ISIN (International Securities Identification Number) for a given stock symbol.
Built with