From eed925746b6d96f4028a7d5ced28eb4674b5dcb6 Mon Sep 17 00:00:00 2001 From: Spyros Date: Mon, 9 Feb 2026 13:51:42 +0200 Subject: [PATCH 1/3] Add StockInsights to Data Sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..7a0a4c7 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. - [stock_extractor](https://github.com/ZachLiuGIS/stock_extractor) - General Purpose Stock Extractors from Online Resources. - [Stockex](https://github.com/cttn/Stockex) - Python wrapper for Yahoo! Finance API. +- [StockInsights](https://stockinsights.ai) - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. - [finsymbols](https://github.com/skillachie/finsymbols) - Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ. - [FRB](https://github.com/avelkoski/FRB) - Python Client for FRED® API. - [inquisitor](https://github.com/econdb/inquisitor) - Python Interface to Econdb.com API. From b64e232da6431802c0bdaf13d746972ff8f8ee52 Mon Sep 17 00:00:00 2001 From: Spyros Date: Mon, 9 Feb 2026 13:52:38 +0200 Subject: [PATCH 2/3] Fix StockInsights URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0a4c7..92856c6 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. - [stock_extractor](https://github.com/ZachLiuGIS/stock_extractor) - General Purpose Stock Extractors from Online Resources. - [Stockex](https://github.com/cttn/Stockex) - Python wrapper for Yahoo! Finance API. -- [StockInsights](https://stockinsights.ai) - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. +- [StockInsights](https://stockainsights.com) - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. - [finsymbols](https://github.com/skillachie/finsymbols) - Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ. - [FRB](https://github.com/avelkoski/FRB) - Python Client for FRED® API. - [inquisitor](https://github.com/econdb/inquisitor) - Python Interface to Econdb.com API. From 8ae21e8facee7a83b8c232e8048056174b7ed174 Mon Sep 17 00:00:00 2001 From: Spyros Date: Mon, 9 Feb 2026 13:53:27 +0200 Subject: [PATCH 3/3] Fix name to StockAInsights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92856c6..9e2db39 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. - [stock_extractor](https://github.com/ZachLiuGIS/stock_extractor) - General Purpose Stock Extractors from Online Resources. - [Stockex](https://github.com/cttn/Stockex) - Python wrapper for Yahoo! Finance API. -- [StockInsights](https://stockainsights.com) - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. +- [StockAInsights](https://stockainsights.com) - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. - [finsymbols](https://github.com/skillachie/finsymbols) - Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ. - [FRB](https://github.com/avelkoski/FRB) - Python Client for FRED® API. - [inquisitor](https://github.com/econdb/inquisitor) - Python Interface to Econdb.com API.