Skip to content

Commit

Permalink
Merge pull request #38 from LautaroParada/python-package
Browse files Browse the repository at this point in the history
0.2.1 Python packge
  • Loading branch information
LautaroParada authored Jul 11, 2022
2 parents b954174 + 8105292 commit 216217b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
Expand Down

0 comments on commit 216217b

Please sign in to comment.