fx-calendar


Namefx-calendar JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryForex Factory weekly calendar collector with CSV export, filters, and summaries.
upload_time2025-08-24 21:21:18
maintainerNone
docs_urlNone
authorRusznyak Peter
requires_python>=3.9
licenseMIT License
keywords forex economics calendar pandas data-collection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
### README.md
```markdown
# Forex Calendar Collector

![Python](https://img.shields.io/badge/python-3.9%2B-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
![Tests](https://github.com/PetiRu/forex_calendar_project/actions/workflows/ci.yml/badge.svg)

A simple collector for the Forex Factory weekly economic calendar. It fetches events, saves hourly CSV snapshots without duplicates, and provides helpers to filter and summarize.

## Features
- Fetch weekly calendar as a DataFrame
- Save hourly CSV files with duplicate protection
- Filter by currency and impact
- List upcoming events within a window
- Summarize counts by currency and impact

## Installation
Clone and install:
```bash
git clone https://github.com/PetiRu/forex_calendar_project.git
cd forex_calendar_project
pip install -r requirements.txt
pip install -e .


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fx-calendar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "forex, economics, calendar, pandas, data-collection",
    "author": "Rusznyak Peter",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ba/77/b2da1bd3a7feebd78e02b6889e054a2b02470f94a00008d5001738162d06/fx_calendar-0.2.1.tar.gz",
    "platform": null,
    "description": "\n### README.md\n```markdown\n# Forex Calendar Collector\n\n![Python](https://img.shields.io/badge/python-3.9%2B-blue)\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n![Tests](https://github.com/PetiRu/forex_calendar_project/actions/workflows/ci.yml/badge.svg)\n\nA simple collector for the Forex Factory weekly economic calendar. It fetches events, saves hourly CSV snapshots without duplicates, and provides helpers to filter and summarize.\n\n## Features\n- Fetch weekly calendar as a DataFrame\n- Save hourly CSV files with duplicate protection\n- Filter by currency and impact\n- List upcoming events within a window\n- Summarize counts by currency and impact\n\n## Installation\nClone and install:\n```bash\ngit clone https://github.com/PetiRu/forex_calendar_project.git\ncd forex_calendar_project\npip install -r requirements.txt\npip install -e .\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Forex Factory weekly calendar collector with CSV export, filters, and summaries.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/PetiRu/forex_calendar_project",
        "Issues": "https://github.com/PetiRu/forex_calendar_project/issues"
    },
    "split_keywords": [
        "forex",
        " economics",
        " calendar",
        " pandas",
        " data-collection"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8cc1d675b46680ab96cbc3f350908a81a4f87ea2ba901cb27cbe281c2dd38fd",
                "md5": "d9c78ff67ef7f0d8ffd4ee1d5471366b",
                "sha256": "a6ae6c2ceb562c41b0aa090516e8151f4c5b7eb6570c3f32c69c71451182146a"
            },
            "downloads": -1,
            "filename": "fx_calendar-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9c78ff67ef7f0d8ffd4ee1d5471366b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4688,
            "upload_time": "2025-08-24T21:21:17",
            "upload_time_iso_8601": "2025-08-24T21:21:17.454988Z",
            "url": "https://files.pythonhosted.org/packages/d8/cc/1d675b46680ab96cbc3f350908a81a4f87ea2ba901cb27cbe281c2dd38fd/fx_calendar-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba77b2da1bd3a7feebd78e02b6889e054a2b02470f94a00008d5001738162d06",
                "md5": "6e8ec981d2fbfaac002ba17b4e674575",
                "sha256": "8ac787d0b9629e67636418fa11732b272522a7e488ab701aa3a25a5e3b94d4dc"
            },
            "downloads": -1,
            "filename": "fx_calendar-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6e8ec981d2fbfaac002ba17b4e674575",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4768,
            "upload_time": "2025-08-24T21:21:18",
            "upload_time_iso_8601": "2025-08-24T21:21:18.821346Z",
            "url": "https://files.pythonhosted.org/packages/ba/77/b2da1bd3a7feebd78e02b6889e054a2b02470f94a00008d5001738162d06/fx_calendar-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-24 21:21:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PetiRu",
    "github_project": "forex_calendar_project",
    "github_not_found": true,
    "lcname": "fx-calendar"
}
        
Elapsed time: 1.16275s