Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
/ SEC_Data Public archive

This repository contains R scripts for retrieving and analyzing company data from the U.S. Securities and Exchange Commission (SEC) filings.

License

Notifications You must be signed in to change notification settings

gp1981/SEC_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEC Data Analysis

Overview

This repository contains R scripts for retrieving and analyzing company data from the U.S. Securities and Exchange Commission (SEC) filings. It provides a framework to access information about publicly traded companies and perform data analysis based on their SEC filings.

Purpose

The primary purpose of this project is to retrieve company data from SEC filings and analyze it for educational and research purposes. Please note that the scripts provided here are not intended for making investment decisions, and their use is at your own risk.

Files

  1. main_script.R: The main script that orchestrates data retrieval and analysis.

    • Author: gp1981
    • Disclaimer: This script is intended for educational purposes only and should not be used for investment decisions. Use at your own risk.
  2. Functions/data_retrieval.R: Contains the script to retrieve company data from SEC filings.

    • Author: gp1981
    • Disclaimer: This script is intended for educational purposes only and should not be used for investment decisions. Use at your own risk.
  3. Functions/data_analysis.R: Contains the script for processing and analyzing SEC data.

    • Author: gp1981
    • Disclaimer: This script is intended for educational purposes only and should not be used for investment decisions. Use at your own risk.
  4. Functions/data_visualization.R: Contains the script for processing, analyzing and visualizing SEC data.

    • Author: gp1981
    • Disclaimer: This script is intended for educational purposes only and should not be used for investment decisions. Use at your own risk.
  5. Functions/utils.R: Contains the script of utilities functions for processing, analyzing and visualizing SEC data.

    • Author: gp1981
    • Disclaimer: This script is intended for educational purposes only and should not be used for investment decisions. Use at your own risk.

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/gp1981/SEC-Data-Analysis.git
    
  2. Install the required R libraries by running the following command:

    install.packages("httr")
    install.packages("jsonlite")
    install.packages("tidyverse")
    install.packages("dplyr")
    
  3. Run the main_script.R script to retrieve and analyze SEC data.

Contribution

Contributions are welcome! If you have any ideas for improvements or new features, please open an issue or submit a pull request. For major changes, please discuss the changes first by opening an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

This project is for educational purposes only and should not be used for investment decisions. Use the scripts at your own risk.

Contact

For questions or feedback, feel free to contact gp1981.

Enjoy analyzing SEC data!

About

This repository contains R scripts for retrieving and analyzing company data from the U.S. Securities and Exchange Commission (SEC) filings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published