https://github.com/anubisss/rct
Lambda function that generates stock and ETF tickers list.
https://github.com/anubisss/rct
etf lambda random-capital stock
Last synced: 3 months ago
JSON representation
Lambda function that generates stock and ETF tickers list.
- Host: GitHub
- URL: https://github.com/anubisss/rct
- Owner: Anubisss
- License: mit
- Created: 2017-11-03T11:39:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T07:52:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T16:47:41.114Z (8 months ago)
- Topics: etf, lambda, random-capital, stock
- Language: JavaScript
- Homepage: https://rct.anuka.me/
- Size: 356 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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: https://rct.anuka.me/
# This app/website doesn't work anymore since Random Capital merged into Erste Befektetési Zrt.
### 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)