grahan — the open-source sky engine
    Preparing search index...

    Function kundali

    • Compute the sidereal kundali for a birth instant and place.

      Parameters

      Returns Kundali

      const k = kundali({
      date: new Date('1993-08-18T05:15:00Z'), // 11:00 NPT
      latitude: 27.0104,
      longitude: 84.8821,
      });
      // k.lagna.rashiName → 'Tula' (Libra 11°47′)
      // k.grahas[1].nakshatra.name → 'Magha' (Moon), pada 3
      // k.grahas[6].retrograde → true (Saturn)