From 7bdfc113f2ec2e6ea3c567e77ec29105a41f5080 Mon Sep 17 00:00:00 2001 From: razorhash Date: Sat, 9 May 2020 20:28:51 +0200 Subject: [PATCH] Adding shields to the readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7f3865..7542230 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # A Python wrapper library for the Financial Model Prep pro (fmpcloud.io) +[![PyPI Latest Release](https://img.shields.io/pypi/v/pyfmpcloud.svg)](https://pypi.org/project/pyfmpcloud/) +[![Package Status](https://img.shields.io/pypi/status/pyfmpcloud.svg)](https://pypi.org/project/pyfmpcloud/) +[![License](https://img.shields.io/pypi/l/pyfmpcloud.svg)](https://github.com/razorhash/pyfmpcloud/blob/master/LICENSE) +![downloads](https://img.shields.io/pypi/dm/pyfmpcloud) + pyfmpcloud is a Python wrapper library for the Financial Model Prep pro API (fmpcloud.io) ## Installation