{"categories":[{"label":"Investment","url":"https://skillfed.io/packages/category/office-business-financial-investment"}],"enrichment":{"capability":"TickFlow is a Python client for accessing market data across Chinese A-shares, ETFs, US stocks, and Hong Kong stocks through the TickFlow API, offering both free historical daily candles and paid real-time quotes and intraday data.","skillfed_tags":["market-data-api","financial-data","async-client"],"use_cases":["Fetch historical daily OHLCV data for backtesting trading strategies on Chinese A-shares or US stocks","Build a real-time stock quote dashboard using the paid API with async concurrent requests","Retrieve intraday minute-level candles for day-trading analysis on multiple symbols in parallel","Query instrument metadata and exchange information for portfolio construction or market screening","Integrate market data into pandas-based research workflows with automatic DataFrame conversion"],"what_it_does":"TickFlow is an official Python client for the TickFlow market data API, designed to fetch financial data across multiple markets: Chinese A-shares (Shanghai, Shenzhen, Beijing exchanges), ETFs, US stocks, and Hong Kong stocks. It provides two service tiers\u2014a free tier offering historical daily candles and instrument metadata without registration, and a paid tier (requiring API key registration) that adds real-time quotes, intraday minute-level candles, and higher request frequency. The SDK supports both synchronous and asynchronous usage patterns, with optional pandas DataFrame output for convenient data manipulation.\n\nThe package depends on httpx for HTTP requests and typing-extensions for type hints, keeping dependencies minimal. It requires Python 3.9 or later and supports current Python versions through 3.14. Symbol format is standardized across all markets (e.g., \"600000.SH\" for Shanghai, \"AAPL.US\" for US stocks), and the API supports both single-symbol and batch queries. Batch operations include progress reporting, making it practical for fetching data on many securities at once.","worth_installing":"Yes, if you need market data across Chinese, US, or Hong Kong equities. The free tier is immediately usable without registration for historical daily data; the paid tier unlocks real-time quotes and intraday candles. Low dependency footprint, active maintenance, and support for both sync and async patterns make it practical for research, trading, and financial applications. No known vulnerabilities as of the fact sheet date."},"id":"tickflow","links":{"html":"https://skillfed.io/packages/tickflow","md":"https://skillfed.io/packages/tickflow.md","pypi":"https://pypi.org/project/tickflow/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-20","license_spdx":null,"license_treatment":"permissive","name":"tickflow","python_support":"supports_current","summary":"TickFlow Python Client"},"popularity":{"monthly_downloads":269650,"position":8255,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.24"}
