summaryrefslogtreecommitdiffstats
path: root/website/content/platform/usage/explanation/index.md
blob: 5dbc13c7d7e84758904a74689fecab6729d97698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Explanation
sidebar_position: 1
description: This section provides explanations of concepts related to usage and getting started with the OpenBB Platform.
  The pages include example syntax and outline what you can expect while working with the OpenBB Python interface and REST API.
keywords:
- getting started
- explanation
- guide
- syntax
- examples
- symbols
- calendars
- commitment of traders
- financial statements
- time series
- historical prices
---

import HeadTitle from '@site/src/components/General/HeadTitle.tsx';

<HeadTitle title="Explanation - Usage | OpenBB Platform Docs" />

This section provides explanations for getting started using the OpenBB Platform.
Pages outline things to expect and include example syntax for use.

Subjects covered include:

- [Finding Ticker Symbols](explanation/find_symbols)
- [Loading Historical Price Data](explanation/historical_prices)
- [Market Calendars](explanation/market_calendars)
- [Financial Statements](explanations/financial_statements)
- [Commitment of Traders](explanations/commitment_of_traders)

Jupyter Notebook examples are also hosted in the OpenBB GitHub repository [here](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/examples)