
Overview
Use Cases
Companies Peer comparisons and overall industry analysis.
Metadata
Various Endpoings are available like- */industries will provide the output like
[ { "sicCode": 100, "industryTitle": "AGRICULTURAL PRODUCTION-CROPS [100]" }, { "sicCode": 200, "industryTitle": "AGRICULTURAL PROD-LIVESTOCK & ANIMAL SPECIALTIES [200]" } ]*/industries/companies -> will provide the output of all companies in an Industry.
[ { "centralIndexKey": 1488638, "companyName": "AMERICAN METALS RECOVERY & RECYCLING INC.", "sic": 5090, "industry": "WHOLESALE-MISC DURABLE GOODS", "countryInc": "US", "stateProvinceInc": "NV", "ein": 272262066, "tradingSymbols": "pfds", "countryba": "US", "stprba": "TX", "cityba": "ROCKWALL", "zipba": "75032", "baStreet1": "270 SOUTHERN DRIVE", "baStreet2": "", "baPhone": "972-772-9493", "countryma": "US", "stprma": "TX", "cityma": "ROCKWALL", "zipma": "75032", "maStreet1": "270 SOUTHERN DRIVE", "maStreet2": "", "formerName": "PREMIER OIL FIELD SERVICES, INC.", "dateChanged": 20100406, "filerStatus": "5-SML", "wellKnownSeasonedIssuer": 0, "numCiks": 1, "additionalCiks": "", "exchangeName": null, "smallBusiness": null, "shellCompany": null, "emergingGrowthCompany": null } ]*/fundamentals will provide the output like
{ "id": 0, "name": "Fundamentals", "children": [ { "id": 1, "name": "Income Statement", "children": [ { "id": 106, "name": "Gross Profit", "children": [] }, { "id": 107, "name": "EBIT", "children": [] } ] } ]*/companies/fundamentals?company=37996&fun=106-> will provide the output like
[ { centralIndexKey: 37996, companyName: "FORD MOTOR CO", form: "10-Q", period: 20220930, submissionNumber: "0000037996-22-000073", columns: [ ] } ]You can even pass multiple companies (CIKs) or fundamentals (FUNs) to do peer comparisons like /companies/fundamentals?company=795255&company=784011&fun=3&fun=301&fun=302&fun=303
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 "/industries"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 = '/industries' 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 Peer Comparison and Industry analysis |
| 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 and Fundaments Id (provided in /fundamentals API) |
| 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 don't have 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.
Additional details
Resources
Vendor resources
Similar products

