summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2022-12-01 19:03:26 -0800
committerGitHub <noreply@github.com>2022-12-01 22:03:26 -0500
commit18da2e1bda8b173f166dabd70c6d95a796aa80cd (patch)
tree0b61d647b19b7769afa8375328d8e709ce18b38a
parentdb9555efbfb6dfe8f6e6c199d27a947390557331 (diff)
found the typos: `they` --> `the` & an instance where `overview` should be `performance` (#3682)
-rw-r--r--website/content/sdk/guides/intros/stocks/stocks-screener.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/sdk/guides/intros/stocks/stocks-screener.md b/website/content/sdk/guides/intros/stocks/stocks-screener.md
index 57117844c76..ce41f1773f6 100644
--- a/website/content/sdk/guides/intros/stocks/stocks-screener.md
+++ b/website/content/sdk/guides/intros/stocks/stocks-screener.md
@@ -76,7 +76,7 @@ Copy the block above to a new text file in any editor, and save the file to the
**This preset file has been included in the ZIP file at the top of the page.**
-It is a good idea to test choices made before making it too complicated. Start with a handful of filters and modify, or add, them one-at-a-time. Let's pass what we have so far through the screener with `overview` selected as the `data_type`.
+It is a good idea to test choices made before making it too complicated. Start with a handful of filters and modify, or add, them one-at-a-time. Let's pass what we have so far through the screener with `performance` selected as the `data_type`.
### Performance
@@ -209,7 +209,7 @@ Lastly, `valuation` gets the basic fundamental ratios.
| 4 | AMZN | 92.42 | -0.0163 | 65245723 | 9.3352e+11 | 85.26 | 55.08 | 3.28 | 1.86 | 6.85 | 15.91 | N/A | 0.549 | 0.8239 | 0.676 | 0.26 | 0.281 |
...continued
-Combined, the five DataFrames provide an outline of who they are, which segment of they market they belong to, and how they are currently trading.
+Combined, the five DataFrames provide an outline of who they are, which segment of the market they belong to, and how they are currently trading.
### Unconventional Applications