From 8105292444764eeb5f7caa76fa129b1572c066b1 Mon Sep 17 00:00:00 2001 From: LautaroParada Date: Mon, 11 Jul 2022 13:13:37 -0400 Subject: [PATCH] 0.2.1 Python package --- sandbox.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox.py b/sandbox.py index 36a2d0d..2957c34 100644 --- a/sandbox.py +++ b/sandbox.py @@ -59,7 +59,7 @@ resp = client.get_fundamental_equity('QVAL.US') # ETF - resp = client.get_fundamental_equity('SWPPX.US') # Mutual Fund - resp = client.get_fundamental_equity('GSPC.INDX') # Index - -resp = client.get_fundamentals_bulk(exchange='SN') # +# resp = client.get_fundamentals_bulk(exchange='SN') # resp = client.get_fundamentals_bonds(cusip='US00213MAS35') # Cryptocurrencies fundamental data resp = client.get_fundamental_equity('AAVE-USD.CC') diff --git a/setup.py b/setup.py index 562a7b0..faf5cbf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.2.0' +VERSION = '0.2.1' PACKAGE_NAME = 'eod' AUTHOR = 'Lautaro Parada Opazo' AUTHOR_EMAIL = 'lautaro.parada.opazo@gmail.com'