Skip to content

This backend service fetches and stores ARK Invest’s daily fund trades through a scheduled AWS Lambda function and stores the data in a RDS MySQL database.

License

Notifications You must be signed in to change notification settings

nmirabets/ark-trades-aws-lambda

Repository files navigation

ARK Trades - AWS Lambda Function

Project Overview


In this project, the objetive is to develop a python script that:

  1. Downloads daily trade data from ARK Invest's (an ETF fund) website in CSV format
  2. Cleans and formats the data
  3. Inserts the data into a AWS RDS MySQL database

The deployment is done using a combination of AWS services as seen below.

Flow chart

The trade data is currently available via SQL query.

Future developments


  • Add FastAPI to offer data as through an open API
  • Add podcast transcriptions to database
  • Add research paper summaries

About

This backend service fetches and stores ARK Invest’s daily fund trades through a scheduled AWS Lambda function and stores the data in a RDS MySQL database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published