fmpa

wrapper for the financial modelling prep api


License
MIT
Install
pip install fmpa==0.8

Documentation

fmpa is a Python wrapper for the Financial Modelling Prep API (under construction)

Installation

> pip install fmpa

Basic usage:

import fmpa

api_key = "your api-key"

api = FMPA(api_key)

apple = api.company("AAPL")

apple.inc_stmt()