FMP
Daily technical indicators such as the SMA, EMA, and RSI are available, all options are displayed below. Use them to make advanced charts that will assist you in analyzing price changes or trading.
Get Started: Sign Up Today!
Begin your data journey by signing up and accessing our API endpoints. Get instant access to a vast array of financial data to power your applications and analyses.
Dive into Data: Free Plan Access
Explore our free data plan and access a wide range of financial data through our API endpoints. Start integrating real-time data into your applications and projects.
Unlock Premium Data: Upgrade Now!
Upgrade to our premium plan for exclusive access to advanced financial datasets via our API endpoints. Take your analyses to the next level and gain a competitive edge in the market.
When does the daily API call reset happen?
The daily API call reset happens every day at 3 PM EST.
How can I pull the daily close price for a given security for the last 10 years?
You can use the Daily EOD API by adding the parameters 'from' and 'to' in the following example: https://financialmodelingprep.com/api/v3/historical-price-full/URTH?from=2012-01-01&to=2025-03-04&apikey=YOUR-API-KEY
How can I access historical data of a specific stock using the API?
To access historical data of a specific stock using our API, you need to search with the symbol in the Daily EOD API. Make sure you have the appropriate plan that includes access to historical data. If you encounter any issues, feel free to reach out to our support team for assistance.
How can I get the daily historical data from the year 2005 of Apple stock in 15-minute time intervals?
To access the historical data, you can use the URL "https://financialmodelingprep.com/api/v3/historical-chart/15min/AAPL?from=2005-01-01&to=2005-02-10&apikey=YOUR_API_KEY" as an example. However, please note that there is a limit to the amount of data you can retrieve in one request. For 15-minute intervals, you can get data for up to 2 months in one API call. To access all the historical data from 2005, you'll need to make multiple API calls, each covering a 2-month interval. This may require you to implement a loop in your code to adjust the "from" and "to" parameters in each request to retrieve the complete dataset. Here are some examples: "https://financialmodelingprep.com/api/v3/historical-chart/15min/AAPL?from=2005-03-01&to=2005-04-10&apikey=YOUR_API_KEY" "https://financialmodelingprep.com/api/v3/historical-chart/15min/AAPL?from=2005-04-01&to=2005-05-10&apikey=YOUR_API_KEY" You can use these examples as a reference to create multiple requests, adjusting the "from" and "to" dates accordingly to retrieve the entire historical dataset.
I can't find the full historical prices endpoint for stocks anymore. Can you help me locate it?
Sure, you can find the historical prices endpoint for stocks at this URL: "https://financialmodelingprep.com/api/v3/historical-price-full/AAPL?apikey=YOUR_API_KEY." You can refer to the documentation here: "https://site.financialmodelingprep.com/developer/docs#daily-chart-charts" for more details.
What API plan should I choose if I need 15-minute delayed data from a stock exchanges for commercial usage?
For commercial usage requiring 15-minute delayed data from specific stock exchanges, we recommend our enterprise-level tier. Please submit your information using the following link so one of our account managers can assist you further: https://site.financialmodelingprep.com/enterprise-contact
How can I access index price information using your API?
You can check the Indexes list we have by using the Available Indexes API. Then, you can search by the symbol in the Daily Chart EOD API.
Join Financial Modeling Prep now to access real-time data, in-depth analysis, and personalized insights tailored to your financial goals. Stay ahead of the game and make informed decisions with our comprehensive tools and dedicated support. Sign up today and take the first step towards financial success!