https://github.com/ldab/esp32-ticker
ESP32 eink Alpha vantage + RapidAPI finance stock ticker
https://github.com/ldab/esp32-ticker
esp32 finance iot stock-market ticker
Last synced: 8 months ago
JSON representation
ESP32 eink Alpha vantage + RapidAPI finance stock ticker
- Host: GitHub
- URL: https://github.com/ldab/esp32-ticker
- Owner: ldab
- License: wtfpl
- Created: 2024-01-07T09:07:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T10:27:24.000Z (over 1 year ago)
- Last Synced: 2025-02-17T17:44:53.385Z (8 months ago)
- Topics: esp32, finance, iot, stock-market, ticker
- Language: C++
- Homepage:
- Size: 473 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32-ticker
ESP32 eink [Alpha vantage + RapidAPI](https://rapidapi.com/alphavantage/api/alpha-vantage) finance stock ticker
[](https://github.com/ldab/esp32-ticker/releases/latest)

[](https://github.com/ldab/esp32-ticker/blob/master/LICENSE)[](https://github.com/ldab/esp32-ticker)
![]()
## Todo
- [ ] HTTP update from GitHub
- [ ] Configuration webserver
- [ ] Webflasher for no code users## Hardware Needed
- LILYGO® T5 2.13inch E-Paper Development Board
- https://www.aliexpress.com/item/32869729970.html
- https://www.mouser.dk/ProductDetail/DFRobot/DFR0676?qs=DPoM0jnrROUcIpTovbyZuA%3D%3D
- Battery (optional)## Note
- API limit is [500 requests](https://rapidapi.com/alphavantage/api/alpha-vantage) per day
- Sleep current is 600uA
![]()
## Quick Guide
1. Create an account at https://rapidapi.com
2. Subscribe to https://rapidapi.com/alphavantage/api/alpha-vantage
3. Copy your `RapidAPI` token to [platformio.ini#L23](https://github.com/ldab/esp32-ticker/blob/main/platformio.ini#L23)
4. Add WiFi `SSID` and `Password` to [platformio.ini#L24](https://github.com/ldab/esp32-ticker/blob/main/platformio.ini#L24)
5. Change the stock symbols and bought price on [data/symbols.txt](https://github.com/ldab/esp32-ticker/blob/main/data/symbols.txt)
6. PlatformIO -> Upload
7. PlatformIO -> Upload Filesystem Image## Outro
- outro