From 0b79c5f3856096f100a736a2c83cf679d69b98c2 Mon Sep 17 00:00:00 2001 From: rsheftel Date: Tue, 1 Jun 2021 13:58:09 -0400 Subject: [PATCH] Update README.md Change the deprecated trading_calendars to new active fork https://github.com/gerrymanoim/exchange_calendars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6743d..a8f5d93 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ### Calendars -- [trading_calendars](https://github.com/quantopian/trading_calendars) - Stock Exchange Trading Calendars. +- [exchange_calendars](https://github.com/gerrymanoim/exchange_calendars) - Stock Exchange Trading Calendars. - [bizdays](https://github.com/wilsonfreitas/python-bizdays) - Business days calculations and utilities. - [pandas_market_calendars](https://github.com/rsheftel/pandas_market_calendars) - Exchange calendars to use with pandas for trading applications.