--- id: openbb-tiingo version: "1.6.1" license: AGPL-3.0-only license_treatment: agpl maintenance: active --- # openbb-tiingo — Tiingo extension for OpenBB License: agpl · Maintenance: active · Downloads: 85.2K/mo ## What it is and what it does openbb-tiingo is an extension package that plugs Tiingo's financial data service into the OpenBB Platform. It acts as a provider adapter, allowing developers using OpenBB to query market data from Tiingo through OpenBB's standardized interface rather than calling Tiingo's API directly. The package is a thin integration layer with a single runtime dependency on openbb-core. Typically used by developers building financial applications or research tools on top of OpenBB who want to include Tiingo as a data source. Installation is straightforward, and the package is actively maintained with recent releases. It requires Python 3.10 or later and is licensed under AGPL-3.0-only, which means any modifications or derivative works must remain open-source under the same license. Use it for: - Fetch market data from Tiingo within OpenBB Platform workflows without writing provider-specific code - Build financial analysis applications that aggregate data from multiple providers including Tiingo - Access historical and real-time market data as part of an OpenBB-based trading or research system ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates Tiingo financial data into the OpenBB Platform, enabling access to market data through OpenBB's unified interface. Yes, if you are building on the OpenBB Platform and want Tiingo data access. The low installation friction, active maintenance, and lack of known vulnerabilities make it a safe choice. However, the AGPL-3.0 license requires that any proprietary modifications be open-sourced, which may be a constraint for closed-source projects. Verify that your use case aligns with the copyleft obligations before committing. ## Install pip install openbb-tiingo uv add openbb-tiingo poetry add openbb-tiingo ## Installing openbb-tiingo Before you install: Low friction installation as a pure Python wheel. Actively maintained with a release 80 days ago. Requires openbb-core as its sole runtime dependency. License in practice: Licensed under AGPL-3.0-only, which requires derivative works and modifications to be open-sourced under the same license. This is a copyleft obligation that affects any proprietary use or distribution of modified versions. Quickstart: pip install openbb-tiingo from openbb_core.app import OpenBB obb = OpenBB() # Access Tiingo data through OpenBB's unified interface Requires Python 3.10 or later. Tiingo account and API credentials may be required depending on data access configuration. Verify before relying: - What specific Tiingo data types and endpoints this provider exposes through OpenBB - Whether Tiingo API credentials or account setup is required before use - Performance characteristics and rate limits when querying Tiingo data ## Package facts - License: AGPL-3.0-only (agpl) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 85.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tiingo data provider openbb, financial market data integration, openbb extension provider, tiingo stock data api, openbb platform plugin, financial-data, market-data-provider [View on SkillFed](https://skillfed.io/packages/openbb-tiingo) · [View on PyPI](https://pypi.org/project/openbb-tiingo/)