vedic_chart
Calculate a Vedic (Jyotish) natal chart using sidereal positions, returning planet placements in rashis, nakshatras with pada, navamsa, and bhavas.
Instructions
Calculate a Vedic (Jyotish) natal chart with sidereal positions. Returns planet placements in rashis (sidereal signs), nakshatras with pada, navamsa placements, and bhavas (houses). Uses Whole Sign houses, sidereal zodiac with configurable ayanamsa.
CREDIT COST: 1 credit per call.
SUPPORTED AYANAMSA: lahiri (default), fagan_bradley, krishnamurti, raman, yukteshwar
EXAMPLE: Vedic chart for someone born Jan 15, 1990 at 8:30 AM UTC in Mumbai: datetime='1990-01-15T08:30:00Z', latitude=19.076, longitude=72.8777
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ayanamsa | No | Ayanamsa system for sidereal conversion. Defaults to 'lahiri'. | |
| datetime | Yes | ISO 8601 datetime; zone required — a `Z`/±HH:MM suffix or the `timezone` argument. Date-only resolves to 12:00 UTC. Full rule: server `instructions`. | |
| latitude | Yes | Birth latitude in decimal degrees (north positive). Resolve from a place name with location_search; never recall coordinates from memory. | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| longitude | Yes | Birth longitude in decimal degrees (east positive). |