API Connector Documentation
Import Financial Modeling Prep Data to Google Sheets
In this guide, we’ll walk through how to pull data from the Financial Modeling Prep API directly into Google Sheets, using the API Connector add-on for Sheets.
Financial Modeling Prep actually provides their own Sheets extension, so you can try that out if you like (here's the link). API Connector has many unique and powerful features for working with any API (not just Financial Modeling Prep), so you may find one or the other better suited to your needs.
Contents
- Before You Begin
- Part 1: Get Financial Modeling Prep API key
- Part 2: Pull Financial Modeling Prep API Data into Sheets
- Part 3: API Documentation
Before You Begin
Click here to install the API Connector add-on from the Google Marketplace.
Part 1: Get Your Financial Modeling Prep API Key
- If you haven't already, create an account at https://financialmodelingprep.com/register.
- Once you're logged in, navigate to the dashboard (or just click this link to go there directly).
- Click the API Keys link in the sidebar and you'll see your API key on the right. Keep this handy as we'll need it for all requests. You now have access to the FMP API!
Part 2: Pull Financial Modeling Prep API Data into Google Sheets
For this example request, we'll fetch key metrics for a stock symbol (AAPL). Substitute in your own API key in place of your_API_key.
- Open up Google Sheets and click Extensions > API Connector > Open > Create request.
- In the request form enter the following:
- Application:
Custom
- Method:
GET
- Request URL:
https://financialmodelingprep.com/api/v3/key-metrics/AAPL?apikey=your_API_key
- Application:
- Create a new tab and click Set current to use that tab as your data destination.
- Name your request and click Run.
Part 3: API Documentation
To get more data, just copy and paste any of the URLs shown in their API documentation.
Official API documentation: https://site.financialmodelingprep.com/developer/docs
Hi, do you have any idea whether the 250 requests limit is daily / monthly / eternity?
It's 250 for eternity.
Hi,
How can you check how many requests you have made on Financial Modeling Prep? I'm using a free API key to test out my app; thus, it's quite important for me to know the number of requests I made.
Another question: On Financial Modeling Prep, do we have a rate limit for APIs, such as 10 requests/sec or some other amounts?
Thank you in advance!
Sorry, I'm not sure either. I think it's better to ask Financial Modeling Prep since these questions are directly about their service. https://financialmodelingprep.com/contact
I already asked them about 2 days ago. I guess I need to keep waiting then. Thank you anyway!
Ah, I see. I checked their documentation but couldn't find the answers in there either... let me know what you find out 🙂
It seems that they aren't responding to emails,
if they see this, please email me at [redacted]
Hey Matt, are you trying to get in touch with FMP? I don't think they monitor this site...