Skip to main content

tap-adanos

tap-adanos is a Singer tap for the Adanos Market Sentiment API, built with the Meltano Singer SDK.

It extracts stock sentiment from Reddit, X / FinTwit, financial news, and Polymarket, plus Reddit crypto sentiment. The tap exposes four warehouse-friendly snapshot streams:

  • asset_sentiment: one detailed sentiment record per configured symbol.
  • trending_assets: paginated assets ordered by current buzz score.
  • asset_comparison: normalized rows from the Adanos comparison endpoint.
  • market_sentiment: one source-wide market sentiment record.

Raw mention streams are intentionally excluded because those endpoints require the Professional plan. Every core stream works with Free, Hobby, and Professional API keys when its date window is within the plan's lookback.

Installation

Install from PyPI after the first release:

uv tool install tap-adanos

Install from GitHub during development:

uv tool install git+https://github.com/adanos-software/tap-adanos.git@main

Configuration

Setting Required Default Description
api_key Yes Adanos API key from adanos.org/register.
asset_type No stock stock or crypto. Crypto currently uses Reddit data.
stock_source No reddit Stock source: reddit, x, news, or polymarket.
symbols Yes One or more symbols used by asset_sentiment and asset_comparison.
start_date Yes Inclusive UTC date in YYYY-MM-DD format.
end_date No Current UTC date Inclusive UTC date in YYYY-MM-DD format.
page_size No 100 Trending page size from 1 to 100.
base_url No https://api.adanos.org API root, primarily useful for tests or private gateways.

The API currently permits up to 30 days of lookback for Free accounts, 90 days for Hobby, and 365 days for Professional. Quotas and rate limits remain attached to the supplied Adanos API key.

Example non-secret settings:

{
  "asset_type": "stock",
  "stock_source": "reddit",
  "symbols": ["AAPL", "NVDA"],
  "start_date": "2026-07-01",
  "end_date": "2026-07-07"
}

Provide api_key through Meltano's secret configuration or another secure runtime mechanism rather than storing it in this file.

Discover and run the tap:

tap-adanos --config config.json --discover > catalog.json
tap-adanos --config config.json --catalog catalog.json

Use --select or a Meltano catalog to enable only the streams needed by a pipeline.

Meltano

plugins:
  extractors:
    - name: tap-adanos
      namespace: tap_adanos
      pip_url: tap-adanos
      executable: tap-adanos
      config:
        asset_type: stock
        stock_source: reddit
        symbols: [AAPL, NVDA]
        start_date: "2026-07-01"

Set the key outside source control:

meltano config tap-adanos set api_key "$ADANOS_API_KEY"
meltano run tap-adanos target-jsonl

Development

Requires Python 3.10+ and uv.

uv sync
uv run pytest
uv run ruff check .
uv run mypy tap_adanos tests
uv run tap-adanos --about --format=json

License

Apache-2.0

Download files

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

Source Distribution

tap_adanos-0.1.0.tar.gz (175.9 kB view details)

Uploaded Source

Built Distribution

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

tap_adanos-0.1.0-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file tap_adanos-0.1.0.tar.gz.

File metadata

  • Download URL: tap_adanos-0.1.0.tar.gz
  • Upload date:
  • Size: 175.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for tap_adanos-0.1.0.tar.gz
Algorithm Hash digest
SHA256 605c7d52e424c062ef0c3740daf81c5a6af619045cb396a50e35cf13674104bd
MD5 037dbd29475871ca97c50102da5b8cb4
BLAKE2b-256 357bf9bfea95d9bc16797e222f974f299c79b3f6367b49fab029212fcfaa6d7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tap_adanos-0.1.0.tar.gz:

Publisher: build.yml on adanos-software/tap-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 tap_adanos-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: tap_adanos-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for tap_adanos-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ae6c3ee3b0c45cac81310d6c36422492c2fb5f6c0d582ec2bf4f4cf837cd8023
MD5 86b6179590be0cd898faa9d078cd3b47
BLAKE2b-256 0d1a3115368c27c5aefe0dc4ac97c919d2d1c20b0ca76b737b69d9eec0055d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tap_adanos-0.1.0-py3-none-any.whl:

Publisher: build.yml on adanos-software/tap-adanos

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

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page