TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I predicted the stock market sell off that occurred on 19th July 2021

5 pointsby garyjobalmost 4 years ago
I have always been fascinated with how news and sentiment could drive markets. This has lead me to build an engine that attempts at predicting US stock market sell offs. So far it has been really successfully at doing so.<p>In our most recent example, on 16th July 2021 we predicted that there was going to be a major sell off on. The sell off actually happened on 19th July 2021.<p>In a more extreme example our engine successfully identified as early as 9th Jan 2020 that increased mentions of &quot;coronavirus&quot; in the world news was going to cause the sell off that occurred in 2020. https:&#x2F;&#x2F;truesight.me&#x2F;overview&#x2F;2020-01-09&#x2F;14<p>Unfortunately, that correlation panned really nicely for the next 365 days. https:&#x2F;&#x2F;truesight.me&#x2F;compare&#x2F;SPY,452970-coronavirus&#x2F;2021-06-25&#x2F;720<p>Here is how we built this engine. We pull in news headlines from around the world on an hourly basis. Then we apply NLTK to extract the nouns that are associated with each news headline.<p>Next we pull in the stock prices of all the publicly listed companies on the US stock market to calculate the actual sell off levels for each day.<p>The final step is to apply Pearson&#x27;s Coefficient at scale to identify nouns that have the highest correlation with sell off levels within defined periods we are examining.<p>These final set of nouns are then shortlisted as trends will be driving US market sell offs.<p>Here is the full story of how I went around the world curating that list of data sources to train my model.<p>https:&#x2F;&#x2F;www.ricemedia.co&#x2F;features-the-singaporean-arrested-in-xinjiang&#x2F;

no comments

no comments