From 92ded47c412c92cd1fc334636226df14f7a66d97 Mon Sep 17 00:00:00 2001 From: Marcus Read Date: Thu, 30 Jun 2022 08:28:00 +0100 Subject: [PATCH] Add market-prices to Python section Adds market-prices to new 'Data Processing' subsection of Python section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1576eeb..f381be3 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pystlouisfed](https://github.com/TomasKoutek/pystlouisfed) - Python client for Federal Reserve Bank of St. Louis API - FRED, ALFRED, GeoFRED and FRASER. - [python-bcb](https://github.com/wilsonfreitas/python-bcb) - Python interface to Brazilian Central Bank web services. +### Data Processing + +- [market-prices](https://github.com/maread99/market_prices) - Create meaningful OHLCV datasets from knowledge of [exchange-calendars](https://github.com/gerrymanoim/exchange_calendars) (works out-the-box with data from Yahoo Finance). + ### Excel Integration - [xlwings](https://www.xlwings.org/) - Make Excel fly with Python.