Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ rct Public
forked from Anubisss/rct

Lambda function that generates stock and ETF tickers list.

License

Notifications You must be signed in to change notification settings

pyrooka/rct

 
 

Repository files navigation

RCT (Random Capital Tickers)

RCT is a simple scheduled AWS Lambda function (managed via Serverless) which generates a no-design HTML file and puts it to an AWS S3 bucket. It generator filters stocks and ETFs and displays their tickers in lists which is useful to search on Finviz screener.

Live: http://rct.anuka.me/

Note

This is not a Random Capital product. Created for fun and personal usage.

Original list: http://www.randomcapital.hu/ik

Deployment

  1. npm install
  2. ./node_modules/.bin/serverless deploy --host-s3-bucket-name S3_BUCKET_NAME

Check the serverless.yml file for further options.

License

The MIT License (MIT)

About

Lambda function that generates stock and ETF tickers list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.9%
  • HTML 22.1%