API Reference / transitHouses · function

Function: transitHouses()

function transitHouses(
   natal, 
   engine, 
   transitJd, 
   opts?): {
  body: string;
  house: number;
  lon: number;
}[];

Each transiting body's position in the natal houses at transitJd -- the "Saturn is moving through your 7th house" fact, independent of any aspect being in orb. Bodies follow transitAspects' set (the aspectable bodies by default).

Parameters

ParameterType
natalChart
engineEngine
transitJdnumber
opts{ bodies?: BodyId[]; zodiac?: Zodiac; }
opts.bodies?BodyId[]
opts.zodiac?Zodiac

Returns

{ body: string; house: number; lon: number; }[]

Start building

Quickstart →