{"slug":"nke-dividend-for-spanish-investors","qid":"retencion","label":"retencion","post_title":"nke-dividend-for-spanish-investors","post_url":"/blog/lang/es/nke-dividend-for-spanish-investors#q-retencion","columns":["date","fecha_ex_label","bruto_usd","neto_con_w8ben_usd","neto_sin_w8ben_usd"],"rows":[{"date":"2024-12-02","fecha_ex_label":"02/12/2024","bruto_usd":0.4,"neto_con_w8ben_usd":0.34,"neto_sin_w8ben_usd":0.28},{"date":"2025-03-03","fecha_ex_label":"03/03/2025","bruto_usd":0.4,"neto_con_w8ben_usd":0.34,"neto_sin_w8ben_usd":0.28},{"date":"2025-06-02","fecha_ex_label":"02/06/2025","bruto_usd":0.4,"neto_con_w8ben_usd":0.34,"neto_sin_w8ben_usd":0.28},{"date":"2025-09-02","fecha_ex_label":"02/09/2025","bruto_usd":0.4,"neto_con_w8ben_usd":0.34,"neto_sin_w8ben_usd":0.28},{"date":"2025-12-01","fecha_ex_label":"01/12/2025","bruto_usd":0.41,"neto_con_w8ben_usd":0.3485,"neto_sin_w8ben_usd":0.287},{"date":"2026-03-02","fecha_ex_label":"02/03/2026","bruto_usd":0.41,"neto_con_w8ben_usd":0.3485,"neto_sin_w8ben_usd":0.287},{"date":"2026-06-01","fecha_ex_label":"01/06/2026","bruto_usd":0.41,"neto_con_w8ben_usd":0.3485,"neto_sin_w8ben_usd":0.287},{"date":"2026-09-01","fecha_ex_label":"01/09/2026","bruto_usd":0.41,"neto_con_w8ben_usd":0.3485,"neto_sin_w8ben_usd":0.287}],"shape":"series","sql":"SELECT\n    fecha_ex                                     AS date,\n    formatDateTime(fecha_ex, '%d/%m/%Y')         AS fecha_ex_label,\n    round(importe, 4)                            AS bruto_usd,\n    round(importe * 0.85, 4)                     AS neto_con_w8ben_usd,\n    round(importe * 0.70, 4)                     AS neto_sin_w8ben_usd\nFROM\n(\n    SELECT\n        ex_dividend_date            AS fecha_ex,\n        any(toFloat64(cash_amount)) AS importe\n    FROM global_markets.stocks_dividends\n    WHERE ticker = 'NKE'\n    GROUP BY ex_dividend_date\n    ORDER BY ex_dividend_date DESC\n    LIMIT 8\n)\nORDER BY fecha_ex","computed_at":"2026-09-23T14:48:31.302490+00:00","elapsed":0.002731414}