feat(stocks): Introduce unified stock data service, new providers, improved caching and German business data tooling

This commit is contained in:
2025-11-06 22:58:46 +00:00
parent 909b30117b
commit d80bbacb08
3 changed files with 410 additions and 79 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/opendata',
version: '3.3.0',
version: '3.4.0',
description: 'A comprehensive TypeScript library for accessing business data and real-time financial information. Features include German company data management with MongoDB integration, JSONL bulk processing, automated Handelsregister interactions, and real-time stock market data from multiple providers.'
}