Analyze Tel Aviv Stock Exchange (TASE) securities, indices, and corporate disclosures. Use when user asks about Israeli stocks, TASE indices (TA-35, TA-125, TA-90), MAYA filings, dual-listed companies, or menayot analysis. Covers index composition, sector breakdown, MAYA disclosure types, ISA regulations, and Bizportal/Globes Finance data sources.
Resources
3Install
npx skillscat add skills-il/tax-and-finance/tase-stock-analyzer Install via the SkillsCat registry.
TASE Stock Analyzer
Key TASE Indices
| Index | Companies | Description |
|---|---|---|
| TA-35 | 35 | Largest market-cap stocks, blue-chip benchmark |
| TA-125 | 125 | Broad market index, includes TA-35 |
| TA-90 | 90 | Mid-cap stocks (TA-125 minus TA-35) |
| TA-SME60 | 60 | Small/growth companies |
| TA-Banks5 | 5 | Bank stocks |
MAYA Disclosure System
MAYA (maya.tase.co.il) is the electronic disclosure system for all public companies. Filing types: Immediate Report (Doch Miyadi), Quarterly Report (Doch Rivoni), Periodic/Annual Report (Doch Titkufti), Shelf Prospectus (Taskit Madaf).
Dual-Listed Companies
Key Israeli companies trading on both TASE and US exchanges: Check Point (CHKP/NASDAQ), Nice Systems (NICE/NASDAQ), Teva (TEVA/NYSE), ICL (ICL/NYSE), Elbit (ESLT/NASDAQ), CyberArk (CYBR/NASDAQ), Tower Semiconductor (TSEM/NASDAQ).
Sector Breakdown (TA-35 approx.)
- Banking and Finance: ~25% (Hapoalim, Leumi, Discount, Mizrahi-Tefahot)
- Technology: ~20% (Check Point, Nice, CyberArk)
- Real Estate: ~12% (Azrieli, Amot, Melisron)
- Energy and Chemicals: ~10% (ICL, Delek, Bazan)
- Insurance: ~8% (Harel, Migdal, Clal)
Trading Hours
Sunday-Thursday, 09:59 (pre-open) to 17:25 (closing auction). No trading Friday-Saturday.
Data Sources
- tase.co.il: Live quotes, index composition
- maya.tase.co.il: Corporate filings
- isa.gov.il: ISA regulatory decisions
- bizportal.co.il: Financial analysis
- globes.co.il: Market news
Examples
Example 1: Analyze a TASE Index Composition
User says: "Show me the TA-35 index composition and sector breakdown"
Actions:
- List current TA-35 constituents by weight
- Group by sector: technology, finance, real estate, healthcare, energy
- Identify dual-listed companies (also on NASDAQ/NYSE)
- Show YTD performance vs global benchmarks (S&P 500, STOXX Europe)
- Note recent additions/removals from the index
Result: TA-35 composition analysis with sector allocation and performance context
Example 2: Research an Israeli Stock
User says: "Tell me about Bank Leumi stock on TASE"
Actions:
- Identify: Bank Leumi (LUMI), banking sector, TA-35 constituent
- Key data: market cap, P/E ratio, dividend yield, 52-week range
- Recent MAYA filings: quarterly reports, material events
- Dual listing status and foreign investor activity
- Sector comparison with Bank Hapoalim (POLI) and Mizrahi Tefahot (MZTF)
Result: Comprehensive stock overview with Israeli banking sector context
Bundled Resources
Scripts
scripts/tase_fetcher.py-- TASE index composition viewer with sector breakdowns and dual-listed company data. Run:python scripts/tase_fetcher.py --help
References
references/tase-indices.md-- Reference for major TASE indices (TA-35, TA-90, TA-125, TA-SME60), trading hours, MAYA disclosure system, and data sources. Consult when analyzing Israeli market indices or looking up TASE-specific information.
Troubleshooting
Error: "Stock data not found"
Cause: Company may be listed under Hebrew name or different ticker format
Solution: TASE uses numeric securities numbers (mispar niyar) as primary identifiers. Search by security number if the ticker or name doesn't match. Hebrew company names on TASE may differ from the English name.
Error: "Prices shown don't include after-hours trading"
Cause: TASE has specific trading phases not captured in closing price
Solution: TASE trading: pre-open (9:00-9:59), continuous (10:00-17:14), closing auction (17:14-17:25). After-hours orders queue for next day. Always specify which price point you're referencing.