patchBay

Account API vs SEC EDGAR Data

Both are solid Finance APIs. Choose based on your specific requirements.

Account API

This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Acc...

SEC EDGAR Data

API to access annual reports of public US companies

Account API

  • Simple API key authentication
  • HTTPS supported

SEC EDGAR Data

  • No authentication required
  • HTTPS supported
  • CORS enabled for frontend use
  • Currently flagged as inactive
FeatureAccount APISEC EDGAR Data
AuthenticationapiKeyNone
HTTPSYesYes
CORSUnknownYes

When to use which?

SEC EDGAR Data is the better choice for quick prototypes and hackathons since it requires no authentication. SEC EDGAR Data works directly from the browser with CORS enabled, making it better for frontend-only apps.