examples/README.md
This folder is a collection of example notebooks that demonstrate some of the ways to get started with using the OpenBB Platform. To run them, ensure that the active kernel selected is the same Python virtual environment where OpenBB was installed.
This notebook installs the OpenBB Platform in a Google Colab environment with examples for:
This notebook provides an introduction to discovering, finding, and searching ticker symbols.
This notebook walks through collecting historical price data, at different intervals, using a variety of sources.
This set of examples introduces financial statements in the OpenBB Platform and compares the free cash flow yields of large-cap retail industry companies.
This notebook explains how to calculate and plot the Copper-to-Gold ratio.
This notebook shows you how you can use OpenbB Platform as functions in an LLM by leveraging function calling.
This notebook demonstrates how to query the Federal Reserve Economic Database and recreate the USD Liquidity Index.
This notebook demonstrates how to calculate the implied earnings move using options prices from free sources.
This is an example Streamlit dashboard for news headlines with data from Biztoc, Benzinga, FMP, Intrinio, and Tiingo.
:::warning At least one API key is required. You can get a free Biztoc API key here :::
To run, copy the file to your system, open a terminal, navigate to where the file is, and with your obb Python environment active, enter:
pip install streamlit
pip install openbb-biztoc
streamlit run news.py