earningspy


Nameearningspy JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/c4road/earningspy
SummaryPython toolkit for PEAD research and earnings calendar analysis.
upload_time2025-07-27 00:02:32
maintainerNone
docs_urlNone
authorAlberto Rincones
requires_python==3.10.*
licenseMIT
keywords earnings finance ai scraper pead quant
VCS
bugtrack_url
requirements aiohappyeyeballs aiohttp aiosignal async-timeout attrs beautifulsoup4 certifi charset-normalizer cssselect frozenlist idna lxml multidict numpy pandas propcache python-dateutil pytz requests six soupsieve tenacity tqdm typing-extensions tzdata urllib3 user-agent yarl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EarningsPy 📈

EarningsPy is the elegant Python alternative for studying Post Earnings Announcement Drift (PEAD) in financial markets. Designed for quant researchers, data scientists, and finance professionals, this package provides robust tools to analyze earnings calendars, automate data collection, and perform advanced event studies with ease.

## Features

- 🗓️ **Earnings Calendar Access**: Effortlessly retrieve earnings dates by sector, industry, index, or market capitalization.
- 🚀 **PEAD Analysis**: Built-in utilities to compute post-earnings drift and related statistics.
- 🏦 **Data Integration**: Seamless integration with Finviz for comprehensive earnings and 20 min delayed market data.
- 🔍 **Flexible Filtering**: Filter earnings events by week, month, or custom criteria.
- 🛠️ **Quant-Friendly API**: Pandas-based workflows for easy integration into quant research pipelines.
- 📊 **Excel-Ready Data**: Generate profiled, ready-to-use datasets for calculations and modeling directly in Excel.

## Requirements

- Tested in Python 3.10 only


## Installation

```bash
pip install earningspy
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/c4road/earningspy",
    "name": "earningspy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==3.10.*",
    "maintainer_email": null,
    "keywords": "earnings, finance, AI, scraper, PEAD, quant",
    "author": "Alberto Rincones",
    "author_email": "alberto.rincones@code4road.com",
    "download_url": null,
    "platform": null,
    "description": "# EarningsPy \ud83d\udcc8\n\nEarningsPy is the elegant Python alternative for studying Post Earnings Announcement Drift (PEAD) in financial markets. Designed for quant researchers, data scientists, and finance professionals, this package provides robust tools to analyze earnings calendars, automate data collection, and perform advanced event studies with ease.\n\n## Features\n\n- \ud83d\uddd3\ufe0f **Earnings Calendar Access**: Effortlessly retrieve earnings dates by sector, industry, index, or market capitalization.\n- \ud83d\ude80 **PEAD Analysis**: Built-in utilities to compute post-earnings drift and related statistics.\n- \ud83c\udfe6 **Data Integration**: Seamless integration with Finviz for comprehensive earnings and 20 min delayed market data.\n- \ud83d\udd0d **Flexible Filtering**: Filter earnings events by week, month, or custom criteria.\n- \ud83d\udee0\ufe0f **Quant-Friendly API**: Pandas-based workflows for easy integration into quant research pipelines.\n- \ud83d\udcca **Excel-Ready Data**: Generate profiled, ready-to-use datasets for calculations and modeling directly in Excel.\n\n## Requirements\n\n- Tested in Python 3.10 only\n\n\n## Installation\n\n```bash\npip install earningspy\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python toolkit for PEAD research and earnings calendar analysis.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/c4road/earningspy"
    },
    "split_keywords": [
        "earnings",
        " finance",
        " ai",
        " scraper",
        " pead",
        " quant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40e93334ce0596fb5da3907cd08827442ff98bc88ea052eba320a1f3952cea4b",
                "md5": "6cabeb4e6369ad6f85c715d48cf51b3a",
                "sha256": "56e08ab314ff899e62d54bb81c8eeb5925abea9cd492bb748f6e65d5f06dee43"
            },
            "downloads": -1,
            "filename": "earningspy-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cabeb4e6369ad6f85c715d48cf51b3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "==3.10.*",
            "size": 39814,
            "upload_time": "2025-07-27T00:02:32",
            "upload_time_iso_8601": "2025-07-27T00:02:32.031978Z",
            "url": "https://files.pythonhosted.org/packages/40/e9/3334ce0596fb5da3907cd08827442ff98bc88ea052eba320a1f3952cea4b/earningspy-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 00:02:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "c4road",
    "github_project": "earningspy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohappyeyeballs",
            "specs": [
                [
                    "==",
                    "2.4.4"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.11.10"
                ]
            ]
        },
        {
            "name": "aiosignal",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "async-timeout",
            "specs": [
                [
                    "==",
                    "5.0.1"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "24.2.0"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.12.3"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.8.30"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "cssselect",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "frozenlist",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "==",
                    "5.3.0"
                ]
            ]
        },
        {
            "name": "multidict",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "propcache",
            "specs": [
                [
                    "==",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2024.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.17.0"
                ]
            ]
        },
        {
            "name": "soupsieve",
            "specs": [
                [
                    "==",
                    "2.6"
                ]
            ]
        },
        {
            "name": "tenacity",
            "specs": [
                [
                    "==",
                    "9.0.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.67.1"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.12.2"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2024.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "user-agent",
            "specs": [
                [
                    "==",
                    "0.1.10"
                ]
            ]
        },
        {
            "name": "yarl",
            "specs": [
                [
                    "==",
                    "1.18.3"
                ]
            ]
        }
    ],
    "lcname": "earningspy"
}
        
Elapsed time: 1.01076s