Skip to content

Conversation

@jmgwalker
Copy link

Adding scripts to access market data from IEX and store in MongoDB.
The IEX interface was copied from the open source iex-api-python library. This was done rather than importing the library as it was necessary to modify some of the functions.

Adding scripts to access market data from IEX and store in MongoDB.
And some changes to scripts which store IEX data in MongoDB.
Now using data stored in MongoDB to build portfolio of stocks.
Code to calculate the portfolio performance based on holdings and
prices.
Added a script to plot the portfolio performance.
Data now scraped off IEX much faster.
Portfolio performance now calculates automatically from most recent
date.
Storing Company information.
Fixed bug with plotting script.
Printing to screen information about the stocks in our portfolios.
Also adding a progress bar utility
Added html for the website.
A bunch of changes to the IEX/MongoDB code.
Now works with new IEX API.
Modified main.css to change header font sizes.
Added formatting to main.css for number input.
Added data directory with json files for stocks and performance.
Updated some text in the about section of index.html.
Including performance plot in performance.html.
Added list of top stocks to stock.html.
Can filter stock list by mcap.
Updating iex api scripts to work with the new cloud api.
iex_main.py now exports performance and stocks tables to json.
iex_tools fixes to work with large queries and new iex api interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant