From b7991e651c70479351e34dbd48dea5d693f1f23b Mon Sep 17 00:00:00 2001 From: Karl Waldman Date: Fri, 26 Dec 2025 10:09:52 -0500 Subject: [PATCH] Add OilPriceAPI to Data Sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OilPriceAPI provides real-time oil and commodity prices including: - WTI and Brent crude oil - Urals crude (Russian export blend) - Natural gas (US, EU, UK) - Coal prices Features Python SDK with OpenBB integration for seamless quant workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b5da5..3ad16c4 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [bbgbridge](https://github.com/ran404/bbgbridge) - Easy to use Bloomberg Desktop API wrapper for Python. - [polygon.io](https://github.com/polygon-io/client-python) - A python library for Polygon.io financial data APIs. - [alpha_vantage](https://github.com/RomelTorres/alpha_vantage) - A python wrapper for Alpha Vantage API for financial data. +- [oilpriceapi](https://github.com/OilpriceAPI/python-sdk) - Python SDK for real-time oil and commodity prices (WTI, Brent, Urals, natural gas, coal) with OpenBB integration. - [FinanceDataReader](https://github.com/FinanceData/FinanceDataReader) - Open Source Financial data reader for U.S, Korean, Japanese, Chinese, Vietnamese Stocks - [pystlouisfed](https://github.com/TomasKoutek/pystlouisfed) - Python client for Federal Reserve Bank of St. Louis API - FRED, ALFRED, GeoFRED and FRASER. - [python-bcb](https://github.com/wilsonfreitas/python-bcb) - Python interface to Brazilian Central Bank web services.