Skip to main content
Glama
__init__.py554 B
"""Concrete chunking strategy implementations. This module provides specialized strategies for different SEC filing types: - TenKStrategy: For structured filings (10-K, 10-Q, 20-F) - SixKStrategy: For attachment-based 6-K filings - EightKStrategy: For event-driven 8-K filings """ from .tenk_strategy import TenKStrategy from .sixk_strategy import SixKStrategy from .eightk_strategy import EightKStrategy from .twentyf_strategy import TwentyFStrategy __all__ = [ "TenKStrategy", "SixKStrategy", "EightKStrategy", "TwentyFStrategy", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huweihua123/stock-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server