{"id":31197916,"url":"https://github.com/escalate/gettex-exchange","last_synced_at":"2026-02-25T23:05:53.117Z","repository":{"id":313979367,"uuid":"1053406659","full_name":"escalate/gettex-exchange","owner":"escalate","description":"A Python client library for Gettex exchange","archived":false,"fork":false,"pushed_at":"2026-02-10T04:36:29.000Z","size":305,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-10T09:47:30.568Z","etag":null,"topics":["finance","stock-market","trading"],"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/escalate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/felixboerner"}},"created_at":"2025-09-09T12:06:26.000Z","updated_at":"2026-01-08T21:39:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d802d8cb-18a8-4686-85bf-5c189b2d17f6","html_url":"https://github.com/escalate/gettex-exchange","commit_stats":null,"previous_names":["escalate/gettex-exchange"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/escalate/gettex-exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fgettex-exchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fgettex-exchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fgettex-exchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fgettex-exchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalate","download_url":"https://codeload.github.com/escalate/gettex-exchange/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fgettex-exchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["finance","stock-market","trading"],"created_at":"2025-09-20T06:51:45.431Z","updated_at":"2026-02-25T23:05:53.112Z","avatar_url":"https://github.com/escalate.png","language":"Python","funding_links":["https://paypal.me/felixboerner"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/escalate/gettex-exchange/actions/workflows/test.yml/badge.svg?branch=master\u0026event=push)](https://github.com/escalate/gettex-exchange/actions/workflows/test.yml)\n\n# 📈 Gettex exchange\n\nA Python client library for [Gettex exchange](https://www.gettex.de).\n\n## ✨ Features\n\n- Stock data from overview e.g. https://www.gettex.de/en/stock/US88160R1014/\n\n## ⚠️ Disclaimer\n\nThis Python library is unofficial and not affiliated with, endorsed, or maintained by Gettex exchange.\n\nUsers are responsible for ensuring compliance with the legal terms and conditions of Gettex exchange when accessing, processing, or distributing any data obtained through this library.\n\nPlease review the official [legal notices](https://www.gettex.de/en/legal-notice/) of Gettex exchange before use.\n\n## 📦 Installation\n\nYou can install [gettex-exchange](https://pypi.org/project/gettex-exchange/) using [pip](https://pypi.org/project/pip/):\n\n```bash\npip install gettex-exchange\n```\n\n## 🚀 Quick Start\n\nHere is a minimal example to get you started:\n\n```python\nfrom gettex_exchange import Stock\n\n# Create an Stock instance\n# URL: https://www.gettex.de/en/stock/US88160R1014/\nisin = \"US88160R1014\"\ns = Stock(isin)\n\n# Print basic information of stock\nprint(s.bid_price)\nprint(s.ask_price)\nprint(s.bid_size)\nprint(s.ask_size)\nprint(s.ticker)\nprint(s.display_name)\nprint(s.wkn)\nprint(s.open_price)\nprint(s.high_price)\nprint(s.low_price)\nprint(s.last_price)\nprint(s.turnover)\nprint(s.percent_change)\nprint(s.price_change)\nprint(s.trade_date_time)\nprint(s.taxonomy)\n```\n\n## 🤝 Contributing\n\nWe welcome contributions of all kinds 🎉.\n\nPlease read our [Contributing](https://github.com/escalate/gettex-exchange/blob/master/CONTRIBUTING.md) guide to learn how to get started, submit changes, and follow our contribution standards.\n\n## 🌐 Code of Conduct\n\nThis project follows a [Code of Conduct](https://github.com/escalate/gettex-exchange/blob/master/CODE_OF_CONDUCT.md) to ensure a welcoming and respectful community.\n\nBy participating, you agree to uphold this standard.\n\n## 🐛 Issues\n\nFound a bug or want to request a feature?\n\nOpen an issue here: [GitHub Issues](https://github.com/escalate/gettex-exchange/issues)\n\n## 🧪 Development\n\nDevelopment is possible via an interactive Docker container in [VSCode](https://code.visualstudio.com/).\n\n1. Build and launch the [DevContainer](https://code.visualstudio.com/docs/devcontainers/containers) in VSCode.\n\n2. Initiate the Python Virtual Environment via `poetry env activate` in the terminal.\n\n3. Run test suite via `pytest` in the terminal.\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n\nSee the [LICENSE](https://github.com/escalate/gettex-exchange/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fgettex-exchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalate%2Fgettex-exchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fgettex-exchange/lists"}