Introduction

The Bindoo News API is an institutional-grade JSON interface that delivers real-time news metadata enriched with NLP insights, sentiment polarity, and stock ticker mappings.

Designed for high-frequency algorithmic trading and quant-research, our system aggregates data from 50+ global tier-1 sources into a synchronized, clean feed.

Authentication

Access to the API requires an API key. You can find your active key in your Dashboard.

Auth should be handled via the X-API-KEY HTTP header.

Response Object

results

List of matching news items.

total

Total results found.

total_pages

Number of pages based on your limit.

Error Codes

Code Message Description
401 apiKeyMissing Your API key was not supplied in the header.
403 apiKeyInvalid Invalid API key or disabled account.
429 rateLimited Usage quota exceeded for your current tier.

Tier Quotas

API limits are strictly enforced based on your subscription. Exceeding these limits will result in 429 Too Many Requests errors.

Free Tier

  • • 500 Daily Requests
  • • 5 req/sec (RPS)
  • • Last 90 Days History

Basic Tier

  • • 5,000 Daily Requests
  • • 20 req/sec (RPS)
  • • Last 2 Years History

Professional

  • • 50,000 Daily Requests
  • • 100 req/sec (RPS)
  • • History Since 2020

Premium

  • • 250,000+ Daily Requests
  • • 200 req/sec (RPS)
  • • History Since 2015