From 91c9db61e46c9bcb5d52951cc8aba3500ebcec4a Mon Sep 17 00:00:00 2001 From: Nikhil Sunder <133505155+nikhilxsunder@users.noreply.github.com> Date: Fri, 12 Sep 2025 08:31:48 -0400 Subject: [PATCH 1/2] Add fedfred to datasources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b5da5..4c4afdd 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [datamule-python](https://github.com/john-friedman/datamule-python) - A package to work with SEC data. Incorporates datamule endpoints. - [Financial Data](https://financialdata.net/) - Stock Market and Financial Data API. - [SaxoOpenAPI](https://www.developer.saxo/) - Saxo Bank financial data API. +- [fedfred](https://nikhilxsunder.github.io/fedfred/) - FRED & GeoFRED Economic data API with preprocessed dataframe output in pandas/geopandas, polars/polars_st, and dask dataframes/geodataframes. ### Excel Integration From 77db2432904b2617768269c8bfb08a8233888052 Mon Sep 17 00:00:00 2001 From: Nikhil Sunder <133505155+nikhilxsunder@users.noreply.github.com> Date: Fri, 12 Sep 2025 08:38:27 -0400 Subject: [PATCH 2/2] Add edgar-sec to data sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c4afdd..8d33e9e 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Financial Data](https://financialdata.net/) - Stock Market and Financial Data API. - [SaxoOpenAPI](https://www.developer.saxo/) - Saxo Bank financial data API. - [fedfred](https://nikhilxsunder.github.io/fedfred/) - FRED & GeoFRED Economic data API with preprocessed dataframe output in pandas/geopandas, polars/polars_st, and dask dataframes/geodataframes. +- [edgar-sec](https://nikhilxsunder.github.io/edgar-sec/) - EDGAR Financial data API with preprocessed dataclass outputs. ### Excel Integration