CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/finchx/__init__.py
src/finchx/client.py
src/finchx/collector.py
src/finchx/config.py
src/finchx/observability.py
src/finchx/quality.py
src/finchx.egg-info/PKG-INFO
src/finchx.egg-info/SOURCES.txt
src/finchx.egg-info/dependency_links.txt
src/finchx.egg-info/requires.txt
src/finchx.egg-info/top_level.txt
src/finchx/collectors/__init__.py
src/finchx/collectors/core.py
src/finchx/collectors/errors.py
src/finchx/computed/__init__.py
src/finchx/computed/deviation.py
src/finchx/contracts/__init__.py
src/finchx/contracts/dataset.py
src/finchx/contracts/dates.py
src/finchx/contracts/models.py
src/finchx/contracts/status.py
src/finchx/contracts/units.py
src/finchx/datasets/__init__.py
src/finchx/datasets/article_detail.py
src/finchx/datasets/company_executive_share_change.py
src/finchx/datasets/company_executive_snapshot.py
src/finchx/datasets/corporate_action_dividend.py
src/finchx/datasets/corporate_action_repurchase.py
src/finchx/datasets/definition.py
src/finchx/datasets/disclosure.py
src/finchx/datasets/document_common.py
src/finchx/datasets/financial_statement.py
src/finchx/datasets/forum.py
src/finchx/datasets/fundamental_common.py
src/finchx/datasets/fundamental_company_profile.py
src/finchx/datasets/fundamental_financial_summary.py
src/finchx/datasets/fundamental_industry_comparison.py
src/finchx/datasets/fundamental_revenue_breakdown.py
src/finchx/datasets/hotlist.py
src/finchx/datasets/instrument.py
src/finchx/datasets/iwencai.py
src/finchx/datasets/market_breadth.py
src/finchx/datasets/market_broken_limit_pool.py
src/finchx/datasets/market_concept.py
src/finchx/datasets/market_consecutive_limit_up.py
src/finchx/datasets/market_daily_replay.py
src/finchx/datasets/market_dragon_tiger.py
src/finchx/datasets/market_fund_flow.py
src/finchx/datasets/market_industry_comparison.py
src/finchx/datasets/market_instrument_sector_snapshot.py
src/finchx/datasets/market_intraday.py
src/finchx/datasets/market_klines.py
src/finchx/datasets/market_limit_down_pool.py
src/finchx/datasets/market_limit_up_pool.py
src/finchx/datasets/market_orderbook.py
src/finchx/datasets/market_quote.py
src/finchx/datasets/market_quote_snapshot.py
src/finchx/datasets/market_ranking.py
src/finchx/datasets/market_sentiment.py
src/finchx/datasets/market_stock_keyword.py
src/finchx/datasets/market_strong_pool.py
src/finchx/datasets/market_yesterday_limit_up_pool.py
src/finchx/datasets/news.py
src/finchx/datasets/ownership_capital_snapshot.py
src/finchx/datasets/ownership_float_holder.py
src/finchx/datasets/ownership_holder_summary_snapshot.py
src/finchx/datasets/topic_articles.py
src/finchx/datasets/trading_calendar.py
src/finchx/datasets/trading_calendar_service.py
src/finchx/entities/__init__.py
src/finchx/entities/instrument.py
src/finchx/entities/symbols.py
src/finchx/health/__init__.py
src/finchx/providers/__init__.py
src/finchx/providers/aigupiao_market_intelligence.py
src/finchx/providers/eastmoney_disclosure.py
src/finchx/providers/eastmoney_documents.py
src/finchx/providers/eastmoney_market.py
src/finchx/providers/eastmoney_news.py
src/finchx/providers/eastmoney_stock_keyword.py
src/finchx/providers/errors.py
src/finchx/providers/http.py
src/finchx/providers/instrument.py
src/finchx/providers/iwencai.py
src/finchx/providers/jiuyangongshe_replay.py
src/finchx/providers/market_klines.py
src/finchx/providers/market_news.py
src/finchx/providers/market_quote.py
src/finchx/providers/market_ranking.py
src/finchx/providers/registry.py
src/finchx/providers/sohu_klines.py
src/finchx/providers/taoguba_forum.py
src/finchx/providers/tencent.py
src/finchx/providers/tencent_f10.py
src/finchx/providers/tencent_float_holder.py
src/finchx/providers/tencent_fund_flow.py
src/finchx/providers/tencent_industry.py
src/finchx/providers/tencent_intraday.py
src/finchx/providers/tencent_klines.py
src/finchx/providers/tencent_quote.py
src/finchx/providers/tencent_sector.py
src/finchx/providers/ths_articles.py
src/finchx/providers/ths_hotlist.py
src/finchx/providers/ths_topic_articles.py
src/finchx/providers/tonghuashun_concept.py
src/finchx/providers/tonghuashun_financial.py
src/finchx/providers/trading_calendar.py
src/finchx/query/__init__.py
src/finchx/query/articles.py
src/finchx/query/documents.py
src/finchx/query/financial.py
src/finchx/query/forum.py
src/finchx/query/market_news.py
src/finchx/schemas/__init__.py
src/finchx/schemas/v1/article-detail.schema.json
src/finchx/schemas/v1/company-executive-share-change.schema.json
src/finchx/schemas/v1/company-executive-snapshot.schema.json
src/finchx/schemas/v1/corporate-action-dividend.schema.json
src/finchx/schemas/v1/corporate-action-repurchase.schema.json
src/finchx/schemas/v1/disclosure-document-ref.schema.json
src/finchx/schemas/v1/disclosure-document.schema.json
src/finchx/schemas/v1/financial-statement.schema.json
src/finchx/schemas/v1/fundamental-company-profile.schema.json
src/finchx/schemas/v1/fundamental-financial-summary.schema.json
src/finchx/schemas/v1/fundamental-industry-comparison.schema.json
src/finchx/schemas/v1/fundamental-revenue-breakdown.schema.json
src/finchx/schemas/v1/hotlist-content.schema.json
src/finchx/schemas/v1/hotlist-convertible-bonds.schema.json
src/finchx/schemas/v1/hotlist-etfs.schema.json
src/finchx/schemas/v1/hotlist-sectors.schema.json
src/finchx/schemas/v1/hotlist-stocks.schema.json
src/finchx/schemas/v1/instrument-identity.schema.json
src/finchx/schemas/v1/instrument.schema.json
src/finchx/schemas/v1/market-breadth.schema.json
src/finchx/schemas/v1/market-broken-limit-pool.schema.json
src/finchx/schemas/v1/market-concept-list.schema.json
src/finchx/schemas/v1/market-concept-ohlcv.schema.json
src/finchx/schemas/v1/market-concept-quote-snapshot.schema.json
src/finchx/schemas/v1/market-consecutive-limit-up-snapshot.schema.json
src/finchx/schemas/v1/market-daily-replay.schema.json
src/finchx/schemas/v1/market-deviation.schema.json
src/finchx/schemas/v1/market-dragon-tiger-detail.schema.json
src/finchx/schemas/v1/market-dragon-tiger-list.schema.json
src/finchx/schemas/v1/market-equity-intraday-5d.schema.json
src/finchx/schemas/v1/market-equity-intraday.schema.json
src/finchx/schemas/v1/market-fund-flow-daily.schema.json
src/finchx/schemas/v1/market-fund-flow-intraday.schema.json
src/finchx/schemas/v1/market-fund-flow-snapshot.schema.json
src/finchx/schemas/v1/market-index-intraday-5d.schema.json
src/finchx/schemas/v1/market-index-intraday.schema.json
src/finchx/schemas/v1/market-industry-comparison.schema.json
src/finchx/schemas/v1/market-instrument-sector-snapshot.schema.json
src/finchx/schemas/v1/market-klines.schema.json
src/finchx/schemas/v1/market-limit-down-pool.schema.json
src/finchx/schemas/v1/market-limit-up-pool.schema.json
src/finchx/schemas/v1/market-orderbook.schema.json
src/finchx/schemas/v1/market-quote-snapshot.schema.json
src/finchx/schemas/v1/market-quote.schema.json
src/finchx/schemas/v1/market-ranking.schema.json
src/finchx/schemas/v1/market-sentiment-snapshot.schema.json
src/finchx/schemas/v1/market-stock-keyword.schema.json
src/finchx/schemas/v1/market-strong-pool.schema.json
src/finchx/schemas/v1/market-yesterday-limit-up-pool.schema.json
src/finchx/schemas/v1/news-document-ref.schema.json
src/finchx/schemas/v1/news-document.schema.json
src/finchx/schemas/v1/ownership-capital-snapshot.schema.json
src/finchx/schemas/v1/ownership-float-holder.schema.json
src/finchx/schemas/v1/ownership-holder-summary-snapshot.schema.json
src/finchx/schemas/v1/provenance.schema.json
src/finchx/schemas/v1/quality.schema.json
src/finchx/schemas/v1/source-reference.schema.json
src/finchx/schemas/v1/source.schema.json
src/finchx/schemas/v1/standard-record.schema.json
src/finchx/schemas/v1/topic-article.schema.json
src/finchx/schemas/v1/trading-calendar.schema.json
src/finchx/schemas/v1/units.schema.json
src/finchx/schemas/v1/examples/standard-record.json
src/finchx/schemas/v1/examples/status-estimated.json
src/finchx/schemas/v1/examples/status-failed.json
src/finchx/schemas/v1/examples/status-missing.json
src/finchx/storage/__init__.py
src/finchx/storage/cache.py
src/finchx/storage/errors.py
src/finchx/storage/memory.py
src/finchx/storage/models.py
src/finchx/storage/protocol.py
src/finchx/storage/serialization.py
src/finchx/storage/sqlite.py