Skip to content

Track mentions of stock symbols on social media and analyze the impact on trade volume and price fluctuation.

License

Notifications You must be signed in to change notification settings

Rhys-H/ticker-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticker-tracker

Track mentions of stock symbols on social media and analyze the impact on trade volume and price fluctuation.

I initially only plan on using Reddit as a source of data but will consider other data sources, such as Twitter, in the future.

Usage

  • Uses Alpaca API to retrieve security information, so you will need to create an account if you want to run the application

  • Create a file in the project root, .env, with the following variables:

    • API_KEY=<YOUR_API_KEY>
    • API_SECRET=<YOUR_API_SECRET>
  • Run from CLI using:

    go run .

Example

TSLA_example

  • Found two Reddit post titles containing the stock symbol that we are interested in, TSLA, for the given timeframe
  • Displays the price movement as a percentage for the same timeframe

About

Track mentions of stock symbols on social media and analyze the impact on trade volume and price fluctuation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages