Author: @skills-il
Analyze Israeli stocks on TASE (Tel Aviv Stock Exchange), track TA-35 and TA-125 indices, and evaluate dual-listed companies (TASE + NASDAQ). Use when user asks about Israeli stocks, "boorsa", "TA-35", "TASE", Maya filings, dual-listed companies, or Israeli capital gains tax on securities. Provides index composition, Maya filings lookup, capital gains tax calculations (25% on securities), and Bank of Israel interest rate context for valuation. Do NOT use for general international stock analysis unrelated to Israel, or for cryptocurrency trading.
npx skills-il add skills-il/tax-and-finance --skill tase-stock-analysisAsk the user what kind of analysis they need:
| Type | Hebrew | Description | Key Data |
|---|---|---|---|
| Index tracking | מעקב מדד | TA-35 or TA-125 index performance | Index composition, weight, performance |
| Single stock | ניתוח מניה | Individual TASE-listed stock analysis | Price, volume, fundamentals |
| Dual-listed | חברה דואלית | Companies listed on TASE + NASDAQ/NYSE | Arbitrage, currency effect, tax implications |
| Maya filing | דיווח מאי"ה | TASE disclosure filings lookup | Material events, financial reports, insider trades |
| Capital gains | רווחי הון | Tax calculation on securities gains | 25% tax rate, exemptions, offsetting losses |
Depending on the analysis type, collect:
scripts/fetch_tase_data.py to retrieve TA-35 or TA-125 composition and weightsFor any stock analysis, layer in Israeli-specific factors:
When the user has sold or plans to sell securities:
| Scenario | Tax Rate | Notes |
|---|---|---|
| Individual, non-substantial shareholder | 25% | Standard rate on net gain |
| Substantial shareholder (over 10%) | 30% | Higher rate applies |
| Inflationary component (pre-2003 shares) | Exempt | Only real gain is taxed |
| Offsetting losses (kizuz hefsedim) | Allowed | Losses offset gains in same tax year |
| Foreign resident | Treaty-dependent | Check double taxation treaty |
Calculation:
net_gain = sale_price - purchase_price - transaction_costs
tax = net_gain * 0.25 # or 0.30 for substantial shareholderFor dual-listed companies (e.g., Check Point, CyberArk, NICE, Sapiens):
Check relevant disclosures on the Maya system (TASE disclosure platform):
Summarize key findings and flag any material items.
User says: "Show me the current TA-35 composition and top performers" Actions:
python scripts/fetch_tase_data.py --index TA35User says: "Compare Check Point stock price on TASE vs NASDAQ" Actions:
User says: "I sold Teva shares for 120,000 NIS, bought them for 80,000 NIS. What's my tax?" Actions:
User says: "Check recent Maya filings for Bank Hapoalim" Actions:
scripts/fetch_tase_data.py -- Fetches TASE index data (TA-35, TA-125), stock quotes, and market status. Run: python scripts/fetch_tase_data.py --helpreferences/tase-api.md -- TASE API endpoints for market data, index composition, and Maya filings search. Consult when integrating live market data.references/capital-gains.md -- Israeli capital gains tax rules for securities: rates, exemptions, loss offsetting, substantial shareholder rules, and foreign resident treaty considerations.Cause: TASE uses numeric securities numbers and Hebrew names, not US-style tickers Solution: Search by company Hebrew name or securities number (mispar niyar erech). Use Maya search for lookup.
Cause: Using stale or non-representative exchange rate for comparison Solution: Use Bank of Israel representative rate (sha'ar yatzig) published daily at 15:30. For intraday, note rates are indicative only.
Cause: Complex scenarios like partial sales, inflationary adjustments, or inherited shares Solution: For shares purchased before 2003, inflationary component may be exempt. For inherited shares, acquisition cost is market value at inheritance date. Consult a tax advisor (yo'etz mas) for complex cases.
Supported Agents
Trust Score
Works across all agents
Fetch and analyze Bank of Israel (BOI) economic data: interest rates, CPI (madad hamchirim), exchange rates (sha'ar yatzig), and CBS statistics. Use when user asks about BOI interest rate, exchange rates, CPI index, or Israeli economic indicators. Foundation skill for Israeli financial analytics. Do NOT use for stock market data (use tase-stock-analysis instead) or for currency conversion (use shekel-currency-converter instead).
Israeli payment gateway with integrated invoicing -- Low Profile, OpenFields, tokenization, Bit/Google Pay/PayPal, recurring billing, tax invoices, receipts, and credit notes per Israeli law.
Analyze Tel Aviv Stock Exchange securities, indices, and corporate disclosures
Want to build your own skill? Try the Skill Creator · Submit a Skill