Skip to main content

Market sentiment data from Reddit, News, X/Twitter, and Polymarket for OpenBB

Project description

openbb-adanos

PyPI version

Adanos market-sentiment integration for the OpenBB Platform.

The package now exposes two layers:

  • Standard OpenBB provider commands for quick cross-platform sentiment lookups.
  • A full obb.adanos.<platform>.* router surface for all Adanos stock endpoints.

Links:

Installation

pip install openbb-adanos

Setup

Get an API key at api.adanos.org, then configure OpenBB:

from openbb import obb

obb.user.credentials.adanos_api_key = "sk_live_..."

You can also use OPENBB_ADANOS_API_KEY.

Quick Start

Standard OpenBB provider flow

from openbb import obb

# Single symbol, detailed sentiment
obb.equity.sentiment(symbol="AAPL", provider="adanos")

# Cross-platform support
obb.equity.sentiment(symbol="TSLA", source="x", provider="adanos")
obb.equity.sentiment(symbol="NVDA", source="news", provider="adanos")
obb.equity.sentiment(symbol="SPY", source="polymarket", provider="adanos")

# Trending list
obb.equity.sentiment.trending(provider="adanos")
obb.equity.sentiment.trending(source="news", days=3, limit=50, provider="adanos")

# Compact comparison
obb.equity.sentiment.compare(symbols="AAPL,MSFT,NVDA", provider="adanos")

Full Adanos endpoint surface inside OpenBB

from openbb import obb

# Reddit
obb.adanos.reddit.trending(days=1, limit=25)
obb.adanos.reddit.stock(symbol="TSLA", days=7)
obb.adanos.reddit.market_sentiment(days=7)
obb.adanos.reddit.explain(symbol="TSLA")
obb.adanos.reddit.search(query="tesla")
obb.adanos.reddit.compare(symbols=["TSLA", "NVDA", "AMD"])
obb.adanos.reddit.stats()
obb.adanos.reddit.health()

# News
obb.adanos.news.trending(days=3, source="reuters")
obb.adanos.news.trending_sectors(days=7, source="bloomberg")
obb.adanos.news.trending_countries(days=7)
obb.adanos.news.stock(symbol="AAPL", days=14)
obb.adanos.news.market_sentiment(days=7)
obb.adanos.news.explain(symbol="AAPL")

# X / Twitter
obb.adanos.x.trending(days=1, asset_type="stock")
obb.adanos.x.stock(symbol="TSLA", days=7)
obb.adanos.x.market_sentiment(days=7)
obb.adanos.x.explain(symbol="TSLA")
obb.adanos.x.search(query="nvidia")

# Polymarket
obb.adanos.polymarket.trending(days=7)
obb.adanos.polymarket.stock(symbol="NVDA", days=14)
obb.adanos.polymarket.market_sentiment(days=7)
obb.adanos.polymarket.compare(symbols="NVDA,TSLA,AMD")

Supported Endpoints

Provider commands

  • obb.equity.sentiment(..., provider="adanos")
  • obb.equity.sentiment.trending(..., provider="adanos")
  • obb.equity.sentiment.compare(..., provider="adanos")

Router commands

  • obb.adanos.reddit.{trending,trending_sectors,trending_countries,stock,market_sentiment,explain,search,compare,stats,health}
  • obb.adanos.news.{trending,trending_sectors,trending_countries,stock,market_sentiment,explain,search,compare,stats,health}
  • obb.adanos.x.{trending,trending_sectors,trending_countries,stock,market_sentiment,explain,search,compare,stats,health}
  • obb.adanos.polymarket.{trending,trending_sectors,trending_countries,stock,market_sentiment,search,compare,stats,health}

Notes

  • Provider-level source supports reddit, news, x, and polymarket.
  • Trending defaults to days=1, matching the API behavior.
  • Full stock detail remains platform-specific through obb.adanos.*.stock(...), so users get fields like top_tweets, source_distribution, or top_mentions instead of a flattened lowest-common-denominator response.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openbb_adanos-1.4.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openbb_adanos-1.4.0-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file openbb_adanos-1.4.0.tar.gz.

File metadata

  • Download URL: openbb_adanos-1.4.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openbb_adanos-1.4.0.tar.gz
Algorithm Hash digest
SHA256 e5703ebd9b8b920acfab1ac0a51a1706f69ab0427abb0b668ed12f71cbcb9ed1
MD5 f5e3a0aa4de0d26743fc845f545c81b6
BLAKE2b-256 a7fb7084aafbda739b1ad3ae5d076536bf6ff3ad1024cc740110ef3bdb27ed4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openbb_adanos-1.4.0.tar.gz:

Publisher: publish-pypi.yml on adanos-software/openbb-adanos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openbb_adanos-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: openbb_adanos-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openbb_adanos-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c1d6fd38aa4a1582d9519782d8d1ea70e6b260bd5caf41e0eee601437d7774e
MD5 bf7f48215ee99654e630a10a3b546745
BLAKE2b-256 735428c531f4bb78fd22cc6533330dda6e3edb56db50c8a90d2db252ec9404d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for openbb_adanos-1.4.0-py3-none-any.whl:

Publisher: publish-pypi.yml on adanos-software/openbb-adanos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page