---
title: "Panchang Calculator (Daily Hindu Almanac)"
slug: "panchang-calculator"
canonical_url: "https://mahadasha.com/panchang-calculator"
type: "calculator"
description: "Daily Panchang for any date and location — Tithi, Nakshatra, Yoga, Karana, Vara, plus Rahu Kaal and auspicious Muhurat timings."
---

# Panchang Calculator (Daily Hindu Almanac)

Daily Panchang for any date and location — Tithi, Nakshatra, Yoga, Karana, Vara, plus Rahu Kaal and auspicious Muhurat timings.


## Inputs

- **date** — target date (`YYYY-MM-DD`)
- **latitude** — location latitude (decimal degrees)
- **longitude** — location longitude (decimal degrees)
- **timezone** — IANA timezone or UTC offset of the location

## Programmatic access (for AI agents)

This calculator is backed by a JSON API — agents should call it directly instead of the HTML form:

- **Endpoint:** `POST https://mahadasha.com/api/v1/panchang`
- **Auth:** JWT Bearer token — register at `https://mahadasha.com/api/v1/auth/register`
- **OpenAPI schema:** https://mahadasha.com/api/v1/openapi.json
- **API catalog:** https://mahadasha.com/.well-known/api-catalog
- **MCP server card:** https://mahadasha.com/.well-known/mcp/server-card.json

Refer to the OpenAPI schema above for the exact request body and response shape of `https://mahadasha.com/api/v1/panchang`.

> Human UI: [Panchang Calculator (Daily Hindu Almanac)](https://mahadasha.com/panchang-calculator)
