Skip to main content

Base URL

Three Sigma API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP. All requests contain the following base URL:
https://api.threesigma.ai

Authentication

To authenticate you need to add an Authorization header with the contents of the header being x-api-key sk_123456789 where sk_123456789 is your API Key
x-api-key: <x-api-key>

Response Codes

Three Sigma uses standard HTTP codes to indicate the success or failure of your requests. In general, 2xx HTTP codes correspond to success, 4xx codes are for user-related failures, and 5xx codes are for infrastructure issues.
StatusDescription
200Successful request.
400Check that the parameters were correct.
401The API key used was missing.
403The API key used was invalid.
404The resource was not found.
429The rate limit was exceeded.
5xxIndicates an error with Three Sigma servers.

Want to Jump In?

If youโ€™re ready to start using the API, check out the Quick Start guide.
If youโ€™re new to Three Sigma, we recommend starting with the Playground to get a feel for the data.

FAQ

The API is a programmatic way to access the data. The Playground is a visual way to access the data. The Playground is a great way to get started with the API.
Currently, thereโ€™s no versioning system in place. We plan to add versioning via calendar-based headers in the future.