From 51ef1e1b65800d50b603064e805b5f2a937e0ca9 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Fri, 11 Mar 2022 15:33:04 -0300 Subject: [PATCH] Updated pynance link The link pynance.net has been discontinued, but the project seems to be active. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba37d9..eca4b0b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [QuantPy](https://github.com/jsmidt/QuantPy) - A framework for quantitative finance In python. - [Finance-Python](https://github.com/alpha-miner/Finance-Python) - Python tools for Finance. - [ffn](https://github.com/pmorissette/ffn) - A financial function library for Python. -- [pynance](https://pynance.net) - PyNance is open-source software for retrieving, analysing and visualizing data from stock and derivatives markets. +- [pynance](https://github.com/GriffinAustin/pynance) - Lightweight Python library for assembling and analysing financial data. - [tia](https://github.com/bpsmith/tia) - Toolkit for integration and analysis. - [hasura/base-python-dash](https://platform.hasura.io/hub/projects/hasura/base-python-dash) - Hasura quickstart to deploy Dash framework. Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building data visualization apps with highly custom user interfaces in pure Python. - [hasura/base-python-bokeh](https://platform.hasura.io/hub/projects/hasura/base-python-bokeh) - Hasura quickstart to visualize data with bokeh library.