Listing Thumbnail

    Company SEC EDGAR Filing APIs with history

     Info
    Deployed on AWS
    This API will help analysts to pull financial information from companies financials. Comapnies financial details are fetched from 10K and 10Q forms so these numbers can be directly reconciled with SEC EDGAR website.

    Overview

    Use Cases

    US public listed companies financial analysis.


    Metadata

    Various end pints are availalbe like- */companies endpoints will return data like-

    [ { "cik": 1171014, "companyFullName": "COSI INC", "ticker": "cosi" }, { "cik": 37996, "companyFullName": "FORD MOTOR CO", "ticker": "f" } ]

    *\submissions will return the data like

    [ { "dateAccepted": "2023-01-20T16:38:53.000+00:00", "cik": 795266, "submissionNumber": "0000795266-23-000009", "form": "10-K", "companyName": "KB HOME" }, { "dateAccepted": "2023-01-20T16:31:37.000+00:00", "cik": 1424404, "submissionNumber": "0001062993-23-001190", "form": "10-Q", "companyName": "Wolverine Resources Corp." } ]

    */statement/{reportType} will return the output like below. You can get all datapoints of a income statement or Balance Sheet.

    [ { "id": 1, "line": 1, "measureTag": "CashCashEquivalentsRestrictedCashAndRestrictedCashEquivalents", "datatype": "monetary", "preferredLabel": "Cash, Cash Equivalents, Restricted Cash and Restricted Cash Equivalents", "columns": [ { "periodEndDate": 20220930, "header": "20220930", "value": 21721000000.0000, "form": "10-Q", "submissionNumber": "0000037996-22-000073" }, { "periodEndDate": 20220630, "header": "20220630", "value": 20134000000.0000, "form": "10-Q", "submissionNumber": "0000037996-22-000048" } ] } ]

    you can call the APIs like

    aws dataexchange send-api-asset \ --data-set-id [subscription-data-set-id] \ --revision-id [subscription-revision-id] \ --asset-id [subscription-asset-id] \ --method GET \ --path "/companies"

    Python code for client

    import json import boto3 CLIENT = boto3.client('dataexchange', region_name = 'us-east-1',aws_access_key_id='ACCOUNT_ACCESSS_KEY_ID',aws_secret_access_key= 'ACCOUNT_SECRET_ACCESSS_KEY') DATA_SET_ID = 'SUBSCRIPTION_DATA_SET_ID' REVISION_ID = 'SUBSCRIPTION_REVISION_ID' ASSET_ID = 'SUBSCRIPTION_ASSET_ID' METHOD = 'GET' PATH = '/companies' response = CLIENT.send_api_asset( DataSetId=DATA_SET_ID, RevisionId=REVISION_ID, AssetId=ASSET_ID, Method=METHOD, Path=PATH ) print(response['Body'])
    DescriptionValue
    Data Format(s)JSON
    Geographic coverageUS Public Listed Companies data
    Historical coverageData Starting 2012
    Universe coverageInformation present in 10K and 10Q forms (including amendments)
    Unique identifiersThe Central Index Key (CIK) is used on the SEC's computer systems to identify corporations and individual people who have filed disclosures.
    Update frequencyEvery hour
    Update timeNear realtime
    File size rangeBased on APIs response
    Update Type (Incremental updates vs. Full refresh)Hourly Update
    Data Source(s)SEC and Bright Analyst's various processes and enrichments

    Subscription Verification Request Information

    If you are enabling subscription verification for your products, you may elect to indicate the information that you will require from the prospective subscriber i.e., EIN number, # of applications, # of users, # of Regions, etc.


    Need Help?

    If you have questions about our products, contact us using the support information below. Email: admin@brightanalyst.com  (https://brightanalyst.com )


    About Your Company

    Bright Analyst is a software development firm that provides a financial analysis platform and finaical data for analysis purpose.

    Details

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Company SEC EDGAR Filing APIs with history

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    Free products have no refunds.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    AWS Data Exchange (ADX)

    AWS Data Exchange is a service that helps AWS easily share and manage data entitlements from other organizations at scale.

    Additional details

    Data sets (1)

     Info

    You will receive access to the following data sets.

    Data set name
    Type
    Historical revisions
    Future revisions
    Sensitive information
    Data dictionaries
    Data samples
    Company SEC API with history
    All historical revisions
    All future revisions
    Not included

    Resources

    Vendor resources

    Similar products