mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
finance/py-finnhub-python: New port: Python API to access Finnhub
This commit is contained in:
parent
de5fdea5ab
commit
aa19ea5509
4 changed files with 36 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
||||||
SUBDIR += py-bitcoin
|
SUBDIR += py-bitcoin
|
||||||
SUBDIR += py-ebaysdk
|
SUBDIR += py-ebaysdk
|
||||||
SUBDIR += py-financedatabase
|
SUBDIR += py-financedatabase
|
||||||
|
SUBDIR += py-finnhub-python
|
||||||
SUBDIR += py-finvizfinance
|
SUBDIR += py-finvizfinance
|
||||||
SUBDIR += py-fundamentalanalysis
|
SUBDIR += py-fundamentalanalysis
|
||||||
SUBDIR += py-investiny
|
SUBDIR += py-investiny
|
||||||
|
|
22
finance/py-finnhub-python/Makefile
Normal file
22
finance/py-finnhub-python/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
PORTNAME= finnhub-python
|
||||||
|
PORTVERSION= 2.4.15
|
||||||
|
CATEGORIES= finance python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Python API to access Finnhub
|
||||||
|
WWW= https://finnhub.io/docs/api
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
|
||||||
|
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
|
||||||
|
BUILD_DEPENDS= ${PY_DEPENDS}
|
||||||
|
RUN_DEPENDS= ${PY_DEPENDS}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
finance/py-finnhub-python/distinfo
Normal file
3
finance/py-finnhub-python/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1671951327
|
||||||
|
SHA256 (finnhub-python-2.4.15.tar.gz) = 5a9f9cb61571783ee8f49b770b4ce962e5af237ec9231824b8a8403bbdd0cef2
|
||||||
|
SIZE (finnhub-python-2.4.15.tar.gz) = 7954
|
10
finance/py-finnhub-python/pkg-descr
Normal file
10
finance/py-finnhub-python/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
financedatabase is a database of 300.000+ symbols containing Equities, ETFs,
|
||||||
|
Funds, Indices, Currencies, Cryptocurrencies and Money Markets.
|
||||||
|
|
||||||
|
As a private investor, the sheer amount of information that can be found on the
|
||||||
|
internet is rather daunting. Trying to understand what type of companies or ETFs
|
||||||
|
are available is incredibly challenging with there being millions of companies
|
||||||
|
and derivatives available on the market. Sure, the most traded companies and
|
||||||
|
ETFs can quickly be found simply because they are known to the public (for
|
||||||
|
example, Microsoft, Tesla, S&P500 ETF or an All-World ETF). However, what else
|
||||||
|
is out there is often unknown.
|
Loading…
Add table
Reference in a new issue