Skip to content

Commit

Permalink
Update README Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Apr 27, 2024
1 parent fd6c560 commit ebaefca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/Finance Toolkit - 0. README Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"\n",
"from financetoolkit import Toolkit\n",
"\n",
"API_KEY = \"71b0c24bef80521e936f3eb851630a6a\""
"API_KEY = \"FINANCIAL_MODELING_PREP_API_KEY\""
]
},
{
Expand All @@ -122,12 +122,12 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Obtaining historical data: 100%|██████████| 3/3 [00:00<00:00, 9.44it/s]\n",
"Obtaining income data: 100%|██████████| 2/2 [00:00<00:00, 9.26it/s]\n",
"Obtaining historical statistics: 100%|██████████| 2/2 [00:00<00:00, 9.36it/s]\n",
"Obtaining exchange data: 100%|██████████| 1/1 [00:00<00:00, 9.21it/s]\n",
"Obtaining financial statements: 100%|██████████| 2/2 [00:01<00:00, 1.40it/s]\n",
"Calculating Factor Asset Correlations: 100%|██████████| 2/2 [00:02<00:00, 1.38s/it]\n"
"Obtaining historical data: 100%|██████████| 3/3 [00:00<00:00, 9.57it/s]\n",
"Obtaining income data: 100%|██████████| 2/2 [00:00<00:00, 9.63it/s]\n",
"Obtaining historical statistics: 100%|██████████| 2/2 [00:00<00:00, 9.76it/s]\n",
"Obtaining exchange data: 100%|██████████| 1/1 [00:00<00:00, 9.39it/s]\n",
"Obtaining financial statements: 100%|██████████| 2/2 [00:01<00:00, 1.45it/s]\n",
"Calculating Factor Asset Correlations: 100%|██████████| 2/2 [00:02<00:00, 1.43s/it]\n"
]
}
],
Expand Down Expand Up @@ -4098,7 +4098,7 @@
"display(corporate_bond_yields)\n",
"\n",
"# Copy to clipboard\n",
"pd.io.clipboards.to_clipboard(corporate_bond_yields.head(5).to_markdown(), excel=False)\n",
"pd.io.clipboards.to_clipboard(companies.fixedincome.get_ice_bofa_effective_yield(maturity=False).tail(5).to_markdown(), excel=False)\n",
"\n",
"# Get additional datasets\n",
"oas = companies.fixedincome.get_ice_bofa_option_adjusted_spread()\n",
Expand Down

0 comments on commit ebaefca

Please sign in to comment.