AAtlas API

Introduction

Build market-event workflows for customers and internal teams with the Atlas API and portal.

Atlas has three separate products:

ProductAudiencePurpose
Atlas web appAnalysts and investment teamsBrowse filings, tracked companies, and research workflows in the first-party product.
Atlas APIFintechs, brokerages, and asset managersPull market data, receive Atlas events, and reconcile event feeds in your own systems.
Atlas PortalDevelopers and operations teamsManage organizations, API keys, environments, usage, and delivery configuration.

This site covers the Atlas API and Atlas Portal. It does not document the internal product workflows inside the Atlas web app.

What you can build

  • fund monitoring workflows for wealth and advisory products
  • issuer monitoring pipelines for brokerage and investment platforms
  • compliance and disclosure monitoring for operations teams
  • internal automations triggered by filings, fund disclosures, and market events

How teams integrate

SDKs

One integration surface across webhooks, event reads, and operational helpers.

REST API

Query companies, filings, funds, and events directly when you need filtering, backfills, or reconciliation.

Event feeds

Backfill and reconcile events through authenticated API reads.

Webhooks

Push matching events to your own systems as the primary product integration path.

Portal

Use the portal to create organizations, manage API keys, switch between live and sandbox, and review usage.

Product boundaries

  • Portal is for humans. It is where your team signs in and manages access.
  • API is for machines. It is where your applications fetch filing data and receive notifications.
  • Atlas web app is separate. It is the first-party research product, not part of the customer API contract.

Start here

  1. Read the Quickstart.
  2. Pick a workflow package:
  3. Review SDKs if you want a typed integration surface instead of raw HTTP.
  4. Review Webhooks and Event Feeds.
  5. Generate your first API key in Portal.
  6. Use Sandbox Testing before you move to live.
  7. Choose your environment in Environments.
  8. Review Pricing and Metering before you treat usage as a commercial input.
  9. Review Errors and Idempotency before going live.
  10. Use the API Reference for endpoint-level details.

On this page