skillfed

openbb-tiingo

Tiingo extension for OpenBB

openbb-tiingo v1.6.1 85.2K downloads/30d#13,939 on PyPI
AGPL license AGPL-3.0-only Active released

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-tiingo

uv

uv add openbb-tiingo

poetry

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 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

License :: OSI Approved :: GNU Affero General Public License v3Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

tiingo data provider openbbfinancial market data integrationopenbb extension providertiingo stock data apiopenbb platform plugin
financial-datamarket-data-provider

More Internet packages