openbb-tiingo
Tiingo extension for OpenBB
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 on this page — 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
openbb-tiingo on PyPI
pip
pip install openbb-tiingouv
uv add openbb-tiingopoetry
poetry add openbb-tiingoInstalling 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 the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — openbb-core |
| Maintenance | actively maintained — 80 days since the last release |
| First released | |
| Downloads | 85,233/month — #13,939 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_tiingo-1.6.1-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI
openbb-yfinanceIntegrates Yahoo!Finance data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-fmpIntegrates Financial Modeling Prep as a data…
agpl · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
openbbUnified interface to fetch financial market…
agpl · top 15,000 on PyPI
openbb-secIntegrates SEC EDGAR data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-us-eiaIntegrates U.S. Energy Information…
agpl · top 15,000 on PyPI
openbb-econdbIntegrates EconDB economic data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-government-usIntegrates US Government data sources…
agpl · top 15,000 on PyPI