
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'])| Description | Value |
|---|---|
| Data Format(s) | JSON |
| Geographic coverage | US Public Listed Companies data |
| Historical coverage | Data Starting 2012 |
| Universe coverage | Information present in 10K and 10Q forms (including amendments) |
| Unique identifiers | The Central Index Key (CIK) is used on the SEC's computer systems to identify corporations and individual people who have filed disclosures. |
| Update frequency | Every hour |
| Update time | Near realtime |
| File size range | Based 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
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
Free products have no refunds.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
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.
Resources
Vendor resources
Similar products

