From bf8e9df398ac52f8aff779338ff35b0578c71f9c Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Sat, 24 Jan 2026 12:27:59 -0500 Subject: [PATCH] Moved edgartools to Downloader section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e19fbe9..7c56515a 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,6 @@ _Libraries for data analysis._ - [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data. - [desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery. - [docling](https://github.com/docling-project/docling) - Library for converting documents into structured data. -- [edgartools](https://github.com/dgunning/edgartools) - Library for getting structured data from SEC EDGAR filings and XBRL financial statements. - [optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark. - [pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. - [pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows. @@ -497,6 +496,7 @@ _Libraries for generating project documentation._ _Libraries for downloading._ - [akshare](https://github.com/jindaxiang/akshare) - A financial data interface library, built for human beings! +- [edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements. - [OpenBB](https://github.com/OpenBB-finance/OpenBB) - A financial data platform for analysts, quants and AI agents. - [s3cmd](https://github.com/s3tools/s3cmd) - A command line tool for managing Amazon S3 and CloudFront. - [yfinance](https://github.com/ranaroussi/yfinance) - Easy Pythonic way to download market and financial data from Yahoo Finance.