Skip to main content

CoinGecko connector for the parsimony framework

Project description

parsimony-coingecko

CoinGecko connector — crypto market data via the CoinGecko v3 API and on-chain prices via GeckoTerminal.

Part of the parsimony-connectors monorepo. Distributed standalone on PyPI as parsimony-coingecko.

Connectors

11 connectors grouped by capability:

Name Kind Description
coingecko_search fetch Resolve coin names/symbols to CoinGecko IDs.
coingecko_trending fetch Top 7 trending coins by 24-h search volume.
coingecko_top_gainers_losers fetch Top gaining and losing coins over a window.
coingecko_price fetch Current price(s) for one or more coins in one or more vs-currencies.
coingecko_markets fetch Ranked market data (price, market cap, ATH/ATL, 24h change), paged.
coingecko_coin_detail fetch Full per-coin metadata (description, links, market data) — returns nested dict.
coingecko_market_chart fetch Historical price/market-cap/volume over the last N days.
coingecko_market_chart_range fetch Historical price/market-cap/volume between two ISO dates.
coingecko_ohlc fetch OHLC candlesticks for a coin.
coingecko_token_price_onchain fetch On-chain token price by contract address (GeckoTerminal).
enumerate_coingecko enumerator Full coin list (~15 000 rows) for catalog indexing.

Install

pip install parsimony-coingecko

Pulls in parsimony-core>=0.4,<0.5 automatically. Verify discovery:

python -c "from parsimony import discover; print([p.name for p in discover.iter_providers()])"

Configuration

Set the following environment variable:

export COINGECKO_API_KEY="<your-key>"

Get a Demo key at https://www.coingecko.com/en/api/pricing.

Quick start

import asyncio
from parsimony_coingecko import CONNECTORS

async def main():
    connectors = CONNECTORS.bind_env()
    result = await connectors["coingecko_price"](ids="bitcoin", vs_currencies="usd")
    print(result.data.head())

asyncio.run(main())

For multi-plugin composition:

from parsimony import discover
connectors = discover.load_all().bind_env()

Provider

License

See LICENSE.

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

parsimony_coingecko-0.4.0.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

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

parsimony_coingecko-0.4.0-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file parsimony_coingecko-0.4.0.tar.gz.

File metadata

  • Download URL: parsimony_coingecko-0.4.0.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for parsimony_coingecko-0.4.0.tar.gz
Algorithm Hash digest
SHA256 59581375d6614841f8537faf28ed8b0d8b1d3ab1ece6c57ae247e46cd7cf9448
MD5 faf49e79d450dae10f4915e8dcda4571
BLAKE2b-256 9b941250b67415831115b60fb6b11852b43601b8036cb5f78c8077e63b68d8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_coingecko-0.4.0.tar.gz:

Publisher: release.yml on ockham-sh/parsimony-connectors

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

File details

Details for the file parsimony_coingecko-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for parsimony_coingecko-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 24c5887381d79d84492adc09fe94882c1f37e9a8d14f5f08d5df5344a8da26e7
MD5 bbb409cc4e4f2c72cbefbfcbc08f852a
BLAKE2b-256 1873d2d68dfa0c12207ac4a58b167359e2bc4a8d2f5fbfb494c362ebdaf4785c

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_coingecko-0.4.0-py3-none-any.whl:

Publisher: release.yml on ockham-sh/parsimony-connectors

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