dmolinari e1e23f5315 Feat(holidays): Implement database-backed holiday detection system
- Adds a new `MercadosFeriados` table to the database to persist market holidays.
- Implements `HolidayDataFetcher` to update holidays weekly from Finnhub API.
- Implements `IHolidayService` with in-memory caching to check for holidays efficiently.
- Worker service now skips fetcher execution on market holidays.
- Adds a new API endpoint `/api/mercados/es-feriado/{mercado}`.
- Integrates a non-blocking holiday alert into the `BolsaLocalWidget`."
2025-07-15 11:20:28 -03:00
2025-07-01 13:33:13 +00:00
2025-07-04 12:48:07 -03:00
2025-07-01 13:33:13 +00:00

Mercados-Web

API y Worker para la recolección y exposición de datos de mercados financieros.

Description
API y Worker para la recolección y exposición de datos de mercados financieros.
Readme 635 KiB
Languages
TypeScript 49.4%
C# 47.6%
Dockerfile 1.6%
HTML 1.1%
JavaScript 0.3%