ACCRINT Function in Excel – Complete Guide with Examples

Finance और Investment data analysis के लिए Excel में कई useful financial functions मौजूद हैं। उन्हीं में से एक है ACCRINT Function
यह function किसी security (जैसे bond या debenture) पर accrued interest (यानी तय तारीख तक जमा हुआ ब्याज) calculate करने में मदद करता है।

What is ACCRINT Function in Excel?

Excel में ACCRINT Function का उपयोग किसी security (bond, stock आदि) पर issue date और settlement date के बीच का accrued interest निकालने के लिए किया जाता है।

👉 इसका उपयोग मुख्यतः bonds, debentures और fixed income securities में किया जाता है।

Syntax of ACCRINT Function

ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method])

Arguments

  • issue → Security की issue date (शुरुआत की तारीख)
  • first_interest → पहली बार interest payment की तारीख
  • settlement → Settlement date (जब buyer security खरीदता है)
  • rate → Annual coupon rate (interest rate)
  • par → Security का par value (default = 1000)
  • frequency → कितनी बार interest मिलता है
    • 1 → Yearly
    • 2 → Half-yearly
    • 4 → Quarterly
  • basis → (Optional) day count basis, जैसे 0 = US (NASD), 1 = Actual/Actual आदि।
  • calc_method → (Optional) TRUE/FALSE → accrual कैसे calculate होगा।

Example of ACCRINT Function

मान लीजिए एक bond की detail इस प्रकार है:

  • Issue Date: 01-Jan-2023
  • First Interest Date: 01-Jul-2023
  • Settlement Date: 01-Mar-2023
  • Annual Coupon Rate: 10%
  • Par Value: ₹1000
  • Frequency: 2 (Half-Yearly)

Formula:

=ACCRINT("01-Jan-2023","01-Jul-2023","01-Mar-2023",0.1,1000,2,0)

👉 Result:
₹16.67 (approx) – यानी 2 months का accrued interest।

Where to Use ACCRINT Function?

Bonds और Debentures पर interest calculation
Financial modeling और Investment portfolio analysis
Accrued interest reports बनाने के लिए
Fixed income securities data analysis

Excel का ACCRINT Function investors और financial analysts के लिए बहुत useful है। यह किसी भी security पर issue date और settlement date के बीच का accumulated interest calculate करता है। अगर आप finance, accounting या investment field में काम करते हैं, तो यह function आपके लिए ज़रूरी है।

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top