Metadata-Version: 2.4
Name: openbb-atlantis
Version: 0.1.0
Summary: Atlantis Data Solutions provider for the OpenBB Platform — bond lookup (162k+ CUSIPs/ISINs), 72 sovereign yield curves, US corporate rating-band curves, US muni state curves, sovereign ratings, and per-bond price/yield history teasers.
Keywords: bonds,fixed-income,yield-curves,openbb,cusip,municipal,sovereign
Author: Atlantis Data Solutions
Author-email: carb.fa@gmail.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: openbb-core (>=1.0,<2.0)
Project-URL: Homepage, https://atlantisdatasolutions.com
Project-URL: Repository, https://github.com/atlantisdatasolutions/openbb-atlantis
Description-Content-Type: text/markdown

# openbb-atlantis

**Bond data for the OpenBB Platform** — from [Atlantis Data Solutions](https://atlantisdatasolutions.com).

The only OpenBB provider with per-bond fixed-income data:

- 🔎 **Bond lookup** across **162,000+** CUSIPs/ISINs — US Treasuries, corporates (rating-banded), municipals, sovereigns, European exchange listings, India G-secs, Japan, and more
- 📈 **Yield curves**: 72 sovereign curves (incl. India, Indonesia, Switzerland), US corporate rating-band curves (A/BBB/IG/HY), 32 US municipal state curves
- ⭐ **Curve placement**: every bond returns its fitted reference yield and residual (bp) — relative value in one call
- 🏛 **Sovereign ratings** (S&P long-term FC)
- 🕰 **Price/yield history teaser**: the most recent 12 observations per bond; full multi-year series on each bond's page

## Install

```bash
pip install openbb-atlantis
```

No API key required.

## Use

```python
from openbb import obb

# What is this bond, and where does it sit on its curve?
obb.fixedincome.bond_reference("437076BN1", provider="atlantis")

# India's sovereign curve, fitted from official FBIL valuations
obb.fixedincome.government.yield_curve(country="India", provider="atlantis")

# Recent history (teaser — full series linked in the response)
obb.fixedincome.bond_historical("437076BN1", provider="atlantis")

# Find bonds by issuer
obb.fixedincome.bond_search("PEPSICO", provider="atlantis")
```

## Fair use

Free for individual queries, with attribution. Per-IP rate limits apply; there
are **no bulk endpoints** — this provider answers questions, it is not a feed.
Full price histories, the downloadable universe, and screening live at
[atlantisdatasolutions.com](https://atlantisdatasolutions.com/bond-lookup).

Data © Atlantis Data Solutions. Attribution required on redisplay.

