Metadata-Version: 2.4
Name: predictrampyfinance
Version: 0.1.8
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 offline access to structured financial data (JSON) for Indian companies. You can easily retrieve quarterly and yearly financial statements for each company by its symbol — with no API calls, tokens, or downloads.

---

## Features

- Browse and search symbols with labels
- Access financials by:
  - Income Statement (Quarterly)
  - Balance Sheet (Yearly)
  - Cash Flow (Yearly)
- Filter by date or frequency
- Extract custom date ranges
- Everything runs offline

---

##Installation

```bash
pip install predictrampyfinance

pip install predictrampyfinance==0.1.7
