Metadata-Version: 2.4
Name: comodityapi
Version: 3.7.0
Summary: Python SDK for commodity price data via API Freaks
Author: Muhammad Moeer
Author-email: Muhammad Moeer <moeer3505@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.20.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Commodity SDK

A lightweight Python SDK to interact with the [API Freaks](https://apifreaks.com) commodity price API. Fetch live, historical, fluctuation, and time-series data easily.

---

## 🚀 Features

- ✅ Live Rates
- 📅 Historical Rates
- 📈 Time Series Data
- 📊 Price Fluctuations
- 📦 Symbol Lookup

---

## 📦 Installation

```bash
pip install commodityAPI
