Skip to content

Commit

Permalink
Update Databento overview tutorial title
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 25, 2025
1 parent 6e91d5c commit 340766d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/tutorials/databento_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Databento Tutorial\n",
"# Databento overview\n",
"\n",
"Databento documentation: \n",
"\n",
Expand All @@ -16,8 +16,8 @@
"Databento provides 3 types of services\n",
"\n",
"1. `Historical` - for data older than 24 hours\n",
"2. `Live` - for data younger than 24 hours\n",
"3. `Reference` - all data (same like Historical + Live together)\n",
"2. `Live` - for data within the last 24 hours\n",
"3. `Reference` - all data (Historical + Live together)\n",
"\n",
"## 3 file formats\n",
"\n",
Expand All @@ -41,7 +41,7 @@
"source": [
"## Schemas\n",
"\n",
"Schema is just sophisticated name for `type of data` you want.\n",
"Schema is just a sophisticated name for `type of data` you want.\n",
"\n",
"Most used schemas ordered from most detailed:\n",
"\n",
Expand Down Expand Up @@ -83,12 +83,10 @@
"source": [
"## Symbology\n",
"\n",
"Symbology is just sophisticated name for naming convention of various instruments. Shortcut `stypes` is often used in API and docs and means \"symbology types\".\n",
"Symbology is just a sophisticated name for the naming convention of various instruments. Abbreviation `stypes` is often used in API and docs and means \"symbology types\".\n",
"\n",
"Databento support 5 symbologies (naming conventions):\n",
"\n",
"I'll make the table more readable with proper spacing and full widths:\n",
"\n",
"| Symbology Type | Description | Example/Pattern | Key Notes |\n",
"|:-----------------|:-------------------------------------------------|:------------------------------|:----------------------------------------------------------------------------|\n",
"| `raw_symbol` | Original string symbols used by data publisher | `AAPL`, `ESH3` | Best for direct market connectivity environments |\n",
Expand Down

0 comments on commit 340766d

Please sign in to comment.