Saltar a contenido

Aspecto: Secciones Anuales del Horóscopo

El endpoint Aspecto: Secciones Anuales del Horóscopo devuelve secciones de informes enfocadas en aspectos anuales, provenientes del motor de horóscopo interno.

Idioma: Solo inglés (actualmente)

Soporte de idiomas: Este endpoint, respaldado por el motor /api/v1/horoscope/reports/*, actualmente solo admite inglés (lang=en).

Endpoint

Método Ruta
POST https://api.numerologyapi.com/api/v1/horoscope/reports/aspects/yearly

Cuerpo de la Solicitud

Nombre Requerido Tipo Ejemplo Descripción
dob string 1992-07-16 Date of birth (YYYY-MM-DD). Pattern: ^\d{4}-\d{2}-\d{2}$
timezone No string America/New_York IANA timezone used to resolve period anchors accurately. Default: UTC
include_snapshot No booleano (opcional) - Interruptor opcional para modo compacto. Establecer en false para omitir el bloque de instantánea en el payload de respuesta.
include_positions No booleano (opcional) - Interruptor opcional para modo compacto. Establecer en false para omitir los arrays de posiciones en el payload de respuesta.
zodiac_system No string (opcional) tropical Zodiac computation mode. Allowed: sidereal, tropical
ayanamsa No string (opcional) lahiri Sidereal ayanamsa system. Allowed: lahiri, fagan_bradley, krishnamurti, raman, yukteswar
house_system No string (opcional) placidus House calculation system. Allowed: placidus, whole_sign, equal, koch
node_type No string (opcional) true Lunar node mode. Allowed: true, mean
tenant_id No string (opcional) docs-smoke Override opcional del namespace de tenant/cache.
birth_time No string (opcional) 13:45 Birth time (HH:MM, 24h). Pattern: ^\d{2}:\d{2}$
``````markdown
birth_latitude No Número (opcional) 40.7128`` | Birth latitude. Provide withLongitud de nacimiento.
birth_longitude No Número (opcional) -74.0060`` | Birth longitude. Provide withLatitud de nacimiento.
birth_timezone No Cadena (opcional) America/New_York Zona horaria de nacimiento (IANA).
aspect No Array de cadenas trine`` | Optional override for engine focus. Allowed:Conjunción,Sextil,Cuadrado,Trígono,Oposición,Quincunx
sections No Array de cadenas ["career","money"]`` | Requested report sections. Allowed:Amor (soltero),Amor (pareja),Carrera,Amistad,Salud,Dinero,Comunicación,Estilo de vida.Generalis not allowed here; use/Resumen
year Entero 2026`` | Target year. Range:1900to2100

```

Respuesta

Devuelve el payload del motor y los metadatos del gateway:

  • _enterprise
  • _api_metadata_

Activación de la Personalización

Para generar un informe de aspecto personalizado (en lugar de una salida generalizada a nivel de usuario), incluya:

  • birth_time
  • birth_latitude y birth_longitude juntas
  • Opcionalmente, birth_timezone (cae en timezone)

Si se omiten estos campos del vector de nacimiento, el endpoint sigue funcionando en producción utilizando capas generales basadas en signos.

Ejemplo de Modo Personalizado (Recomendado)

El modo personalizado activa vectores deterministas adicionales de Swiss Ephemeris (por ejemplo, casas, vectores de tiempo y capas astrológicas opcionales). Esto significa que dos usuarios con el mismo signo aún pueden recibir diferentes editoriales de informes cuando los detalles de nacimiento difieren.

bash curl --request POST \ --url "https://api.numerologyapi.com/api/v1/horoscope/reports/aspects/yearly?lang=en" \ --header "X-API-Key: YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "dob": "1992-07-16", "timezone": "America/New_York", "zodiac_system": "tropical", "ayanamsa": "lahiri", "house_system": "placidus", "node_type": "true", "tenant_id": "docs-smoke", "birth_time": "13:45", "birth_latitude": 40.7128, "birth_longitude": -74.006, "birth_timezone": "America/New_York", "year": 2026, "aspect": "opposition", "sections": [ "career", "money", "friendship" ] }'

Ejemplo de Modo Público (Basado en el Signo)

El modo público es utilizable en producción y se calcula con capas astrológicas que no requieren opciones de vector de nacimiento personalizado. Es basado en el signo, por lo que los usuarios que comparten el mismo signo reciben la misma editorial de lectura para el mismo período.

bash curl --request POST \ --url "https://api.numerologyapi.com/api/v1/horoscope/reports/aspects/yearly?lang=en" \ --header "X-API-Key: YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "dob": "1992-07-16", "timezone": "America/New_York", "year": 2026, "sections": [ "career", "money" ] }'

Ejemplo de Respuesta

json { "report_type": "aspect", "sign": "CANCER", "period": "yearly", "start": "2026-01-01T00:00:00", "end": "2027-01-01T00:00:00", "data": { "period": "yearly", "start": "2026-01-01T00:00:00", "end": "2027-01-01T00:00:00", "snapshot": { "timestamp": "2026-07-15T12:00:00", "zodiac_system": "tropical", "ayanamsa": "Lahiri", "ayanamsa_value": 24.227782, "ayanamsa_system": "lahiri", "sun_sign": "CANCER", "moon_sign": "LEO", "rising_sign": "VIRGO", "house_system": "P", "house_cusps": [ 161.6924, 186.013827, 215.276659, 248.620341, 282.855058, 314.297647, 341.6924, 6.013827, 35.276659, 68.620341, 102.855058, 134.297647 ], "positions": [ { "name": "Sun", "longitude": 113.03118798838032, "tropical_longitude": 113.03118798838032, "sidereal_longitude": 88.80085368740131, "latitude": 9.406228502487148e-05, "speed": 0.9543019989009935, "sign": "CANCER", "tropical_sign": "CANCER", "sidereal_sign": "GEMINI", "degree_in_sign": 23.031187988380324, "house": 11, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Moon", "longitude": 128.27625067352653, "tropical_longitude": 128.27625067352653, "sidereal_longitude": 104.04591637254752, "latitude": 1.9410040706672327, "speed": 14.720681669682326, "sign": "LEO", "tropical_sign": "LEO", "sidereal_sign": "CANCER", "degree_in_sign": 8.276250673526533, "house": 11, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Mercury", "longitude": 109.18141409700593, "tropical_longitude": 109.18141409700593, "sidereal_longitude": 84.95107979602692, "latitude": -4.92850594177891, "speed": -0.5921712310319884, "sign": "CANCER", "tropical_sign": "CANCER", "sidereal_sign": "GEMINI", "degree_in_sign": 19.181414097005927, "house": 11, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "Venus", "longitude": 156.39225043226972, "tropical_longitude": 156.39225043226972, "sidereal_longitude": 132.16191613129072, "latitude": 1.154883242309454, "speed": 1.0987450067152014, "sign": "VIRGO", "tropical_sign": "VIRGO", "sidereal_sign": "LEO", "degree_in_sign": 6.392250432269719, "house": 12, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Mars", "longitude": 71.75790240586973, "tropical_longitude": 71.75790240586973, "sidereal_longitude": 47.52756810489071, "latitude": -0.1224255361372678, "speed": 0.6952788123379767, "sign": "GEMINI", "tropical_sign": "GEMINI", "sidereal_sign": "TAURUS", "degree_in_sign": 11.757902405869729, "house": 10, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Jupiter", "longitude": 123.31400572927392, "tropical_longitude": 123.31400572927392, "sidereal_longitude": 99.0836714282949, "latitude": 0.455290424444602, "speed": 0.21990580242993055, "sign": "LEO", "tropical_sign": "LEO", "sidereal_sign": "CANCER", "degree_in_sign": 3.314005729273916, "house": 11, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Saturn", "longitude": 14.64085241035637, "tropical_longitude": 14.64085241035637, "sidereal_longitude": 350.41051810937734, "latitude": -2.4490862980779142, "speed": 0.01923415397594968, "sign": "ARIES", "tropical_sign": "ARIES", "sidereal_sign": "PISCES", "degree_in_sign": 14.64085241035637, "house": 8, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Uranus", "longitude": 64.38399934697104, "tropical_longitude": 64.38399934697104, "sidereal_longitude": 40.15366504599202, "latitude": -0.1555028222668031, "speed": 0.04288297960993877, "sign": "GEMINI", "tropical_sign": "GEMINI", "sidereal_sign": "TAURUS", "degree_in_sign": 4.383999346971038, "house": 9, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Neptune", "longitude": 4.400803279161819, "tropical_longitude": 4.400803279161819, "sidereal_longitude": 340.1704689781828, "latitude": -1.379057634577146, "speed": -0.004373881375675947, "sign": "ARIES", "tropical_sign": "ARIES", "sidereal_sign": "PISCES", "degree_in_sign": 4.400803279161819, "house": 7, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "Pluto", "longitude": 304.55953211431654, "tropical_longitude": 304.55953211431654, "sidereal_longitude": 280.32919781333754, "latitude": -4.253759074089119, "speed": -0.022897408253576355, "sign": "AQUARIUS", "tropical_sign": "AQUARIUS", "sidereal_sign": "CAPRICORN", "degree_in_sign": 4.559532114316539, "house": 5, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "Chiron", "longitude": 30.70069527036279, "tropical_longitude": 30.70069527036279, "sidereal_longitude": 6.470360969383778, "latitude": 0.25842871522423755, "speed": 0.016999833118575714, "sign": "TAURUS", "tropical_sign": "TAURUS", "sidereal_sign": "ARIES", "degree_in_sign": 0.7006952703627896, "house": 8, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Ceres", "longitude": 79.23118605605202, "tropical_longitude": 79.23118605605202, "sidereal_longitude": 55.00085175507301, "latitude": -1.9139889062149573, "speed": 0.3945126236101291, "sign": "GEMINI", "tropical_sign": "GEMINI", "sidereal_sign": "TAURUS", "degree_in_sign": 19.231186056052024, "house": 10, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "North Node", "longitude": 330.23261630176654, "tropical_longitude": 330.23261630176654, "sidereal_longitude": 306.00228200078755, "latitude": -0.0, "speed": -0.04266669506673545, "sign": "PISCES", "tropical_sign": "PISCES", "sidereal_sign": "AQUARIUS", "degree_in_sign": 0.2326163017665408, "house": 6, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "South Node", "longitude": 150.23261630176654, "tropical_longitude": 150.23261630176654, "sidereal_longitude": 126.00228200078755, "latitude": -0.0, "speed": -0.04266669506673545, "sign": "VIRGO", "tropical_sign": "VIRGO", "sidereal_sign": "LEO", "degree_in_sign": 0.2326163017665408, "house": 12, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "Lilith", "longitude": 263.15636808929736, "tropical_longitude": 263.15636808929736, "sidereal_longitude": 238.92603378831836, "latitude": -4.794414785187695, "speed": 0.1118544166338706, "sign": "SAGITTARIUS", "tropical_sign": "SAGITTARIUS", "sidereal_sign": "SCORPIO", "degree_in_sign": 23.15636808929736, "house": 4, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Pallas", "longitude": 20.241462279163432, "tropical_longitude": 20.241462279163432, "sidereal_longitude": 356.01112797818445, "latitude": -5.315041676958441, "speed": 0.1496373963032036, "sign": "ARIES", "tropical_sign": "ARIES", "sidereal_sign": "PISCES", "degree_in_sign": 20.241462279163432, "house": 8, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Juno", "longitude": 306.3357860375781, "tropical_longitude": 306.3357860375781, "sidereal_longitude": 282.1054517365991, "latitude": 15.102399618973052, "speed": -0.21896169838183457, "sign": "AQUARIUS", "tropical_sign": "AQUARIUS", "sidereal_sign": "CAPRICORN", "degree_in_sign": 6.335786037578089, "house": 5, "retrograde": true, "ayanamsa_value": 24.22778165326264 }, { "name": "Vesta", "longitude": 22.196250205676353, "tropical_longitude": 22.196250205676353, "sidereal_longitude": 357.96591590469734, "latitude": -7.598759112134811, "speed": 0.250042493175146, "sign": "ARIES", "tropical_sign": "ARIES", "sidereal_sign": "PISCES", "degree_in_sign": 22.196250205676353, "house": 8, "retrograde": false, "ayanamsa_value": 24.22778165326264 }, { "name": "Eris", "longitude": 25.958651044704993, "tropical_longitude": 25.958651044704993, "sidereal_longitude": 1.7283167437259697, "latitude": -10.441838315223427, "speed": 0.0011894667020421702, "sign": "ARIES", "tropical_sign": "ARIES", "sidereal_sign": "ARIES", "degree_in_sign": 25.958651044704993, "house": 8, "retrograde": false, "ayanamsa_value": 24.22778165326264 } ], "aspects": [ { "body1": "Sun", "body2": "Mercury", "aspect": "conjunction", "orb": 3.85, "exact": false, "applying": false }, { "body1": "Sun", "body2": "Venus", "aspect": "semi-square", "orb": 1.64, "exact": false, "applying": false }, { "body1": "Sun", "body2": "Chiron", "aspect": "square", "orb": 7.67, "exact": false, "applying": false }, { "body1": "Sun", "body2": "Lilith", "aspect": "quincunx", "orb": 0.13, "exact": true, "applying": false }, { "body1": "Sun", "body2": "Pallas", "aspect": "square", "orb": 2.79, "exact": false, "applying": false }, { "body1": "Sun", "body2": "Vesta", "aspect": "square", "orb": 0.83, "exact": true, "applying": false }, { "body1": "Sun", "body2": "Eris", "aspect": "square", "orb": 2.93, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Venus", "aspect": "semi-sextile", "orb": 1.88, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Mars", "aspect": "sextile", "orb": 3.48, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Jupiter", "aspect": "conjunction", "orb": 4.96, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Saturn", "aspect": "trine", "orb": 6.36, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Uranus", "aspect": "sextile", "orb": 3.89, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Neptune", "aspect": "trine", "orb": 3.88, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Pluto", "aspect": "opposition", "orb": 3.72, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Chiron", "aspect": "square", "orb": 7.58, "exact": false, "applying": false }, { "body1": "Moon", "body2": "Lilith", "aspect": "sesquiquadrate", "orb": 0.12, "exact": true, "applying": false }, { "body1": "Moon", "body2": "Juno", "aspect": "opposition", "orb": 1.94, "exact": false, "applying": false }, { "body1": "Mercury", "body2": "Venus", "aspect": "semi-square", "orb": 2.21, "exact": false, "applying": false }, { "body1": "Mercury", "body2": "Saturn", "aspect": "square", "orb": 4.54, "exact": false, "applying": false }, { "body1": "Mercury", "body2": "Uranus", "aspect": "semi-square", "orb": 0.2, "exact": true, "applying": false }, { "body1": "Mercury", "body2": "Ceres", "aspect": "semi-sextile", "orb": 0.05, "exact": true, "applying": false }, { "body1": "Mercury", "body2": "Pallas", "aspect": "square", "orb": 1.06, "exact": false, "applying": false }, { "body1": "Mercury", "body2": "Vesta", "aspect": "square", "orb": 3.01, "exact": false, "applying": false }, { "body1": "Mercury", "body2": "Eris", "aspect": "square", "orb": 6.78, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Mars", "aspect": "square", "orb": 5.37, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Uranus", "aspect": "square", "orb": 2.01, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Neptune", "aspect": "quincunx", "orb": 1.99, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Pluto", "aspect": "quincunx", "orb": 1.83, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Chiron", "aspect": "trine", "orb": 5.69, "exact": false, "applying": false }, { "body1": "Venus", "body2": "North Node", "aspect": "opposition", "orb": 6.16, "exact": false, "applying": false }, { "body1": "Venus", "body2": "South Node", "aspect": "conjunction", "orb": 6.16, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Pallas", "aspect": "sesquiquadrate", "orb": 1.15, "exact": false, "applying": false }, { "body1": "Venus", "body2": "Juno", "aspect": "quincunx", "orb": 0.06, "exact": true, "applying": false }, { "body1": "Venus", "body2": "Vesta", "aspect": "sesquiquadrate", "orb": 0.8, "exact": true, "applying": false }, { "body1": "Mars", "body2": "Saturn", "aspect": "sextile", "orb": 2.88, "exact": false, "applying": false }, { "body1": "Mars", "body2": "Uranus", "aspect": "conjunction", "orb": 7.37, "exact": false, "applying": false }, { "body1": "Mars", "body2": "Pluto", "aspect": "trine", "orb": 7.2, "exact": false, "applying": false }, { "body1": "Mars", "body2": "Ceres", "aspect": "conjunction", "orb": 7.47, "exact": false, "applying": false }, { "body1": "Mars", "body2": "Juno", "aspect": "trine", "orb": 5.42, "exact": false, "applying": false }, { "body1": "Mars", "body2": "Eris", "aspect": "semi-square", "orb": 0.8, "exact": true, "applying": false }, { "body1": "Jupiter", "body2": "Uranus", "aspect": "sextile", "orb": 1.07, "exact": false, "applying": false }, { "body1": "Jupiter", "body2": "Neptune", "aspect": "trine", "orb": 1.09, "exact": false, "applying": false }, { "body1": "Jupiter", "body2": "Pluto", "aspect": "opposition", "orb": 1.25, "exact": false, "applying": false }, { "body1": "Jupiter", "body2": "Chiron", "aspect": "square", "orb": 2.61, "exact": false, "applying": false }, { "body1": "Jupiter", "body2": "Ceres", "aspect": "semi-square", "orb": 0.92, "exact": true, "applying": false }, { "body1": "Jupiter", "body2": "Juno", "aspect": "opposition", "orb": 3.02, "exact": false, "applying": false }, { "body1": "Jupiter", "body2": "Eris", "aspect": "square", "orb": 7.36, "exact": false, "applying": false }, { "body1": "Saturn", "body2": "Ceres", "aspect": "sextile", "orb": 4.59, "exact": false, "applying": false }, { "body1": "Saturn", "body2": "North Node", "aspect": "semi-square", "orb": 0.59, "exact": true, "applying": false }, { "body1": "Saturn", "body2": "South Node", "aspect": "sesquiquadrate", "orb": 0.59, "exact": true, "applying": false }, { "body1": "Saturn", "body2": "Pallas", "aspect": "conjunction", "orb": 5.6, "exact": false, "applying": false }, { "body1": "Saturn", "body2": "Vesta", "aspect": "conjunction", "orb": 7.56, "exact": false, "applying": false }, { "body1": "Uranus", "body2": "Neptune", "aspect": "sextile", "orb": 0.02, "exact": true, "applying": false }, { "body1": "Uranus", "body2": "Pluto", "aspect": "trine", "orb": 0.18, "exact": true, "applying": false }, { "body1": "Uranus", "body2": "North Node", "aspect": "square", "orb": 4.15, "exact": false, "applying": false }, { "body1": "Uranus", "body2": "South Node", "aspect": "square", "orb": 4.15, "exact": false, "applying": false }, { "body1": "Uranus", "body2": "Pallas", "aspect": "semi-square", "orb": 0.86, "exact": true, "applying": false }, { "body1": "Uranus", "body2": "Juno", "aspect": "trine", "orb": 1.95, "exact": false, "applying": false }, { "body1": "Uranus", "body2": "Vesta", "aspect": "semi-square", "orb": 2.81, "exact": false, "applying": false }, { "body1": "Neptune", "body2": "Pluto", "aspect": "sextile", "orb": 0.16, "exact": true, "applying": false }, { "body1": "Neptune", "body2": "Juno", "aspect": "sextile", "orb": 1.93, "exact": false, "applying": false }, { "body1": "Pluto", "body2": "Chiron", "aspect": "square", "orb": 3.86, "exact": false, "applying": false }, { "body1": "Pluto", "body2": "Ceres", "aspect": "sesquiquadrate", "orb": 0.33, "exact": true, "applying": false }, { "body1": "Pluto", "body2": "Juno", "aspect": "conjunction", "orb": 1.78, "exact": false, "applying": false }, { "body1": "Chiron", "body2": "North Node", "aspect": "sextile", "orb": 0.47, "exact": true, "applying": false }, { "body1": "Chiron", "body2": "South Node", "aspect": "trine", "orb": 0.47, "exact": true, "applying": false }, { "body1": "Chiron", "body2": "Lilith", "aspect": "trine", "orb": 7.54, "exact": false, "applying": false }, { "body1": "Chiron", "body2": "Juno", "aspect": "square", "orb": 5.64, "exact": false, "applying": false }, { "body1": "Chiron", "body2": "Eris", "aspect": "conjunction", "orb": 4.74, "exact": false, "applying": false }, { "body1": "Ceres", "body2": "Lilith", "aspect": "opposition", "orb": 3.93, "exact": false, "applying": false }, { "body1": "Ceres", "body2": "Pallas", "aspect": "sextile", "orb": 1.01, "exact": false, "applying": false }, { "body1": "Ceres", "body2": "Juno", "aspect": "sesquiquadrate", "orb": 2.1, "exact": false, "applying": false }, { "body1": "Ceres", "body2": "Vesta", "aspect": "sextile", "orb": 2.97, "exact": false, "applying": false }, { "body1": "North Node", "body2": "South Node", "aspect": "opposition", "orb": 0.0, "exact": true, "applying": false }, { "body1": "North Node", "body2": "Eris", "aspect": "sextile", "orb": 4.27, "exact": false, "applying": false }, { "body1": "South Node", "body2": "Lilith", "aspect": "trine", "orb": 7.08, "exact": false, "applying": false }, { "body1": "South Node", "body2": "Eris", "aspect": "trine", "orb": 4.27, "exact": false, "applying": false }, { "body1": "Lilith", "body2": "Pallas", "aspect": "trine", "orb": 2.91, "exact": false, "applying": false }, { "body1": "Lilith", "body2": "Juno", "aspect": "semi-square", "orb": 1.82, "exact": false, "applying": false }, { "body1": "Lilith", "body2": "Vesta", "aspect": "trine", "orb": 0.96, "exact": true, "applying": false }, { "body1": "Lilith", "body2": "Eris", "aspect": "trine", "orb": 2.8, "exact": false, "applying": false }, { "body1": "Pallas", "body2": "Vesta", "aspect": "conjunction", "orb": 1.95, "exact": false, "applying": false }, { "body1": "Pallas", "body2": "Eris", "aspect": "conjunction", "orb": 5.72, "exact": false, "applying": false }, { "body1": "Vesta", "body2": "Eris", "aspect": "conjunction", "orb": 3.76, "exact": false, "applying": false } ] }, "metrics": { "sample_count": 12, "aspect_counts": { "conjunction": 135, "opposition": 62, "sextile": 178, "trine": 156, "square": 172, "semi-square": 82, "sesquiquadrate": 55, "semi-sextile": 74, "quincunx": 48 }, "retrograde_bodies": [ "Ceres", "Chiron", "Eris", "Juno", "Jupiter", "Mercury", "Neptune", "North Node", "Pallas", "Pluto", "Saturn", "South Node", "Uranus", "Venus", "Vesta" ], "sign_changes": [ "Sun enters AQUARIUS on Feb 15", "Moon enters AQUARIUS on Feb 15", "Mercury enters PISCES on Feb 15", "Venus enters PISCES on Feb 15", "Mars enters AQUARIUS on Feb 15", "Saturn enters ARIES on Feb 15", "Neptune enters ARIES on Feb 15", "Pallas enters PISCES on Feb 15", "Sun enters PISCES on Mar 15", "Venus enters ARIES on Mar 15", "Mars enters PISCES on Mar 15", "Ceres enters TAURUS on Mar 15", "Vesta enters PISCES on Mar 15", "Sun enters ARIES on Apr 15", "Moon enters PISCES on Apr 15", "Mercury enters ARIES on Apr 15", "Venus enters TAURUS on Apr 15", "Mars enters ARIES on Apr 15", "Juno enters AQUARIUS on Apr 15", "Sun enters TAURUS on May 15", "Moon enters TAURUS on May 15", "Mercury enters TAURUS on May 15", "Venus enters GEMINI on May 15", "Uranus enters GEMINI on May 15", "Pallas enters ARIES on May 15", "Vesta enters ARIES on May 15", "Sun enters GEMINI on Jun 15", "Moon enters GEMINI on Jun 15", "Mercury enters CANCER on Jun 15", "Venus enters LEO on Jun 15", "Mars enters TAURUS on Jun 15", "Ceres enters GEMINI on Jun 15", "Sun enters CANCER on Jul 15", "Moon enters LEO on Jul 15", "Venus enters VIRGO on Jul 15", "Mars enters GEMINI on Jul 15", "Jupiter enters LEO on Jul 15", "Chiron enters TAURUS on Jul 15", "Sun enters LEO on Aug 15", "Moon enters VIRGO on Aug 15", "Mercury enters LEO on Aug 15", "Venus enters LIBRA on Aug 15", "Mars enters CANCER on Aug 15", "Ceres enters CANCER on Aug 15", "North Node enters AQUARIUS on Aug 15", "South Node enters LEO on Aug 15", "Juno enters CAPRICORN on Aug 15", "Sun enters VIRGO on Sep 15", "Moon enters SCORPIO on Sep 15", "Mercury enters LIBRA on Sep 15", "Venus enters SCORPIO on Sep 15", "Lilith enters CAPRICORN on Sep 15", "Sun enters LIBRA on Oct 15", "Moon enters SAGITTARIUS on Oct 15", "Mercury enters SCORPIO on Oct 15", "Mars enters LEO on Oct 15", "Chiron enters ARIES on Oct 15", "Sun enters SCORPIO on Nov 15", "Moon enters AQUARIUS on Nov 15", "Venus enters LIBRA on Nov 15", "Juno enters AQUARIUS on Nov 15", "Sun enters SAGITTARIUS on Dec 15", "Moon enters PISCES on Dec 15", "Mercury enters SAGITTARIUS on Dec 15", "Venus enters SCORPIO on Dec 15", "Mars enters VIRGO on Dec 15" ] }, "notable_events": [ "Venus sextile Saturn exact on Jan 15", "Saturn sextile Uranus exact on Jan 15", "Saturn conjunction Neptune exact on Feb 15", "Jupiter opposition Juno exact on Feb 15", "Jupiter stations direct on Mar 15", "Jupiter trine Vesta exact on Apr 15", "Saturn sextile Juno exact on May 15", "Moon sextile North Node exact on May 15", "New Moon window on Jun 15", "Saturn conjunction Vesta exact on Jun 15", "Saturn conjunction Pallas exact on Jun 15", "Mercury conjunction Jupiter exact on Aug 15" ], "period_events": [ { "timestamp": "2026-01-15T12:00:00", "event_type": "exact_aspect", "body1": "Venus", "body2": "Saturn", "sign": null, "aspect": "sextile", "exactness": 0.28, "narrative_priority": 1.871, "section_bias": { "general": 1.0, "love_singles": 0.9, "love_couples": 1.0, "money": 1.0, "friendship": 0.4, "career": 0.8, "health": 0.5 }, "description": "Venus sextile Saturn exact on Jan 15" }, { "timestamp": "2026-01-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Uranus", "sign": null, "aspect": "sextile", "exactness": 0.46, "narrative_priority": 1.862, "section_bias": { "general": 1.4, "career": 0.8, "health": 0.5, "money": 0.5, "lifestyle": 0.7, "communication": 0.4 }, "description": "Saturn sextile Uranus exact on Jan 15" }, { "timestamp": "2026-02-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Neptune", "sign": null, "aspect": "conjunction", "exactness": 0.41, "narrative_priority": 1.865, "section_bias": { "general": 1.4, "career": 0.8, "health": 1.0, "money": 0.5, "lifestyle": 0.6 }, "description": "Saturn conjunction Neptune exact on Feb 15" }, { "timestamp": "2026-02-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "Juno", "sign": null, "aspect": "opposition", "exactness": 0.95, "narrative_priority": 1.838, "section_bias": { "general": 1.1, "career": 0.8, "money": 0.8, "lifestyle": 0.4 }, "description": "Jupiter opposition Juno exact on Feb 15" }, { "timestamp": "2026-03-15T12:00:00", "event_type": "station", "body1": "Jupiter", "body2": null, "sign": null, "aspect": null, "exactness": null, "narrative_priority": 1.823, "section_bias": { "general": 1.1, "career": 0.8, "money": 0.8, "lifestyle": 0.4 }, "description": "Jupiter stations direct on Mar 15" }, { "timestamp": "2026-04-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "Vesta", "sign": null, "aspect": "trine", "exactness": 0.31, "narrative_priority": 1.87, "section_bias": { "general": 1.1, "career": 0.8, "money": 0.8, "lifestyle": 0.4 }, "description": "Jupiter trine Vesta exact on Apr 15" }, { "timestamp": "2026-05-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Juno", "sign": null, "aspect": "sextile", "exactness": 0.99, "narrative_priority": 1.836, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn sextile Juno exact on May 15" }, { "timestamp": "2026-05-15T12:00:00", "event_type": "exact_aspect", "body1": "Moon", "body2": "North Node", "sign": null, "aspect": "sextile", "exactness": 0.29, "narrative_priority": 1.76, "section_bias": { "general": 2.2, "love_singles": 0.7, "love_couples": 0.4, "friendship": 0.3, "health": 0.3, "career": 0.4 }, "description": "Moon sextile North Node exact on May 15" }, { "timestamp": "2026-06-15T12:00:00", "event_type": "lunation", "body1": "Moon", "body2": "Sun", "sign": null, "aspect": null, "exactness": 5.44, "narrative_priority": 1.988, "section_bias": { "general": 2.9, "love_singles": 0.6000000000000001, "love_couples": 0.6000000000000001, "friendship": 0.3, "health": 0.3, "career": 0.5, "lifestyle": 0.5 }, "description": "New Moon window on Jun 15" }, { "timestamp": "2026-06-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Vesta", "sign": null, "aspect": "conjunction", "exactness": 0.37, "narrative_priority": 1.867, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn conjunction Vesta exact on Jun 15" }, { "timestamp": "2026-06-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Pallas", "sign": null, "aspect": "conjunction", "exactness": 0.92, "narrative_priority": 1.839, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn conjunction Pallas exact on Jun 15" }, { "timestamp": "2026-08-15T12:00:00", "event_type": "exact_aspect", "body1": "Mercury", "body2": "Jupiter", "sign": null, "aspect": "conjunction", "exactness": 0.04, "narrative_priority": 1.883, "section_bias": { "general": 1.1, "communication": 0.9, "career": 1.2000000000000002, "friendship": 0.3, "money": 0.8, "lifestyle": 0.4 }, "description": "Mercury conjunction Jupiter exact on Aug 15" }, { "timestamp": "2026-08-15T12:00:00", "event_type": "station", "body1": "Saturn", "body2": null, "sign": null, "aspect": null, "exactness": null, "narrative_priority": 1.823, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn stations retrograde on Aug 15" }, { "timestamp": "2026-10-15T12:00:00", "event_type": "exact_aspect", "body1": "Sun", "body2": "Jupiter", "sign": null, "aspect": "sextile", "exactness": 0.13, "narrative_priority": 1.879, "section_bias": { "general": 2.0, "career": 1.3, "lifestyle": 0.9, "money": 0.8 }, "description": "Sun sextile Jupiter exact on Oct 15" }, { "timestamp": "2026-10-15T12:00:00", "event_type": "exact_aspect", "body1": "Mars", "body2": "Saturn", "sign": null, "aspect": "trine", "exactness": 0.53, "narrative_priority": 1.859, "section_bias": { "general": 1.0, "career": 1.6, "health": 1.1, "love_singles": 0.3, "money": 0.5 }, "description": "Mars trine Saturn exact on Oct 15" }, { "timestamp": "2026-10-15T12:00:00", "event_type": "exact_aspect", "body1": "Saturn", "body2": "Pallas", "sign": null, "aspect": "conjunction", "exactness": 0.74, "narrative_priority": 1.848, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn conjunction Pallas exact on Oct 15" }, { "timestamp": "2026-11-15T12:00:00", "event_type": "exact_aspect", "body1": "Mars", "body2": "Jupiter", "sign": null, "aspect": "conjunction", "exactness": 0.28, "narrative_priority": 1.871, "section_bias": { "general": 1.1, "career": 1.6, "health": 0.6, "love_singles": 0.3, "money": 0.8, "lifestyle": 0.4 }, "description": "Mars conjunction Jupiter exact on Nov 15" }, { "timestamp": "2026-11-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "North Node", "sign": null, "aspect": "opposition", "exactness": 0.66, "narrative_priority": 1.852, "section_bias": { "general": 1.9000000000000001, "career": 1.2000000000000002, "money": 0.8, "lifestyle": 0.4, "love_singles": 0.3 }, "description": "Jupiter opposition North Node exact on Nov 15" }, { "timestamp": "2026-11-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "South Node", "sign": null, "aspect": "conjunction", "exactness": 0.66, "narrative_priority": 1.852, "section_bias": { "general": 1.8, "career": 0.8, "money": 0.8, "lifestyle": 0.8, "friendship": 0.3 }, "description": "Jupiter conjunction South Node exact on Nov 15" }, { "timestamp": "2026-11-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "Eris", "sign": null, "aspect": "trine", "exactness": 0.69, "narrative_priority": 1.851, "section_bias": { "general": 1.1, "career": 0.8, "money": 0.8, "lifestyle": 0.4 }, "description": "Jupiter trine Eris exact on Nov 15" }, { "timestamp": "2026-11-15T12:00:00", "event_type": "exact_aspect", "body1": "North Node", "body2": "Eris", "sign": null, "aspect": "sextile", "exactness": 0.03, "narrative_priority": 1.774, "section_bias": { "general": 1.4, "career": 0.4, "love_singles": 0.3 }, "description": "North Node sextile Eris exact on Nov 15" }, { "timestamp": "2026-12-15T12:00:00", "event_type": "exact_aspect", "body1": "Jupiter", "body2": "Chiron", "sign": null, "aspect": "trine", "exactness": 0.52, "narrative_priority": 1.859, "section_bias": { "general": 1.5, "career": 0.8, "money": 0.8, "lifestyle": 0.4, "health": 0.8, "love_couples": 0.4 }, "description": "Jupiter trine Chiron exact on Dec 15" }, { "timestamp": "2026-12-15T12:00:00", "event_type": "station", "body1": "Jupiter", "body2": null, "sign": null, "aspect": null, "exactness": null, "narrative_priority": 1.823, "section_bias": { "general": 1.1, "career": 0.8, "money": 0.8, "lifestyle": 0.4 }, "description": "Jupiter stations retrograde on Dec 15" }, { "timestamp": "2026-12-15T12:00:00", "event_type": "station", "body1": "Saturn", "body2": null, "sign": null, "aspect": null, "exactness": null, "narrative_priority": 1.823, "section_bias": { "general": 1.0, "career": 0.8, "health": 0.5, "money": 0.5 }, "description": "Saturn stations direct on Dec 15" } ], "factor_values": { "transits_archetypes": "retrograde_review", "aspects": "opposition", "jupiter_in_sign": "LEO", "saturn_in_sign": "ARIES", "chiron_in_sign": "TAURUS", "planetary_focus": "eclipse_focus", "retrograde_archetypes": "mixed_retrogrades", "ingress_archetypes": "nodal_shift", "eclipse_archetypes": "nodal_activation", "outer_planet_focus": "uranus_shift", "nodal_axis": "virgo_pisces", "yearly_house_focus": "eleventh_house", "yearly_theme_archetypes": "creative_expansion" }, "focus_source": "override" }, "sections": [ { "section": "career", "title": "Career yearly outlook: protective and intuitive (elevated)", "headline": "Aspect pressure in work visibility, priorities, and execution: reset and refocus", "summary": "Across 2026, Cancer moves through an aspect-led cycle under opposition pressure in work visibility, priorities, and execution. Across the year, aspect pressure keeps rewarding work that compounds instead of visible busyness. Keep strategic tempo steady while major patterns unfold. Practically, opposition dynamics and retrograde review timing converge in network leverage, alliances, and strategic visibility. At the start of the year, Saturn sextile Uranus peaks on Jan 15. Through midyear, Jupiter opposition Juno peaks on Feb 15. Late in the year, Jupiter stations direct on Mar 15. These pivots shape your professional trajectory and leadership footprint. Keep your pace intentional so consequence works in your favor. In career terms, with opposition active, friction is the teacher; precision matters more than speed; Professionally, convert this into concrete output and clean prioritization. Your career will thrive when you reject the need to be liked and instead focus on building systems that honor your expertise. That framing improves strategic timing. Also, At professional level, retrograde review is active, so edits and recalibration outperform rushing; At work, sequence this into focused execution and visible follow-through. Notice where you’ve defaulted to ‘Cancer coping’—shutting down, overprotecting, or avoiding conflict. This retrograde demands you own your decisions, even if they’re imperfect. That framing improves strategic timing. In career terms, house activation centers on eleventh house, spotlighting network leverage, alliances, and strategic visibility as the main life-area influence; Professionally, convert this into concrete output and clean prioritization. You may want visible busyness, but this cycle rewards work that compounds. By year-end, keep the decisions that honored geometry over noise. Keep it anchored in work visibility, priorities, and execution. Start each week by reconnecting with your core values—align your tasks to what truly matters, not just what’s urgent. Keep the move scoped and shippable.", "deep_report": "The year starts with long-arc geometry, then maps supporting timing layers. This reading stays coherent when positioning remains central to your choices.\n\nAcross the year, this geometry line shapes outcomes; the lived expression is this: The first structural cue in this yearly narrative is theme archetype of reset and refocus. In career terms, with reset and refocus leading this cycle, durable progress comes from consistency over urgency; Professionally, convert this into concrete output and clean prioritization. From an execution lens, center Trust that your instincts about team dynamics and creative direction are guiding you toward purpose-driven growth. Make it concrete with Start each week by reconnecting with your core values—align your tasks to what truly matters, not just what’s urgent. Keep Journal about your career’s emotional rhythm: When do you feel most aligned visible while limiting over-investing in roles that drain your energy; prioritize projects where emotional investment aligns with tangible outcomes. On Jan 15, Saturn sextile Uranus peaks; aspect geometry clarified practical leverage in work visibility, priorities, and execution. With Saturn sextile Uranus peaks on Jan 15 active, read it as an aspect execution marker in work visibility, priorities, and execution for this year.\n\nAcross the year, this geometry line shapes outcomes; the practical consequence is this: A secondary pressure curve is set by planetary spotlight on eclipse focus. At professional level, the cycle is eclipse-led, so clarity under pressure becomes your strategic edge; At work, sequence this into focused execution and visible follow-through. Practical friction gathers around Your leadership in this career phase demands a deeper connection to your emotional intelligence—Cancer’s eclipse season amplifies how your intuition shapes strategy. De-risk it through Develop a ‘cancer ritual’—a yearly practice (e.g., journaling, creative expression) to ground your elevated energy in tangible career growth. Let Review your communication style—how do you respond to feedback sharpen choices around over-reliance on past patterns; the eclipse forces you to reassess how your career has evolved beyond its original trajectory. On Feb 15, Saturn conjunction Neptune peaks, making operational timing in work visibility, priorities, and execution more decisive. As Saturn conjunction Neptune peaks on Feb 15 develops, treat geometric pressure as a sequencing cue for work visibility, priorities, and execution this this year.\n\nThis year’s first long-arc geometry is clear; the practical consequence is this: Timing quality is strongly affected by eclipse layer of nodal activation. In career terms, with nodal activation in the eclipse layer, choices made now tend to echo longer; Professionally, convert this into concrete output and clean prioritization. Practical timing improves when Your Cancer leadership is sharpening—channel this emotional depth into strategic vision. Keep cadence clean through Delegate tasks that drain your emotional energy—your energy should fuel vision, not execution. Use What legacy do you want to leave in your career to avoid the urge to micromanage; trust your team’s collective strengths to flourish. As Jupiter stations direct on Mar 15 comes into focus, sequence priorities in work visibility, priorities, and execution with geometric precision this year.\n\nFor year-end integrity, this structural cue remains essential: The supporting layer includes house-focus activation in eleventh house. At professional level, house activation centers on eleventh house, spotlighting network leverage, alliances, and strategic visibility as the main life-area influence; At work, sequence this into focused execution and visible follow-through. Practical integration asks for Your career will benefit from leaning into the wisdom of those who’ve navigated similar challenges, even if they’re not direct colleagues. Keep delivery steady with Schedule quarterly check-ins with your most meaningful alliances. Let Journal about a time you felt truly supported in a professional setting guide risk around the urge to spread yourself too thin across committees or informal groups where contributions aren’t reciprocated. When Jupiter trine Vesta peaks on Apr 15 sharpens, let aspect structure tighten standards in work visibility, priorities, and execution.\n\nAnnual coherence improves when structural geometry remains your decision spine.", "highlights": [ "Reset and refocus is setting the tone; consistency beats urgency.", "The cycle is eclipse-led, so clarity under pressure becomes your strategic edge.", "Nodal activation increases consequence, so intentional choices matter more.", "House activation highlights network leverage, alliances, and strategic visibility as the most activated life areas this cycle." ], "cautions": [ "Steer clear of over-investing in roles that drain your energy; prioritize projects where emotional investment aligns with tangible outcomes.", "Keep clear of over-reliance on past patterns; the eclipse forces you to reassess how your career has evolved beyond its original trajectory.", "Keep in check the urge to micromanage; trust your team’s collective strengths to flourish.", "Resist the urge to spread yourself too thin across committees or informal groups where contributions aren’t reciprocated. Overcommitment here can lead to burnout or resentment." ], "actions": [ "Open each week by reconnecting with your core values—align your tasks to what truly matters, not just what’s urgent.", "Set quarterly check-ins with your most meaningful alliances. Use these moments to realign priorities, celebrate wins, and address friction before it grows.", "Develop a ‘cancer ritual’—a yearly practice (e.g., journaling, creative expression) to ground your elevated energy in tangible career growth.", "Delegate tasks that drain your emotional energy—your energy should fuel vision, not execution." ], "scores": { "momentum": 100.0, "clarity": 12.0, "opportunity": 100.0, "focus": 100.0, "stability": 21.3, "connection": 81.3 }, "intensity": "elevated", "factor_details": [ { "factor_type": "transits_archetypes", "factor_value": "retrograde_review", "weight": 1.1, "factor_insights": { "motivation": "The retrograde isn’t about stagnation; it’s about excavating the foundation of your professional identity. Dig deeper than surface-level progress.", "caution": "Resist the urge to compare this year’s career path to past iterations. Cancer’s retrograde is about your evolution, not external benchmarks.", "reflection": "Notice where you’ve defaulted to ‘Cancer coping’—shutting down, overprotecting, or avoiding conflict. This retrograde demands you own your decisions, even if they’re imperfect.", "yearly_tip": "Celebrate the ‘lessons learned’ from past career setbacks. What would you advise a younger version of you? Apply that wisdom now.", "affirmation": "I honor my career choices and stand confident in my ability to refine them with intention." } }, { "factor_type": "aspects", "factor_value": "opposition", "weight": 1.0, "factor_insights": { "motivation": "Your career will thrive when you reject the need to be liked and instead focus on building systems that honor your expertise.", "caution": "Avoid over-investing in roles where emotional labor isn’t compensated fairly—this opposition tests your patience with unfair expectations.", "reflection": "Consider: What role would I perform if I were fully aligned with my strengths?—this opposition nudges you toward roles where your skills are the foundation.", "yearly_tip": "Invest in tools that bridge intuition and logic—whether it’s data-driven decision-making or emotional intelligence training.", "affirmation": "When opposition arises, I respond with confidence, knowing my expertise guides every decision." } }, { "factor_type": "jupiter_in_sign", "factor_value": "LEO", "weight": 1.1, "factor_insights": { "motivation": "Jupiter’s Leo energy in this sign amplifies your ability to take calculated risks with vision, turning challenges into opportunities for legacy-driven work.", "caution": "Resist the urge to prioritize approval over execution—your confidence will shine brighter when you act on your own terms, not others’ expectations.", "reflection": "Ask yourself: What legacy do I want to leave in my career? Your answers will clarify the direction Jupiter’s energy should guide you toward.", "yearly_tip": "Track your ‘action moments’—when you’ve taken bold steps despite doubt. Revisit them to reinforce your confidence in taking risks aligned with your values.", "affirmation": "My creativity and confidence align perfectly with my professional vision—every challenge is an opportunity to create something meaningful." } }, { "factor_type": "saturn_in_sign", "factor_value": "ARIES", "weight": 1.1, "factor_insights": { "motivation": "Leverage your nurturing instincts to mentor teams with purpose, not just empathy.", "caution": "Avoid micromanaging; instead, delegate with clear expectations to align with Saturn’s discipline.", "reflection": "How do you balance Cancer’s emotional needs with Aries’ bold ambition in leadership?", "yearly_tip": "Start a quarterly ‘Saturn audit’ to realign goals with Saturn’s Aries fire—cut what drains you.", "affirmation": "Every challenge is a chance to refine my vision; I act with purpose and precision." } }, { "factor_type": "chiron_in_sign", "factor_value": "TAURUS", "weight": 1.0, "factor_insights": { "motivation": "Your Cancer career energy is a natural magnet for stability and depth—this year, channel that intuition into deliberate, high-value projects. The Chiron placement in Taurus amplifies your ability to refine processes with precision.", "caution": "Avoid stagnation by resisting the urge to cling to past successes. Your Chiron’s call is for growth, so explore new tools or perspectives in your field.", "reflection": "‘I trust my intuition but ground it in evidence.’", "yearly_tip": "Explore partnerships or mentorships that balance your Cancer’s sensitivity with Taurus’s reliability. These relationships can amplify your influence.", "affirmation": "‘Every challenge I face refines my path.’" } }, { "factor_type": "planetary_focus", "factor_value": "eclipse_focus", "weight": 1.2, "factor_insights": { "motivation": "Your leadership in this career phase demands a deeper connection to your emotional intelligence—Cancer’s eclipse season amplifies how your intuition shapes strategy.", "caution": "Avoid over-reliance on past patterns; the eclipse forces you to reassess how your career has evolved beyond its original trajectory.", "reflection": "Review your communication style—how do you respond to feedback? Are you refining or resisting? The eclipse reveals where you’re either growing or stagnating.", "yearly_tip": "Develop a ‘cancer ritual’—a yearly practice (e.g., journaling, creative expression) to ground your elevated energy in tangible career growth.", "affirmation": "My communication is precise and compassionate—balancing depth with clarity, I attract opportunities that demand my unique strengths." } }, { "factor_type": "retrograde_archetypes", "factor_value": "mixed_retrogrades", "weight": 1.1, "factor_insights": { "motivation": "The mixed retrogrades are a reminder: your career isn’t just about climbing; it’s about shaping the foundation you’ll build on.", "caution": "Overanalyzing every decision may leave you stuck in ‘what ifs.’ Instead, trust that the right opportunities will present themselves with clarity.", "reflection": "Notice how your emotional state influences your work. Are you drawn to roles that mirror your home life’s warmth?", "yearly_tip": "Celebrate small wins yearly. Your Cancerian mind thrives on progress, not perfection, so acknowledge every step forward.", "affirmation": "I protect my energy by setting boundaries that honor my values." } }, { "factor_type": "ingress_archetypes", "factor_value": "nodal_shift", "weight": 1.0, "factor_insights": { "motivation": "The energy here isn’t just about protecting your space; it’s about shaping it. Every decision now carries weight, but your intuition will guide you toward purposeful moves.", "caution": "Avoid spreading yourself too thin. Focus on one high-impact project where your emotional intelligence can drive real change.", "reflection": "When was the last time you took a risk that felt uncomfortably right? Your nodal shift is amplifying that instinct—follow it.", "yearly_tip": "Set a quarterly review where you ask: What’s one boundary I’ve been softening too much? Your nodal shift demands firmer lines.", "affirmation": "My boundaries are my strength, and my influence grows from where I stand firmly." } }, { "factor_type": "eclipse_archetypes", "factor_value": "nodal_activation", "weight": 1.2, "factor_insights": { "motivation": "Your Cancer leadership is sharpening—channel this emotional depth into strategic vision.", "caution": "Resist the urge to micromanage; trust your team’s collective strengths to flourish.", "reflection": "What legacy do you want to leave in your career? Align decisions with long-term impact.", "yearly_tip": "Delegate tasks that drain your emotional energy—your energy should fuel vision, not execution.", "affirmation": "My leadership is balanced—emotion fuels vision, not control." } }, { "factor_type": "outer_planet_focus", "factor_value": "uranus_shift", "weight": 1.15, "factor_insights": { "motivation": "Your emotional intelligence is your competitive edge; channel it to reimagine roles that align with your natural strengths.", "caution": "Overconfidence in impulsive shifts can lead to misaligned priorities; ground your decisions in tangible, measurable goals.", "reflection": "Journal how your emotional triggers in meetings or negotiations shape decisions—identify patterns to refine confidence.", "yearly_tip": "Develop a ‘Uranus Audit’: Quarterly, review how your career adapts to unexpected opportunities. Adjust strategies to align with your true ambition.", "affirmation": "Uranus’s energy empowers me to redefine my professional path with courage, vision, and disciplined action." } }, { "factor_type": "nodal_axis", "factor_value": "virgo_pisces", "weight": 1.15, "factor_insights": { "motivation": "Refine your workflow by honing precision—this year, every task demands deliberate focus. Virgo’s methodical energy meets Pisces’ intuitive flow, demanding you balance structure with adaptability.", "caution": "Overanalyze decisions, and you risk paralysis. Pisces’ sensitivity may blur boundaries if Virgo’s precision feels restrictive—stay grounded in tangible outcomes.", "reflection": "What projects have you abandoned due to perfectionism? This year, release the need for flawlessness—even ‘imperfect’ work can create space for innovation.", "yearly_tip": "Schedule regular ‘reflection pauses’—not to overthink, but to acknowledge the emotional labor of your career. Journal or meditate to process the interplay of these energies.", "affirmation": "I release the need for perfection and embrace the value of progress, even in imperfect forms." } }, { "factor_type": "yearly_house_focus", "factor_value": "eleventh_house", "weight": 1.2, "factor_insights": { "motivation": "Your career will benefit from leaning into the wisdom of those who’ve navigated similar challenges, even if they’re not direct colleagues.", "caution": "Resist the urge to spread yourself too thin across committees or informal groups where contributions aren’t reciprocated. Overcommitment here can lead to burnout or resentment.", "reflection": "Journal about a time you felt truly supported in a professional setting. What made that moment sustainable? Can you recreate that energy intentionally?", "yearly_tip": "Schedule quarterly check-ins with your most meaningful alliances. Use these moments to realign priorities, celebrate wins, and address friction before it grows.", "affirmation": "I release the need to perform for approval in collaborative spaces. My contributions are authentic, and my impact is measurable." } }, { "factor_type": "yearly_theme_archetypes", "factor_value": "reset_and_refocus", "weight": 1.3, "factor_insights": { "motivation": "Trust that your instincts about team dynamics and creative direction are guiding you toward purpose-driven growth.", "caution": "Avoid over-investing in roles that drain your energy; prioritize projects where emotional investment aligns with tangible outcomes.", "reflection": "Journal about your career’s emotional rhythm: When do you feel most aligned? When do you feel most drained?", "yearly_tip": "Start each week by reconnecting with your core values—align your tasks to what truly matters, not just what’s urgent.", "affirmation": "I honor my emotional intelligence as a strength in leadership and decision-making." } } ], "debug_trace": null }, { "section": "money", "title": "Money yearly outlook: protective and intuitive (elevated)", "headline": "resources, spending choices, and value alignment under aspect climate: social visibility", "summary": "2026 carries an aspect-led yearly arc for Cancer, with opposition defining resources, spending choices, and value alignment. The annual aspect thesis is financial review energy around leak points and delayed payoff; build durable choices through value-led financial decisions. Think in pattern arcs, not isolated episodes. This practical yearly arc pairs opposition geometry with retrograde review rhythm in network-linked opportunities, future gains, and alliance quality. Early in the year, Saturn sextile Uranus peaks on Jan 15. Around the midpoint, Jupiter opposition Juno peaks on Feb 15. In the final stretch, Jupiter stations direct on Mar 15. These pivots shape your long-term financial architecture. What you do next should be cleaner, not louder. In money terms, the opposition aspect climate introduces friction that can be productive when handled deliberately; Financially, apply this through value-based decisions and disciplined timing. Reframe financial decisions through the lens of security: Every dollar spent now shapes your future cushion. This helps you protect long-term stability. In parallel, At resource-management level, retrograde review is active, so edits and recalibration outperform rushing; with money, convert this into timing discipline and values-led choices. Review your ‘why’ behind each expense—if it doesn’t align with your goals, reconsider. Keep risk visible before committing. In money terms, Eleventh house emphasis keeps pulling attention toward network-linked opportunities, future gains, and alliance quality; Financially, apply this through value-based decisions and disciplined timing. The financial lesson here is behavioral before it is numerical. By year-end, keep the decisions that honored geometry over noise. Keep it anchored in resources, spending choices, and value alignment. Invest in a ‘community fund’—a shared pot where contributions and withdrawals are transparent. This builds trust and creates opportunities for collective growth. Anchor the move to value, not impulse.", "deep_report": "Core pattern leads the year and adaptation follows with discipline. In money terms, keep cashflow as the anchor theme.\n\nAcross the year, this geometry line shapes outcomes: At the core of this yearly arc is theme archetype of social visibility. In money terms, with social visibility leading this cycle, durable progress comes from consistency over urgency; Financially, apply this through value-based decisions and disciplined timing. Operationally, the opening move is Cancer’s nurturing instincts are a rare asset in money matters. Translate it through Invest in a ‘community fund’—a shared pot where contributions and withdrawals are transparent. Keep Consider this: What would my social circle say is a waste of money active and reduce conditions where you’re drawn to high-visibility deals. On Jan 15, Saturn sextile Uranus peaks, tightening execution sequence in resources, spending choices, and value alignment. As Saturn sextile Uranus peaks on Jan 15 comes into focus, sequence priorities in resources, spending choices, and value alignment with geometric precision this year.\n\nAt yearly integration, this cue preserves coherence; the lived expression is this: Another consequential influence in this yearly arc is planetary spotlight on eclipse focus. At resource-management level, eclipse focus intensifies consequence; paced decisions now carry longer echoes; with money, convert this into timing discipline and values-led choices. Execution pressure rises around Guard your emotional bank account—Cancer’s eclipse-driven money cycle demands precision in how you allocate resources, especially in this elevated phase. Stabilize workflow through Set a ‘money intention’ for the year—something specific, like ‘I’ll save 10% of my income’ or ‘I’ll track every expense for 3 months.’ This eclipse will amplify your ability to follow through. Keep Your money story is being rewritten present and watch emotional spending spikes tied to this eclipse cycle. On Feb 15, Saturn conjunction Neptune peaks, tightening execution sequence in resources, spending choices, and value alignment. With Saturn conjunction Neptune peaks on Feb 15 active, read it as an aspect execution marker in resources, spending choices, and value alignment for this year.\n\nAt yearly integration, this cue preserves coherence; the practical consequence is this: A key pacing influence arrives as eclipse layer of nodal activation. In money terms, Nodal activation eclipse emphasis heightens consequence, so clarity has to lead; Financially, apply this through value-based decisions and disciplined timing. The practical timing advantage is Your nodes are aligning to prioritize liquidity over impulsive outflows; trust the pause before you act. Keep it scalable using Set up an automatic transfer to a high-yield savings account on the first of every month—before payday. Continue what’s a recurring expense you’ve justified over time and avoid Emotional triggers (e.g., grief, nostalgia) may tempt you to overspend on sentimental purchases—hold back. When Jupiter stations direct on Mar 15 sharpens, let aspect structure tighten standards in resources, spending choices, and value alignment.\n\nAs the arc matures, this pattern directs decisions: A reinforcing structural cue here is house-focus activation in eleventh house. At resource-management level, Eleventh house emphasis keeps pulling attention toward network-linked opportunities, future gains, and alliance quality; with money, convert this into timing discipline and values-led choices. To consolidate results, prioritize Observe how alliances form organically this year—your money will move faster through networks where trust is the foundation. Anchor process in Start by auditing your financial relationships—who are the people and groups who make giving and receiving feel effortless. Maintain Reflect on the people and groups who’ve supported you financially in the past; their influence will shape your approach this year and limit financial decisions made in haste during collective highs; slow down to ensure the alliances you’re building are built to last. As Jupiter trine Vesta peaks on Apr 15 develops, treat geometric pressure as a sequencing cue for resources, spending choices, and value alignment this this year.\n\nThe yearly aspect moat is strategic sequencing under evolving conditions.", "highlights": [ "Social visibility is setting the tone; consistency beats urgency.", "Eclipse focus intensifies consequence; paced decisions now carry longer echoes.", "Nodal activation increases consequence, so intentional choices matter more.", "House activation highlights network-linked opportunities, future gains, and alliance quality as the most activated life areas this cycle." ], "cautions": [ "If you’re drawn to high-visibility deals, ensure they’re worth the risk. A single misstep in a crowded market could leave you exposed when others thrive.", "Steer clear of financial decisions made in haste during collective highs; slow down to ensure the alliances you’re building are built to last.", "Keep clear of emotional spending spikes tied to this eclipse cycle. Cancer’s sensitivity can blur the line between ‘needs’ and ‘wants,’ so pause before transferring funds to avoid overspending on comforts.", "Emotional triggers (e.g., grief, nostalgia) may tempt you to overspend on sentimental purchases—hold back." ], "actions": [ "Commit to a ‘community fund’—a shared pot where contributions and withdrawals are transparent. This builds trust and creates opportunities for collective growth.", "Set a ‘money intention’ for the year—something specific, like ‘I’ll save 10% of my income’ or ‘I’ll track every expense for 3 months.’ This eclipse will amplify your ability to follow through.", "Set up an automatic transfer to a high-yield savings account on the first of every month—before payday.", "Open by auditing your financial relationships—who are the people and groups who make giving and receiving feel effortless? Double down on those dynamics." ], "scores": { "momentum": 100.0, "clarity": 14.8, "opportunity": 100.0, "focus": 100.0, "stability": 21.7, "connection": 81.7 }, "intensity": "elevated", "factor_details": [ { "factor_type": "transits_archetypes", "factor_value": "retrograde_review", "weight": 1.1, "factor_insights": { "motivation": "Guard your emotional energy to protect financial buffers—retrograde shifts demand discipline over impulse.", "caution": "Overdue bills or unexpected costs could strain your reserves if you’re not preemptive—plan for 30 days’ buffer.", "reflection": "Review your ‘why’ behind each expense—if it doesn’t align with your goals, reconsider.", "yearly_tip": "Use the retrograde to audit one financial relationship (partner, advisor, bank) at a time; trust your gut.", "affirmation": "I honor my money’s purpose and protect its power. Every expense serves my goals, not the other way around." } }, { "factor_type": "aspects", "factor_value": "opposition", "weight": 1.0, "factor_insights": { "motivation": "Reframe financial decisions through the lens of security: Every dollar spent now shapes your future cushion.", "caution": "Resist the urge to ‘fix’ tension with overspending—pause and explore alternatives before acting.", "reflection": "Ask: What does it cost me emotionally to ignore this opposition? Your subconscious may be nudging you to reassess.", "yearly_tip": "Schedule a ‘financial check-in’ every 3 months to realign with your priorities—opposition won’t wait.", "affirmation": "I trust that disciplined decisions now create freedom later—opposition is just a guide, not a trap." } }, { "factor_type": "jupiter_in_sign", "factor_value": "LEO", "weight": 1.1, "factor_insights": { "motivation": "This year, let your intuition be your compass—opportunities will feel like they’re made just for you.", "caution": "Resist the urge to overspend on emotional highs; set boundaries to protect your financial stability.", "reflection": "Consider what ‘security’ means to you—define it now to avoid future missteps.", "yearly_tip": "Invest in a financial planner who understands your emotional connection to money.", "affirmation": "Opportunities present themselves when I remain disciplined and open-minded." } }, { "factor_type": "saturn_in_sign", "factor_value": "ARIES", "weight": 1.1, "factor_insights": { "motivation": "Treat money like a tool for stability, not a source of anxiety; Aries energy will sharpen your focus on what truly matters.", "caution": "If you’re in a relationship, discuss shared finances early—conflict over money often fester when emotions run high.", "reflection": "Review your budget yearly—where does your Aries ‘fire’ energy (time/money) get wasted? Cut the fat now.", "yearly_tip": "If you’re self-employed, set aside 20% of every income stream—Saturn’s Aries energy demands you guard your earnings like gold.", "affirmation": "Every dollar I save is a step toward freedom. I trust the process, even when it feels slow." } }, { "factor_type": "chiron_in_sign", "factor_value": "TAURUS", "weight": 1.0, "factor_insights": { "motivation": "Your bank account feels like a sturdy garden bed this year—rooted in stability but ready to nurture deeper financial growth.", "caution": "Avoid the trap of over-reliance on old spending patterns; Taurus’ grounding force could make you miss opportunities to pivot.", "reflection": "Consider: What’s a recurring expense that’s been draining you without adding value? Cut it now.", "yearly_tip": "Open a separate high-yield account for this Chiron’s growth phase. Deposit 10% of every income stream there—it’ll feel like planting seeds for next year’s harvest.", "affirmation": "This year, I choose to invest in myself through financial practices that align with my deepest priorities." } }, { "factor_type": "planetary_focus", "factor_value": "eclipse_focus", "weight": 1.2, "factor_insights": { "motivation": "Guard your emotional bank account—Cancer’s eclipse-driven money cycle demands precision in how you allocate resources, especially in this elevated phase. Trust your instincts over impulsive spending; every dollar is a vote in your financial future.", "caution": "Watch for emotional spending spikes tied to this eclipse cycle. Cancer’s sensitivity can blur the line between ‘needs’ and ‘wants,’ so pause before transferring funds to avoid overspending on comforts.", "reflection": "Your money story is being rewritten. What’s one financial fear you’ve held onto for years? Let this eclipse be the catalyst to release it—even if it’s just a small step.", "yearly_tip": "Set a ‘money intention’ for the year—something specific, like ‘I’ll save 10% of my income’ or ‘I’ll track every expense for 3 months.’ This eclipse will amplify your ability to follow through.", "affirmation": "This year, I turn my intuition into action—guided by wisdom, not fear, in every financial decision." } }, { "factor_type": "retrograde_archetypes", "factor_value": "mixed_retrogrades", "weight": 1.1, "factor_insights": { "motivation": "Lean into this year’s financial shift as your intuition sharpens—let the mixed retrogrades guide you toward smarter spending habits.", "caution": "Overanalyzing budgets can paralyze. Instead, commit to one small financial habit this year (e.g., tracking one category yearly).", "reflection": "Ask: Where do I feel ‘safe’ with money vs. ‘uncomfortable’? Align your actions with the ‘safe’ zone—even if it’s small.", "yearly_tip": "Open a separate savings account now—even if just for emergencies. Retrogrades make it easier to start than to quit.", "affirmation": "Every expense is a conversation with my future self. I choose clarity over convenience." } }, { "factor_type": "ingress_archetypes", "factor_value": "nodal_shift", "weight": 1.0, "factor_insights": { "motivation": "Cancer’s nodal shift isn’t just about money; it’s about redefining what security feels like. Start by auditing one recurring expense to free up unseen reserves.", "caution": "Guard against the illusion of abundance. The shift is about qualified spending—not just spending. Track every dollar for a week.", "reflection": "The nodal shift is asking: What’s one financial habit that drains me? Cut it. Replace it with something that nourishes your energy.", "yearly_tip": "When tempted to overspend, pause and ask: What’s one thing I could do for myself that costs nothing? (A walk. A nap. A silent moment.)", "affirmation": "I honor my financial needs as deeply as my emotional ones. My money flows with intention, not reaction." } }, { "factor_type": "eclipse_archetypes", "factor_value": "nodal_activation", "weight": 1.2, "factor_insights": { "motivation": "Your nodes are aligning to prioritize liquidity over impulsive outflows; trust the pause before you act.", "caution": "Emotional triggers (e.g., grief, nostalgia) may tempt you to overspend on sentimental purchases—hold back.", "reflection": "What’s a recurring expense you’ve justified over time? Challenge the story behind it—was it ever truly needed?", "yearly_tip": "Set up an automatic transfer to a high-yield savings account on the first of every month—before payday.", "affirmation": "I release the need to ‘keep up’ with others’ spending; my money speaks for itself." } }, { "factor_type": "outer_planet_focus", "factor_value": "uranus_shift", "weight": 1.15, "factor_insights": { "motivation": "This Uranus shift forces you to question old money habits, so start tracking every outflow with a bold, data-driven approach.", "caution": "Cancer’s caution must balance Uranus’s unpredictability: guard against sudden market shifts by diversifying with liquid, adaptable funds.", "reflection": "Reflect on how you’ve managed money in the past year—did you cling to old habits, or did you adapt? Uranus demands you audit your financial relationships.", "yearly_tip": "Open a separate high-yield account for irregular expenses tied to Uranus’s energy—this keeps emotional spending in check.", "affirmation": "I honor my emotional needs while trusting my financial instincts to guide me toward freedom." } }, { "factor_type": "nodal_axis", "factor_value": "virgo_pisces", "weight": 1.15, "factor_insights": { "motivation": "Guard your financial energy like you would guard your home—Virgo’s precision meets Pisces’ intuition. This year, every dollar is a tool, and you’re the architect of its flow.", "caution": "Overanalyzing costs can paralyze action. Streamline your finances by cutting unnecessary expenses and automating what’s essential—your nodes are guiding you toward efficiency.", "reflection": "Track your finances for 30 days without judgment. Notice patterns—are you saving more than you spend, or vice versa? Your nodes are revealing imbalances.", "yearly_tip": "If you’re struggling with debt, prioritize high-interest payments first. Your nodes are signaling this is a non-negotiable step toward freedom.", "affirmation": "This year, my money is a bridge to stability—not a crutch. I walk it with courage and clarity." } }, { "factor_type": "yearly_house_focus", "factor_value": "eleventh_house", "weight": 1.2, "factor_insights": { "motivation": "Observe how alliances form organically this year—your money will move faster through networks where trust is the foundation.", "caution": "Avoid financial decisions made in haste during collective highs; slow down to ensure the alliances you’re building are built to last.", "reflection": "Reflect on the people and groups who’ve supported you financially in the past; their influence will shape your approach this year.", "yearly_tip": "Start by auditing your financial relationships—who are the people and groups who make giving and receiving feel effortless? Double down on those dynamics.", "affirmation": "I release the need to control every detail of my money’s movement, trusting the networks that will support my long-term goals." } }, { "factor_type": "yearly_theme_archetypes", "factor_value": "social_visibility", "weight": 1.3, "factor_insights": { "motivation": "Cancer’s nurturing instincts are a rare asset in money matters. Use them to curate relationships that open doors to partnerships or unexpected revenue streams.", "caution": "If you’re drawn to high-visibility deals, ensure they’re worth the risk. A single misstep in a crowded market could leave you exposed when others thrive.", "reflection": "Consider this: What would my social circle say is a waste of money? Their feedback might reveal blind spots in your approach.", "yearly_tip": "Invest in a ‘community fund’—a shared pot where contributions and withdrawals are transparent. This builds trust and creates opportunities for collective growth.", "affirmation": "I attract partnerships where trust precedes transaction. My social circle supports my growth, not the other way around." } } ], "debug_trace": null }, { "section": "friendship", "title": "Friendship yearly outlook: protective and intuitive (elevated)", "headline": "Aspect pressure in community, loyalty, and social alignment: reinvention cycle", "summary": "This year for Cancer is aspect-led through opposition; community, loyalty, and social alignment becomes strategic terrain. Year-level aspect momentum tracks a friendship review cycle around reciprocity and loyalty, and outcomes improve through reciprocal social trust. Let yearly geometry guide sequence and timing. For relationships, opposition is primary and retrograde review is contextual, both focused in community fit, trusted circles, and long-range social belonging. At year open, Saturn sextile Uranus peaks on Jan 15. At the central stretch, Jupiter opposition Juno peaks on Feb 15. At year close, Jupiter stations direct on Mar 15. These pivots reshape your social ecosystem over time. In friendship terms, opposition dynamics add pressure, but the pressure is usable with clean pacing; Socially, invest where loyalty and reciprocity are mutual. Lean into this opposition to deepen emotional honesty with your closest friends—let vulnerability strengthen bonds. This keeps your circle aligned with your values. At the same time, At social-circle level, retrograde review is active, so edits and recalibration outperform rushing; In friendship, keep this aligned with reciprocity and emotional steadiness. What’s one small ritual you could create to honor this friendship’s evolution, even in quiet moments? That perspective protects your social energy. In friendship terms, the house layer is concentrated in eleventh house, so community fit, trusted circles, and long-range social belonging stays central; Socially, invest where loyalty and reciprocity are mutual. This cycle reveals which connections feel mutual and which just feel familiar. Close the year with structural coherence, not reactive accumulation. Keep it anchored in community, loyalty, and social alignment. Celebrate small wins together. Reinvention thrives on shared milestones—even if they’re just ‘I tried it’ moments. That perspective protects your social energy.", "deep_report": "Defining pressure starts where leverage is highest, then execution detail tunes. In friendship terms, keep community as the anchor theme.\n\nAt yearly integration, this cue preserves coherence: The dominant influence now is theme archetype of reinvention cycle. In friendship terms, with reinvention cycle leading this cycle, durable progress comes from consistency over urgency; Socially, invest where loyalty and reciprocity are mutual. The relational thesis begins with Trust that your reinvention isn’t just for you—it’s a gift to those who’ve always seen you. Ground it in lived behavior via Celebrate small wins together. Hold how can I turn this elevated energy into a ritual while steering away from Over-sharing about your changes could strain friendships if they’re not ready to meet you at the new you. On Jan 15, Saturn sextile Uranus peaks, changing relational pacing in community, loyalty, and social alignment. As Saturn sextile Uranus peaks on Jan 15 comes into focus, use geometric timing to clean up boundaries in community, loyalty, and social alignment this year.\n\nAnother annual angle thread now sharpens priorities: A meaningful counter-pressure comes through planetary spotlight on eclipse focus. At social-circle level, the eclipse layer is dominant, asking for steady nerves and intentional moves; In friendship, keep this aligned with reciprocity and emotional steadiness. The relational stress point is Trust that your friendships will evolve with purpose, not just routine. Stabilize your approach through If a friendship feels stagnant, don’t wait for the eclipse to ‘fix’ it. Keep Consider how your Cancer moon’s sensitivity interacts with your friendships active and reduce conditions where tension arises. On Feb 15, Saturn conjunction Neptune peaks; aspect geometry asked for cleaner reciprocity in community, loyalty, and social alignment. As Saturn conjunction Neptune peaks on Feb 15 peaks, recalibrate closeness and standards in community, loyalty, and social alignment through this aspect window.\n\nAt yearly integration, this cue preserves coherence: The timing layer is carried by eclipse layer of nodal activation. In friendship terms, Nodal activation eclipse emphasis heightens consequence, so clarity has to lead; Socially, invest where loyalty and reciprocity are mutual. In relational pacing, Your Cancer friends are drawn to you now—share their warmth with deliberate care, like tending a garden in peak season is the key. Sequence it with Celebrate small wins in these relationships—how you’ve shown up for them, even when it’s quiet or unnoticed. Use Ask yourself: Are you the friend who ‘fixes’ or the one who ‘holds space’ to stay clear of Their heightened sensitivity could make small conflicts feel like storms; pause before responding to their emotional outpourings. As Jupiter stations direct on Mar 15 intensifies, let aspect rhythm clarify expectations in community, loyalty, and social alignment this this year.\n\nAnother annual angle thread now sharpens priorities: An integration influence now is house-focus activation in eleventh house. At social-circle level, the house layer is concentrated in eleventh house, so community fit, trusted circles, and long-range social belonging stays central; In friendship, keep this aligned with reciprocity and emotional steadiness. Integration in relationships depends on You’re drawn to those who understand your need for emotional stability, especially when life’s currents feel unpredictable. Keep it actionable with This year, prioritize low-stakes, high-trust interactions—small acts of kindness in your network will compound into something meaningful. Maintain the eleventh house’s strength lies in the future you co-create with others, not the one you imagine alone so conditions where alliances feel strained stays contained. When Jupiter trine Vesta peaks on Apr 15 locks in, use geometric awareness to pace trust in community, loyalty, and social alignment.\n\nAnother annual angle thread now sharpens priorities; the practical consequence is this: Another reinforcing influence is outer-planet signature of uranus shift. In friendship terms, Outer-planet emphasis on Uranus shifts favors reinvention and strategic flexibility; Socially, invest where loyalty and reciprocity are mutual. Relational integration asks for Your emotional depth now demands you prioritize authenticity over surface-level comfort. Keep it embodied through Join or create a small group with like-minded friends. Continue Journal about a friendship where you felt stuck while watching dismissing small but meaningful gestures from others. With Saturn sextile Juno peaks on May 15 active, let this aspect cue refine reciprocity pacing in community, loyalty, and social alignment across this year.\n\nYear-level aspect quality compounds when long-arc pattern anchors adaptation.", "highlights": [ "Reinvention cycle is setting the tone; consistency beats urgency.", "The eclipse layer is dominant, asking for steady nerves and intentional moves.", "Nodal activation increases consequence, so intentional choices matter more.", "House activation highlights community fit, trusted circles, and long-range social belonging as the most activated life areas this cycle." ], "cautions": [ "Over-sharing about your changes could strain friendships if they’re not ready to meet you at the new you. Pause before you act.", "Their heightened sensitivity could make small conflicts feel like storms; pause before responding to their emotional outpourings.", "If alliances feel strained, take space to reflect: Are you offering support as a Cancer (emotionally) or as a member of the group (strategically)?", "If tension arises, don’t suppress it. Let it surface as a signal. The eclipse doesn’t erase conflict; it refines it into something meaningful." ], "actions": [ "Celebrate small wins together. Reinvention thrives on shared milestones—even if they’re just ‘I tried it’ moments.", "If a friendship feels stagnant, don’t wait for the eclipse to ‘fix’ it. Ask: What’s one small step I can take to reignite the spark?", "Celebrate small wins in these relationships—how you’ve shown up for them, even when it’s quiet or unnoticed.", "Prioritize low-stakes, high-trust interactions—small acts of kindness in your network will compound into something meaningful. Quality over quantity." ], "scores": { "momentum": 100.0, "clarity": 10.5, "opportunity": 100.0, "focus": 100.0, "stability": 17.2, "connection": 90.5 }, "intensity": "elevated", "factor_details": [ { "factor_type": "transits_archetypes", "factor_value": "retrograde_review", "weight": 1.1, "factor_insights": { "motivation": "Lean into this retrograde review as a chance to refine your bond—let past misunderstandings shape clearer expectations.", "caution": "Be mindful of how your words land; Cancer’s sensitivity can turn even well-intentioned comments into triggers if misinterpreted.", "reflection": "What’s one small ritual you could create to honor this friendship’s evolution, even in quiet moments?", "yearly_tip": "Celebrate small wins together; Cancer friendships thrive on shared joy, not just challenges.", "affirmation": "I honor my partner’s emotional depth and my own need for connection—our friendship is a sacred space for growth." } }, { "factor_type": "aspects", "factor_value": "opposition", "weight": 1.0, "factor_insights": { "motivation": "Lean into this opposition to deepen emotional honesty with your closest friends—let vulnerability strengthen bonds.", "caution": "Avoid overanalyzing small conflicts; let emotions settle before addressing tensions head-on.", "reflection": "Reflect on a time you felt truly seen by a friend—what made it special? Recreate that warmth.", "yearly_tip": "Schedule yearly check-ins with a trusted friend to realign on values and boundaries—prevents misunderstandings.", "affirmation": "Boundaries and trust coexist—both are essential for friendship to thrive." } }, { "factor_type": "jupiter_in_sign", "factor_value": "LEO", "weight": 1.1, "factor_insights": { "motivation": "Your natural protectiveness will transform into a shield of joy for those around you, making every friendship feel like a safe harbor.", "caution": "Avoid assuming others share your emotional intensity; some may need space, and your overprotectiveness could unintentionally create distance.", "reflection": "Ask yourself: What do I truly want to nurture in these friendships? Cancer’s yearning for deep connection should align with friendships that feel like a natural extension of your soul.", "yearly_tip": "Pair emotional check-ins with playful rituals, like a yearly ‘friendship tea time’ where you share not just coffee, but the heart of your day.", "affirmation": "I release the need to control others’ emotions—I trust that my warmth is a bridge, not a cage, for friendship." } }, { "factor_type": "saturn_in_sign", "factor_value": "ARIES", "weight": 1.1, "factor_insights": { "motivation": "Saturn in Aries sharpens your ability to challenge friendships with clarity, turning tension into purposeful growth.", "caution": "Saturn’s scrutiny may make you overanalyze friendships, so trust your gut when something feels off—don’t overthink the ‘why.’", "reflection": "What friendships feel like a trine to you now? Which ones might need a square or opposition to feel balanced?", "yearly_tip": "Protect your emotional energy by surrounding yourself with friends who challenge you and comfort you—no more, no less.", "affirmation": "I honor my emotional depth while standing firm in my boundaries—friendships that align with my truth feel like home." } }, { "factor_type": "chiron_in_sign", "factor_value": "TAURUS", "weight": 1.0, "factor_insights": { "motivation": "Trust that your loyalty will be reciprocated when you set firm, kind boundaries. This isn’t about control; it’s about creating space where trust grows organically.", "caution": "Avoid over-investing in friendships that don’t align with your Taurus values: consistency, tangible support, and shared grounding. Burnout here is real.", "reflection": "What’s one friendship this year that felt like a safe harbor? What’s one where you felt unseen or unsteady? Journal about the difference between ‘home’ and ‘temporary shelter’ in relationships.", "yearly_tip": "Schedule ‘emotional check-ins’ with your most trusted friends. Use them to discuss what’s working, what’s not, and how to grow together. No secrets here.", "affirmation": "I honor my emotional depth and the strength it brings to my friendships. I set boundaries that protect my peace without erasing connection. My loyalty is a gift, not a burden." } }, { "factor_type": "planetary_focus", "factor_value": "eclipse_focus", "weight": 1.2, "factor_insights": { "motivation": "Trust that your friendships will evolve with purpose, not just routine. The eclipse asks you to ask: What do we really need from each other?", "caution": "If tension arises, don’t suppress it. Let it surface as a signal. The eclipse doesn’t erase conflict; it refines it into something meaningful.", "reflection": "Consider how your Cancer moon’s sensitivity interacts with your friendships. Do you lean into vulnerability with ease, or do you withdraw when things feel ‘too real’?", "yearly_tip": "If a friendship feels stagnant, don’t wait for the eclipse to ‘fix’ it. Ask: What’s one small step I can take to reignite the spark?", "affirmation": "I honor the depth of my friendships by speaking my truth—even when it feels vulnerable. My bond with them reflects my own worth." } }, { "factor_type": "retrograde_archetypes", "factor_value": "mixed_retrogrades", "weight": 1.1, "factor_insights": { "motivation": "Your emotional intelligence is amplifying—use it to foster deeper, more meaningful exchanges. The tension here is a signpost, not a barrier.", "caution": "Watch for over-sharing or over-investing in relationships that don’t reciprocate. The energy here is strong, but not every spark needs fueling.", "reflection": "Ask yourself: Are my friendships serving my growth, or are they becoming a source of emotional labor? The answer will define your path forward.", "yearly_tip": "Schedule regular check-ins with friends who matter deeply. The elevated energy here demands intentionality; avoid drifting into surface-level interactions.", "affirmation": "My energy with friends is balanced and purposeful, avoiding emotional overload or one-sided exchanges." } }, { "factor_type": "ingress_archetypes", "factor_value": "nodal_shift", "weight": 1.0, "factor_insights": { "motivation": "Trust that your emotional resonance will attract friends who value the same depth, even if the path feels uncertain at times.", "caution": "Avoid over-investing in friendships that drain rather than uplift you, especially when emotional tension rises. Boundaries here aren’t selfish—they’re necessary for sustainable connection.", "reflection": "Consider: What’s one friendship I’m ready to let go of, even if it’s hard? The nodal shift doesn’t erase old ties—it reveals what’s worth preserving.", "yearly_tip": "Schedule yearly check-ins with close friends to celebrate wins and realign on values. Small rituals strengthen bonds in the face of action_activation demands.", "affirmation": "I release the need to control the flow of my relationships—I trust the emotional_flow to lead me to what’s right." } }, { "factor_type": "eclipse_archetypes", "factor_value": "nodal_activation", "weight": 1.2, "factor_insights": { "motivation": "Your Cancer friends are drawn to you now—share their warmth with deliberate care, like tending a garden in peak season.", "caution": "Their heightened sensitivity could make small conflicts feel like storms; pause before responding to their emotional outpourings.", "reflection": "Ask yourself: Are you the friend who ‘fixes’ or the one who ‘holds space’? This eclipse may reveal which role feels most authentic.", "yearly_tip": "Celebrate small wins in these relationships—how you’ve shown up for them, even when it’s quiet or unnoticed.", "affirmation": "This year, I choose friendships that align with my values, where mutual growth feels natural." } }, { "factor_type": "outer_planet_focus", "factor_value": "uranus_shift", "weight": 1.15, "factor_insights": { "motivation": "Your emotional depth now demands you prioritize authenticity over surface-level comfort. Friendships that feel real will amplify, while those that lack depth may subtly shift.", "caution": "Avoid dismissing small but meaningful gestures from others. Their care, even in quiet ways, is a bridge Uranus wants you to cross.", "reflection": "Journal about a friendship where you felt stuck. What would it take to break free? Uranus wants you to reclaim your agency, not just in friendships, but in life.", "yearly_tip": "Join or create a small group with like-minded friends. Uranus loves energy, and shared curiosity will keep bonds vibrant and unexpected.", "affirmation": "I release what no longer serves my emotional freedom. My circle reflects my desire for authenticity, not just comfort." } }, { "factor_type": "nodal_axis", "factor_value": "virgo_pisces", "weight": 1.15, "factor_insights": { "motivation": "Your emotional depth in friendship demands you lean into the quiet strength of shared experiences—like anchoring a garden bed, you’ll nurture bonds with deliberate care.", "caution": "Over-investing in emotional flow can blur boundaries; guard against draining relationships that demand more than you’re ready to give.", "reflection": "What do you actually want from friendships? Virgo’s Virgo’s need for order might push you to organize your circle too rigidly.", "yearly_tip": "Let Pisces’ creativity guide you to small rituals (e.g., shared recipes, art projects) to deepen bonds without pressure.", "affirmation": "I trust my nodal axis to guide me toward friendships that align with my highest good—no more, no less." } }, { "factor_type": "yearly_house_focus", "factor_value": "eleventh_house", "weight": 1.2, "factor_insights": { "motivation": "You’re drawn to those who understand your need for emotional stability, especially when life’s currents feel unpredictable.", "caution": "If alliances feel strained, take space to reflect: Are you offering support as a Cancer (emotionally) or as a member of the group (strategically)?", "reflection": "The eleventh house’s strength lies in the future you co-create with others, not the one you imagine alone. What legacy do you want to leave in these relationships?", "yearly_tip": "This year, prioritize low-stakes, high-trust interactions—small acts of kindness in your network will compound into something meaningful. Quality over quantity.", "affirmation": "I am a bridge between my deepest values and the people who share them, building alliances that grow with intention rather than inertia." } }, { "factor_type": "yearly_theme_archetypes", "factor_value": "reinvention_cycle", "weight": 1.3, "factor_insights": { "motivation": "Trust that your reinvention isn’t just for you—it’s a gift to those who’ve always seen you.", "caution": "Over-sharing about your changes could strain friendships if they’re not ready to meet you at the new you. Pause before you act.", "reflection": "How can I turn this elevated energy into a ritual? Maybe a yearly check-in where both of you reflect on growth, not just progress.", "yearly_tip": "Celebrate small wins together. Reinvention thrives on shared milestones—even if they’re just ‘I tried it’ moments.", "affirmation": "I release the need to explain my changes. Trust that those who matter will understand, and others will find their own path." } } ], "debug_trace": null } ], "_enterprise": { "client": "The Numerology API", "plan": "Enterprise", "request_id": "1ee91c9e1d5c9750", "quota": "unlimited", "usage_tracking": false }, "_api_metadata_": { "api_name": "The Numerology API by Dakidarts®", "api_version": "1.0.0", "endpoint_name": "horoscope_aspects_yearly_post", "endpoint_description": "Provides yearly aspect-focused section reports (non-general sections).", "developer": "Dakidarts®", "copyright": "© 2026 Dakidarts®. All rights reserved.", "documentation_url": "https://docs.numerologyapi.com/", "response_timestamp": "2026-04-08T19:46:55.850634+01:00", "data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)", "cacheable_status": true, "report_issue": "https://github.com/dakidarts/the-numerology-api/issues", "response_language": "en", "supported_languages": [ "en" ], "notes": "" } }