← Back to Productivity & Business
Pre-Market Report — Indian Stock Market
AI-powered morning briefing with live data • NSE • BSE • F&O • FII Flows • News
https://hub.toolweb.in/tools/pre-market-report-indian-stock-market/
Endpoints
GET
/
Root
POST
/report
Generate Report
Request Body (JSON)
{
"trader_type": "<string>"
}
GET
/health
Health Check
Quick Start
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/tools/pre-market-report-indian-stock-market/
# Python
import requests
r = requests.get("https://hub.toolweb.in/tools/pre-market-report-indian-stock-market/",
headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/tools/pre-market-report-indian-stock-market/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.