POST /v1/numerology/finance
**Finance & Wealth Numerology** Profiles a person's financial nature, strengths, challenges, suitable investment types, lucky wealth years, and money remedies from their Mulank, Bhagyank, and Life Path numbers. Ideal for wealth-coaching and personal-finance apps. **Required:** dob **Optional:** name, gender, system **Returns:** Per-number finance profiles, best investment types, lucky years, and a bilingual interpretation.
curl -X POST https://api.grahaapi.com/v1/numerology/finance -H "Authorization: Bearer sk-test-your-key" -H "Content-Type: application/json" -d '{"dob":"1990-05-15","gender":"male","name":"Rahul Sharma","system":"chaldean"}'
Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.
| Field | Type | Required | Description |
|---|---|---|---|
dob | string | ✅ | Date of birth in YYYY-MM-DD format |
gender | string | null | — | 'male' or 'female' — optional; required only for Kua number |
name | string | — | Full name (optional — needed only for name-number) |
system | string | — | Numerology system — 'chaldean' (Vedic/traditional, recommended) or 'pythagorean' (Western) |
{
"dob": "1990-05-15",
"gender": "male",
"name": "Rahul Sharma",
"system": "chaldean"
}
Get a free API key Try it in the playground
/v1/numerology/bhagyank · /v1/numerology/bridge-number · /v1/numerology/business-compatibility · /v1/numerology/career · /v1/numerology/challenge-numbers · /v1/numerology/child