Metadata-Version: 2.2
Name: ezsec
Version: 0.0.1
Summary: A small example package
Author-email: maxeffortcode <mbultman@ezsec-api.com>
License: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# A Python3 package for use with EzSec-API

Please refer to the documentation at: https://www.ezsec-api.com/about

A Python3 Package for Use with EzSec-API

Overview

ezsec_requests is a Python library that provides convenient adapters for interacting with the EzSec-API service. It simplifies the process of formatting and sending HTTP requests to retrieve SEC filings based on various identifiers, such as CIK, ticker, or company name.

Installation

You can install the package using pip:

pip install ezsec_requests

Requirements

Python 3.x

requests library (automatically installed with pip)

Usage:

Please refer to: https://www.ezsec-api.com/about

API Endpoints

All requests are made to https://api.ezsec-api.com/filing/api/ and require authentication via the Authorization header.

Version

Current version: 0.0.1

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For issues and feature requests, please open an issue on GitHub.


