Skip to content

Commit

Permalink
Remove typo (#58)
Browse files Browse the repository at this point in the history
Corrected "fundamnental" to "fundamental" in the README.md file.
  • Loading branch information
omimakhare authored Oct 18, 2023
1 parent 6b6d5a8 commit 1a8c577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ This gives you a DataFrame with the following information:

As you can imagine, looking at such a specific selection only yields a few results but picking the entire sector `Materials` would have returned 403 different companies (which excludes exchanges other than the United States).

To conclude, this information can then be send to the [Finance Toolkit 🛠️](https://github.com/JerBouma/FinanceToolkit) to obtain 130+ financial metrics, historical and fundamnental data with the `to_toolkit` function. This functionality can be used with any output as obtained from the Finance Database.
To conclude, this information can then be send to the [Finance Toolkit 🛠️](https://github.com/JerBouma/FinanceToolkit) to obtain 130+ financial metrics, historical and fundamental data with the `to_toolkit` function. This functionality can be used with any output as obtained from the Finance Database.

```python
companies = metals_and_mining.to_toolkit(
Expand Down

0 comments on commit 1a8c577

Please sign in to comment.