Metadata-Version: 2.4
Name: krxon
Version: 0.1.3
Summary: KRX (Korea Exchange) Open API Python SDK - auto-generated by krxon
Project-URL: Homepage, https://github.com/seungdols/krxon
Project-URL: Repository, https://github.com/seungdols/krxon
Project-URL: Issues, https://github.com/seungdols/krxon/issues
Author: seungdols
License: MIT
Keywords: api,finance,korea-exchange,krx,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Requires-Dist: httpx>=0.24.0
Description-Content-Type: text/markdown

# krxon

KRX (Korea Exchange) Open API Python SDK.

This package is generated by `krxon` and published as `krxon` on PyPI.

## Install

```bash
pip install krxon
```

## Usage

```python
from krx import KrxClient

client = KrxClient()
data = client.get_krx_index_daily(basDd="20260313")
print(data[0])
```

## Repository

- Source: https://github.com/seungdols/krxon
- Issues: https://github.com/seungdols/krxon/issues
