/hedger

Semantic Finance

Primary LanguagePythonApache License 2.0Apache-2.0

hedger

Semantic Finance.

To install: pip install hedger

Examples

get a small set of tickers (offline, from a local file)

from hedger import get_ticker_symbols
tickers = get_ticker_symbols()
len(tickers)
# 4039
'GOOG' in tickers
# True