Graph Swiss API is served from a single production base URL. Prepend it to every path you see in the API reference.Production#
| |
|---|
| Base URL | https://api.graph.swiss |
| Auth | X-API-Key header (see Authentication) |
| TLS | Required (HTTPS only) |
Path layout#
| Prefix | Auth | Purpose |
|---|
/api/companies/... | X-API-Key | Swiss companies — search, lookup, journals, reports. |
/api/persons/... | X-API-Key | Swiss persons — search, lookup with companies. |
/api/stocks/... | X-API-Key | Swiss stocks — symbols, quotes, history, profiles, financials. |
Endpoints under /api/... are metered and require an API key. See Authentication.Putting it together#
CORS#
Browser requests must come from an origin that's on the allowlist. If you hit a CORS preflight failure, ask your administrator to add your origin. Modified at 2026-05-01 06:35:34