get_divisional_chart
Compute a divisional (Varga) chart for Vedic astrology analysis. Provide birth details and chart type (e.g., D9 for marriage, D10 for career) to get the chart. Supports styles: north, south, east.
Instructions
Fetch a divisional (Varga) chart. The most important are D9 Navamsa (marriage, dharma, soul purpose), D10 Dashamsha (career, profession), D7 Saptamsha (children), D3 Drekkana (siblings). Pass chart_type as "D9", "D10", etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dob | Yes | Date of birth in DD/MM/YYYY format. Example: "01/10/1977" | |
| tob | Yes | Time of birth in HH:MM 24-hour format. Example: "11:40" | |
| lat | Yes | Latitude of birth place (decimal degrees). Example: 11.0 for Coimbatore | |
| lon | Yes | Longitude of birth place (decimal degrees). Example: 77.0 for Coimbatore | |
| tz | Yes | UTC timezone offset. Use 5.5 for IST (India Standard Time) | |
| chart_type | Yes | Divisional chart type: D1 (birth chart), D2 (Hora), D3 (Drekkana), D7 (Saptamsha), D9 (Navamsa), D10 (Dashamsha), D12 (Dwadashamsha), D16, D20, D24, D27, D30 (Trimshamsha), D40, D45, D60 (Shashtiamsha) | |
| style | No | Chart diagram style: "north" (default), "south", or "east" |