{"success":true,"version":"v1","request":{"tool":"get_calculator_schema","calculator_id":"dividend-yield"},"result":{"entity_type":"calculator","id":"dividend-yield","calculator_id":"dividend-yield","canonical_url":"https://tttkmbb.com/finance/dividend-yield","name":"Dividend Yield Calculator","title":"Dividend Yield Calculator – Yield, Annual Income and Dividend Reinvestment (DRIP) Projection","category":"finance","category_name":"Finance","tool_name":"calculate_dividend_yield","featured_mcp_tool":false,"description":"Computes the dividend yield and annual income of a shareholding from the share price and the annual (or quarterly) dividend per share, and projects the holding's value and income after a number of years with dividends reinvested at a constant yield and dividend growth rate.","use_when":"You want the yield of a stock or fund, the income from a given number of shares, or a projection of reinvested dividends over time.","do_not_use_when":"You need the profit from selling shares (use stock-profit) or a total-return comparison between two prices (use cagr).","inputs":[{"name":"share_price","label":"Share price","type":"number","required":true,"max":10000000,"exclusive_min":0,"description":"Current price per share.","example":50},{"name":"annual_dividend_per_share","label":"Annual dividend per share","type":"number","required":false,"min":0,"max":1000000,"description":"Total dividends paid per share per year; takes precedence over quarterly_dividend_per_share.","example":2},{"name":"quarterly_dividend_per_share","label":"Quarterly dividend per share","type":"number","required":false,"min":0,"max":1000000,"description":"Dividend per share per quarter (annual = 4 × quarterly), used when the annual figure is omitted.","example":0.5},{"name":"shares","label":"Shares held","type":"number","required":false,"default":1,"max":1000000000000,"exclusive_min":0,"description":"Number of shares owned.","example":100},{"name":"dividend_growth_percent","label":"Dividend growth","type":"number","unit":"%/year","required":false,"default":0,"min":-50,"max":50,"description":"Expected annual growth of the dividend per share (the share price is assumed to grow at the same rate, keeping the yield constant).","example":5},{"name":"years","label":"Projection years","type":"integer","unit":"years","required":false,"min":1,"max":60,"description":"Optional horizon for the reinvestment projection.","example":10}],"outputs":[{"name":"annual_dividend_per_share","label":"Annual dividend per share","type":"number","decimals":4,"description":"As given, or 4 × quarterly."},{"name":"dividend_yield_percent","label":"Dividend yield","type":"number","unit":"%","decimals":2,"description":"annual_dividend_per_share / share_price × 100."},{"name":"annual_dividend_income","label":"Annual income","type":"number","decimals":2,"description":"annual_dividend_per_share × shares."},{"name":"quarterly_dividend_income","label":"Quarterly income","type":"number","decimals":2,"description":"annual_dividend_income / 4."},{"name":"projected_share_price","label":"Share price after `years`","type":"number","decimals":2,"description":"share_price × (1 + g)^years (only with years)."},{"name":"projected_shares_with_drip","label":"Shares after reinvesting","type":"number","decimals":4,"description":"shares × (1 + yield)^years."},{"name":"projected_value_with_drip","label":"Holding value with reinvestment","type":"number","decimals":2,"description":"projected_shares_with_drip × projected_share_price."},{"name":"projected_annual_income_with_drip","label":"Annual income after `years` with reinvestment","type":"number","decimals":2,"description":"projected_shares_with_drip × dividend per share in that year."},{"name":"projected_annual_income_without_drip","label":"Annual income after `years` without reinvestment","type":"number","decimals":2,"description":"shares × annual_dividend_per_share × (1 + g)^years."}],"input_schema":{"type":"object","properties":{"share_price":{"description":"Current price per share.","type":"number","maximum":10000000,"exclusiveMinimum":0,"examples":[50]},"annual_dividend_per_share":{"description":"Total dividends paid per share per year; takes precedence over quarterly_dividend_per_share.","type":"number","minimum":0,"maximum":1000000,"examples":[2]},"quarterly_dividend_per_share":{"description":"Dividend per share per quarter (annual = 4 × quarterly), used when the annual figure is omitted.","type":"number","minimum":0,"maximum":1000000,"examples":[0.5]},"shares":{"description":"Number of shares owned.","type":"number","maximum":1000000000000,"exclusiveMinimum":0,"default":1,"examples":[100]},"dividend_growth_percent":{"description":"Expected annual growth of the dividend per share (the share price is assumed to grow at the same rate, keeping the yield constant). Unit: %/year.","type":"number","minimum":-50,"maximum":50,"default":0,"examples":[5],"x-unit":"%/year"},"years":{"description":"Optional horizon for the reinvestment projection. Unit: years.","type":"integer","minimum":1,"maximum":60,"examples":[10],"x-unit":"years"}},"additionalProperties":false,"required":["share_price"]},"output_schema":{"type":"object","properties":{"annual_dividend_per_share":{"description":"As given, or 4 × quarterly.","type":"number"},"dividend_yield_percent":{"description":"annual_dividend_per_share / share_price × 100. Unit: %.","type":"number","x-unit":"%"},"annual_dividend_income":{"description":"annual_dividend_per_share × shares.","type":"number"},"quarterly_dividend_income":{"description":"annual_dividend_income / 4.","type":"number"},"projected_share_price":{"description":"share_price × (1 + g)^years (only with years).","type":"number"},"projected_shares_with_drip":{"description":"shares × (1 + yield)^years.","type":"number"},"projected_value_with_drip":{"description":"projected_shares_with_drip × projected_share_price.","type":"number"},"projected_annual_income_with_drip":{"description":"projected_shares_with_drip × dividend per share in that year.","type":"number"},"projected_annual_income_without_drip":{"description":"shares × annual_dividend_per_share × (1 + g)^years.","type":"number"}}},"formula":"yield = annual_dividend_per_share / share_price; income = annual_dividend_per_share × shares. With g = dividend_growth_percent/100 and a constant yield: shares_N = shares × (1 + yield)^N; price_N = share_price × (1 + g)^N; value_N = shares_N × price_N; income_N = shares_N × annual_dividend_per_share × (1 + g)^N","method":"Reinvestment is modelled once a year at the year-end price with fractional shares; the price is assumed to track the dividend so the yield stays constant. Taxes on dividends and price changes unrelated to dividends are ignored.","sources":[{"name":"Investopedia – Dividend Yield: Meaning, Formula, Example and Pros and Cons","url":"https://www.investopedia.com/terms/d/dividendyield.asp","type":"reference","retrieved_at":"2026-09-24"},{"name":"Investopedia – Dividend Reinvestment Plan (DRIP)","url":"https://www.investopedia.com/terms/d/dividendreinvestmentplan.asp","type":"reference","retrieved_at":"2026-09-24"},{"name":"Wikipedia – Dividend yield","url":"https://en.wikipedia.org/wiki/Dividend_yield","type":"reference","retrieved_at":"2026-09-24"}],"freshness":{"type":"static","max_age_seconds":null,"note":"Deterministic formula with fixed constants; results never go stale. Inputs supplied by the caller determine the output."},"examples":[{"name":"50 per share, 2 dividend, 100 shares, 5 % growth, 10 years","inputs":{"share_price":50,"annual_dividend_per_share":2,"shares":100,"dividend_growth_percent":5,"years":10},"expected":{"annual_dividend_per_share":2,"dividend_yield_percent":4,"annual_dividend_income":200,"quarterly_dividend_income":50,"projected_share_price":81.44,"projected_shares_with_drip":148.0244,"projected_value_with_drip":12055.81,"projected_annual_income_with_drip":482.23,"projected_annual_income_without_drip":325.78},"url":"https://tttkmbb.com/api/v1/calculate/dividend-yield?share_price=50&annual_dividend_per_share=2&shares=100&dividend_growth_percent=5&years=10"},{"name":"120 per share, 0.75 quarterly, 40 shares","inputs":{"share_price":120,"quarterly_dividend_per_share":0.75,"shares":40},"expected":{"annual_dividend_per_share":3,"dividend_yield_percent":2.5,"annual_dividend_income":120,"quarterly_dividend_income":30},"url":"https://tttkmbb.com/api/v1/calculate/dividend-yield?share_price=120&quarterly_dividend_per_share=0.75&shares=40"}],"faq":[{"q":"Trailing or forward dividend?","a":"Enter whichever you want the yield to reflect: the last four payments (trailing) or the latest declared payment annualized (forward). Yields quoted by data providers are usually trailing."},{"q":"Why does reinvesting matter so much?","a":"Reinvested dividends buy more shares, which pay more dividends: at a 4 % yield the share count grows 48 % in 10 years, so income rises 48 % more than dividend growth alone."}],"tags":["dividend yield","dividend income","drip calculator","dividend reinvestment","yield on cost","dividend growth"],"related":[{"calculator_id":"compound-interest","reason":"Same compounding arithmetic for cash savings."},{"calculator_id":"stock-profit","reason":"Profit from selling the shares."},{"calculator_id":"cagr","reason":"Annualized growth between two values."}],"links":{"html":"https://tttkmbb.com/finance/dividend-yield","markdown":"https://tttkmbb.com/finance/dividend-yield.md","json":"https://tttkmbb.com/finance/dividend-yield.json","api":"https://tttkmbb.com/api/v1/calculate/dividend-yield","schema":"https://tttkmbb.com/api/v1/calculators/dividend-yield","openapi":"https://tttkmbb.com/openapi.json","mcp":"https://tttkmbb.com/mcp"},"version":"v1","updated_at":"2026-09-24"},"timestamp":"2026-09-24T01:45:34Z"}