Skip to content

This is a python script designed to pull from Voya Mutual Fund Holdings for monthly tracking.

Notifications You must be signed in to change notification settings

AustinRob1450/Voya-Mutual-Fund-Monthly-Holdings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voya-Mutual-Fund-Monthly-Holdings

This is a python script designed to pull from Voya Mutual Fund Holdings for monthly tracking.

My initial mission with this was to setup a network of automated data pulls from the United States most popular, well perfomring Mutual Funds and ETFs. Myself and other friends work on additional projects in our free time so if you want to help build this network or know of another group doing something similar please message me.

Instructions are as follows:

  1. Review the programs raw code for your security.
  2. Set up the proper developement enviroment where you can test and run the code without exposing vulnerabilities.
  3. Line 17, enter in a folder path that you established where you want to store the files you download. Syntax for folder paths are as follows: r'Example/folder/for/storage/'
  4. Rename the Master File if you so please
  5. Linux: install python3 and run the appropriate commands from the command line
  6. Windows: Idek man
  7. MacOS: Dido linux

HTTP Request Responses:

  • 1xx informational response – the request was received, continuing process
  • 2xx successful – the request was successfully received, understood, and accepted
  • 3xx redirection – further action needs to be taken in order to complete the request
  • 4xx client error – the request contains bad syntax or cannot be fulfilled
  • 5xx server error – the server failed to fulfil an apparently valid request"

The associated program files are a mixture of my own and some other public works. Feel free to contribute, offer suggestions, and use at free will.

About

This is a python script designed to pull from Voya Mutual Fund Holdings for monthly tracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages