An open API service indexing awesome lists of open source software.

https://github.com/awault/fmp-financial-data

Template for downloading share price data from Financial Modeling Prep.
https://github.com/awault/fmp-financial-data

api codespaces finance finance-application finance-management fmp python stock-data stock-market

Last synced: 16 days ago
JSON representation

Template for downloading share price data from Financial Modeling Prep.

Awesome Lists containing this project

README

          

# FMP Data
This project was created to facilitate the acquisition of data from [Financial Modeling Prep](https://site.financialmodelingprep.com/)

# Important Files & Directories

### main.py

The entry point for this project. It coordinates the flow of data by calling relevant functions from the 'src/' modules to download, process and store financial data from FMP.

### src/

The src/ directory contains modular functions for downloading, formatting and storing data from FMP. These functions are organized to handle specific tasks, making them reusable and easy to maintain.

# Requirements
To access data from FMP you will need an API Key. You can obtain a key by signing up on their [website](https://site.financialmodelingprep.com/). If you are running this repository in [Codespaces](https://github.com/features/codespaces), you can add the key as an environmental variable.

**(Settings > Secrets and variables > Codespaces)**

If you are running this repository locally, please review the .env.example file for further instructions.

# Environment
This repository was constructed in [Codespaces](https://github.com/features/codespaces) with the [Universal Development Container Image: ](https://hub.docker.com/r/microsoft/devcontainers-universal)"mcr.microsoft.com/devcontainers/universal:2". This image supports many popular languages such as Python, Node, Java and C++.