Integration of Jeroen Bouma's Finance Database with OpenBB
Project description
Finance Database provider for OpenBB
Finance Database by Jeroen Bouma offers an extensive collection of over 300,000 symbols across various financial instruments, including Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies, and Money Markets. It's designed to provide a comprehensive overview of sectors, industries, and types of investments.
Introduction
This extension integrates the Finance Database datasets into OpenBB. It enhances the capabilities of OpenBB’s equity, crypto, and ETF search functionalities. This integration adds capabilities to search through a broad spectrum of financial instruments.
Installation
To install this extension, you can use pip:
pip install openbb-fd
Alternatively, for the latest version directly from the repository:
pip install git+https://github.com/piiq/openbb-fd.git
Usage
Here are some command examples to demonstrate the usage of this integration:
To search for equities in a defense industry:
>>> sample = obb.equity.search(query="Defense", provider="fd")
>>> print(f"Total companies in the sample: {len(sample.to_df()['name'].unique())}")
Total companies in the sample: 880
To find ETFs matching certain criteria:
>>> sample = obb.etf.search(query="Wheat", provider="fd")
>>> print(f"Total etfs in the sample: {len(sample.to_df()['name'].unique())}")
Total etfs in the sample: 10
For cryptocurrency analysis:
>>> sample = obb.crypto.search(query="node", provider="fd")
>>> print(f"Total cryptos in the sample: {len(sample.to_df()['name'].unique())}")
Total cryptos in the sample: 10
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openbb_fd-1.0.0.tar.gz
.
File metadata
- Download URL: openbb_fd-1.0.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86fcd270b75c1b951483fd912dab8a70179fccf184c4537dfee1de5b18559ee2 |
|
MD5 | e8ea5329852b14a42f6ccf2b7fd5803f |
|
BLAKE2b-256 | c3c950e6888a12c9716978d1a5927b373ba5f8a0056dcf4d0db73a9bf0f9508d |
File details
Details for the file openbb_fd-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: openbb_fd-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a95e12d24d2da92a4a2170f4b6eac69d519e30715f0bebb8e658b2b22edfa2d6 |
|
MD5 | bbf19f846e9bf6e59b6266140b9629e8 |
|
BLAKE2b-256 | 7d6d6f8ced0040a8d28938b0f3e5de13e04c3df8fb835e35b01bed82236799d5 |