API Overview

API Overview

Welcome to the 3spread API documentation. Our API allows you to access financial data and perform advanced analysis programmatically.

Base URL

All API requests should be made to:

https://api.3spread.com/v1

Authentication

To use the 3spread API, you need to include your API key in the header of each request:

Authorization: Bearer YOUR_API_KEY

Rate Limiting

The API is rate-limited to 100 requests per minute per API key. If you exceed this limit, you'll receive a 429 Too Many Requests response.

Endpoints

Our API provides the following main endpoints:

  • /companies: Access company information
  • /financials: Retrieve financial statements
  • /market-data: Get real-time and historical market data
  • /analysis: Perform financial analysis and calculations

For detailed information on each endpoint, please refer to their respective documentation pages.