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.
- Host: GitHub
- URL: https://github.com/awault/fmp-financial-data
- Owner: awault
- Created: 2025-02-14T10:35:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T01:30:56.000Z (11 months ago)
- Last Synced: 2025-02-18T02:24:18.147Z (11 months ago)
- Topics: api, codespaces, finance, finance-application, finance-management, fmp, python, stock-data, stock-market
- Language: Jupyter Notebook
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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++.