dBCooper2 / dBI

Generating Visualizations and Dashboards from TDA API Data
MIT License
1 stars 0 forks source link
api data-analysis pandas python

dBI - Business Intelligence Tools for tda-api and TDAmeritrade Developer Accounts

NOTE: This Project is Now Deprecated, the new version can be found at...

https://github.com/dBCooper2/financial-modelling

This Project stopped working on my local machine because I had not set up a venv, and the project started breaking as a result of libraries not being recognized by my interpreter. I will be working in the new repository and am currently transferring the useful parts of the project over.

Old Notes: [Deprecated]

Note: This Project is NOT FINISHED

The project is just a collection of functions and classes for now. This will be deleted and a release will be created when the project is finished.

About

I started this project to apply the skills I have learned while studying at TTU to a real-life project. The goal of the dBI repository is to take API data from TD Ameritrade using Alex Golec's tda-api wrapper and my own python code to analyze the data using Python, and export it into several formats. When I started this project I had little experience with Pandas, Tableau and using Python with Excel, so this project will integrate all three of these technologies into the project. dBI will be able to...

Completed Features:

In Progress:

Planned:

Installation and Running the Program

TODO

How to Use

TODO

Credits:

None of this would be possible without Alex Golec(https://github.com/alexgolec) and the team behind the tda-api. You can find the project here: https://github.com/alexgolec/tda-api and at https://tda-api.readthedocs.io