Skip to Content

US ETF Dividend Info

Longbridge US Accounts

This method is only available for US data-center accounts.

Get dividend information for a US ETF — TTM dividend yield, payout frequency, and fiscal year breakdown.

CLI
# ETF dividend info (US accounts)
longbridge dividend IVV.US
longbridge dividend SPY.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESETF symbol, e.g. IVV.US

Request Example

Response

Response Example

json
{
  "dividend_ttm": "6.84",
  "dividend_yield_ttm": "0.0134",
  "dividend_frequency": "Quarterly",
  "currency": "USD",
  "fiscal_year_info": [
    {
      "fiscal_year": "2025",
      "fiscal_year_range": "2025-01-01 ~ 2025-12-31",
      "dividend": "6.52",
      "dividend_yield": "0.0134",
      "currency": "USD"
    }
  ]
}

Response Status

StatusDescriptionSchema
200SuccessUsETFDividendInfo
400Bad requestNone

Schemas

UsETFDividendInfo

NameTypeRequiredDescription
dividend_ttmstringtrueTTM dividend per share
dividend_yield_ttmstringtrueTTM dividend yield (%)
dividend_frequencystringtruePayout frequency (e.g. Quarterly)
currencystringtrueCurrency code (e.g. USD)
fiscal_year_infoUSFiscalYearDividend[]falseAnnual dividend breakdown by fiscal year

USFiscalYearDividend

NameTypeDescription
fiscal_yearstringFiscal year
fiscal_year_rangestringFiscal year date range
dividendstringTotal dividend for the year
dividend_yieldstringDividend yield for the year
currencystringCurrency code