A Python client library for Gettex exchange
Project description
📈 Gettex exchange
A Python client library for Gettex exchange.
✨ Features
- Stock data from overview e.g. https://www.gettex.de/en/stock/US88160R1014/
⚠️ Disclaimer
This Python library is unofficial and not affiliated with, endorsed, or maintained by Gettex exchange.
Users 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.
Please review the official legal notices of Gettex exchange before use.
📦 Installation
You can install gettex-exchange using pip:
pip install gettex-exchange
🚀 Quick Start
Here is a minimal example to get you started:
from gettex_exchange import Stock
# Create an Stock instance
# URL: https://www.gettex.de/en/stock/US88160R1014/
isin = "US88160R1014"
s = Stock(isin)
# Print basic information of stock
print(s.bid_price)
print(s.ask_price)
print(s.bid_size)
print(s.ask_size)
print(s.ticker)
print(s.display_name)
print(s.wkn)
print(s.open_price)
print(s.high_price)
print(s.low_price)
print(s.last_price)
print(s.turnover)
print(s.percent_change)
print(s.price_change)
print(s.trade_date_time)
print(s.taxonomy)
🤝 Contributing
We welcome contributions of all kinds 🎉.
Please read our Contributing guide to learn how to get started, submit changes, and follow our contribution standards.
🌐 Code of Conduct
This project follows a Code of Conduct to ensure a welcoming and respectful community.
By participating, you agree to uphold this standard.
🐛 Issues
Found a bug or want to request a feature?
Open an issue here: GitHub Issues
🧪 Development
Development is possible via an interactive Docker container in VSCode.
-
Build and launch the DevContainer in VSCode.
-
Initiate the Python Virtual Environment via
poetry env activatein the terminal. -
Run test suite via
pytestin the terminal.
📜 License
This project is licensed under the MIT License.
See the LICENSE file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gettex_exchange-1.4.0.tar.gz.
File metadata
- Download URL: gettex_exchange-1.4.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0442fb9b5dbcb8d5e94b90ad7414e1d1266c5ae5b66b12b5a7a28870e13c5b64
|
|
| MD5 |
2acaf283c574800729c8209198f8e445
|
|
| BLAKE2b-256 |
19e499f0d41e6d332d4b7f8b22e2b48eeb4c9270a900ddd5bc96a58ff3539dc4
|
File details
Details for the file gettex_exchange-1.4.0-py3-none-any.whl.
File metadata
- Download URL: gettex_exchange-1.4.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9716b01d2fc5a7a87b04ef23399007af051c6cbeb9392811873a2a86959d65b
|
|
| MD5 |
c15a2e9fc0bcc47085cf69c8a67bcc5d
|
|
| BLAKE2b-256 |
4e265573d6d3a73f26d4860c3d99b5c99258a393f178a18b0246b4e4c9e7e456
|