{"id":20229942,"url":"https://github.com/nickatnight/python-coingecko","last_synced_at":"2025-08-02T07:37:48.516Z","repository":{"id":260849096,"uuid":"882445999","full_name":"nickatnight/python-coingecko","owner":"nickatnight","description":"🪙 Python wrapper for coingecko.com v3 api","archived":false,"fork":false,"pushed_at":"2025-03-06T04:59:44.000Z","size":267,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-13T05:59:21.058Z","etag":null,"topics":["api","api-wrapper","coingecko","cryptocurrency","pre-commit","pytest","python","ruff","uv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickatnight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-02T19:49:04.000Z","updated_at":"2025-02-02T22:41:01.000Z","dependencies_parsed_at":"2024-11-03T03:16:33.480Z","dependency_job_id":"69a7b00d-5fcf-469c-8409-99b67da76b37","html_url":"https://github.com/nickatnight/python-coingecko","commit_stats":null,"previous_names":["nickatnight/python-coingecko"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/nickatnight/python-coingecko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fpython-coingecko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fpython-coingecko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fpython-coingecko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fpython-coingecko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickatnight","download_url":"https://codeload.github.com/nickatnight/python-coingecko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fpython-coingecko/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348704,"owners_count":24236302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","coingecko","cryptocurrency","pre-commit","pytest","python","ruff","uv"],"created_at":"2024-11-14T07:37:38.960Z","updated_at":"2025-08-02T07:37:48.479Z","avatar_url":"https://github.com/nickatnight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-coingecko\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/nickatnight/python-coingecko/actions\"\u003e\n        \u003cimg alt=\"GitHub Actions status\" src=\"https://github.com/nickatnight/python-coingecko/actions/workflows/main.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/nickatnight/python-coingecko\"\u003e\n        \u003cimg alt=\"Coverage\" src=\"https://codecov.io/gh/nickatnight/python-coingecko/branch/main/graph/badge.svg?token=I20H47UKRK\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/python-coingecko/\"\u003e\n        \u003cimg alt=\"PyPi Shield\" src=\"https://img.shields.io/pypi/v/python-coingecko\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.python.org/downloads/\"\u003e\n        \u003cimg alt=\"Python Versions Shield\" src=\"https://img.shields.io/badge/Python-3.9+-blue?logo=python\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://python-coingecko.readthedocs.io/en/stable/\"\u003e\u003cimg alt=\"Read The Docs Badge\" src=\"https://img.shields.io/readthedocs/python-coingecko\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/python-coingecko/\"\u003e\n        \u003cimg alt=\"Download Shield\" src=\"https://img.shields.io/pypi/dm/python-coingecko\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/nickatnight/python-coingecko/blob/master/LICENSE\"\u003e\n        \u003cimg alt=\"License Shield\" src=\"https://img.shields.io/github/license/nickatnight/python-coingecko\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n- 🪙 **CoinGecko** [api routes](https://docs.coingecko.com/reference/introduction), including current beta\n- ♻️ **Retry Strategy** Sensible defaults to reliably retry/back-off fetching data from coingecko\n- ✏️ **Code Formatting** Fully typed with [mypy](https://mypy-lang.org/) and code formatters [black](https://github.com/psf/black) / [isort](https://pycqa.github.io/isort/)\n- ⚒️ **Modern tooling** using [uv](https://docs.astral.sh/uv/), [ruff](https://docs.astral.sh/ruff/), and [pre-commit](https://pre-commit.com/)\n- 📥 **GitHub Actions** CI/CD to automate [everything](.github/workflows/main.yml)\n- ↩️ **Code Coverage** Fully tested using tools like [Codecov](https://about.codecov.io/)\n- 🐍 **Python Support** All minor [versions](https://www.python.org/downloads/) from 3.9 are supported\n\n## Installation\n```sh\n$ pip install python-coingecko\n```\n\n## Usage\n```python\nfrom pycoingecko import CoinGecko\n\nclient = CoinGecko()\n\nclient.simple.price_by_id(ids=\"bitcoin\", vs_currencies=\"usd\")\n```\n\n## Documentation\nSee full documentation [here](https://python-coingecko.readthedocs.io/en/stable/).\n\n---\n\nIf you would like to support development efforts, tips are greatly appreciated. SOL wallet address: HKmUpKBCcZGVX8RqLRcKyjYuY23hQHwnFSHXzdon4pCH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickatnight%2Fpython-coingecko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickatnight%2Fpython-coingecko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickatnight%2Fpython-coingecko/lists"}