Regional API
India News API: Real-Time Indian News Headlines & Stock Market Feeds
Integrate live Indian news headlines and financial media in clean JSON. Filter by NSE/BSE corporate announcements, regional topics, and English/Hindi sources.
india
financial-news
regional
Currents API provides normalized news streams covering major Indian news outlets, business dailies, and tech publications (Economic Times, Livemint, Business Standard, NDTV, Times of India, Hindu BusinessLine, and specialized regional publishers).
Designed for Indian stock market algorithms, sentiment analysis models, FinTech dashboards, and media intelligence platforms.
Why Developers Use Currents for Indian News
- National & Financial Media Coverage: Ingest real-time coverage across corporate earnings, policy announcements, startup funding, and macro economy.
- Developer-First Pricing: 250 requests/day free (no credit card required) and transparent $69/mo commercial plans.
- Low-Latency Search: Query by ticker names, company leadership, industry sectors, or regulatory bodies (SEBI, RBI).
Python Example: Track Indian Market News
import requests
url = "https://api.currentsapi.services/v1/search"
params = {
"country": "IN",
"language": "en",
"query": "Reliance OR Tata OR HDFC OR Infy",
"category": "business",
"page_size": 25,
"apiKey": "YOUR_API_KEY"
}
response = requests.get(url, params=params).json()
for news in response.get("news", []):
print(f"{news['title']} ({news['author'] or 'Wire'})")
Plan Structure & Pricing
| Plan | Daily Quota | Articles / Request | Search Lookback | Price |
|---|---|---|---|---|
| Free Developer | 250 requests / day | 20 articles | 30 days | Free (No CC) |
| Builder Plan | 2,500 requests / day | 50 articles | 6 months (183 days) | $69 / month |
| Professional | 10,000 requests / day | 100 articles | 1 year (365 days) | $150 / month |