Metadata-Version: 2.4
Name: predictrampyfinance
Version: 0.1.7
Summary: Access prepackaged stock-level financial data (JSON) via a simple Python API.
Home-page: https://pypi.org/project/predictrampyfinance
Author: PredictRAM Data
Author-email: support@predictram.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# predictrampyfinance

**predictrampyfinance** is a Python package that provides simple access to stock-level financial data stored in JSON format. It supports loading financial statements like **Income Statement** and **Balance Sheet** for hundreds of companies by symbol.

No APIs, no tokens, no rate limits — just plug and play with prepackaged data.

---

## 📦 Features

- ✅ Load stock-level JSON data using company symbols
- 📄 Access financial sections like:
  - Income Statement
  - Balance Sheet
- 🧠 Readable and lightweight API
- 📂 Data is bundled with the package — no internet needed

---

## 🚀 Installation

```bash
pip install predictrampyfinance
pip install predictrampyfinance==0.1.6
