FMP
Access stock price and volume data with the FMP 5-Minute Interval Stock Chart API. Retrieve detailed stock data in 5-minute intervals, including open, high, low, and close prices, along with trading volume for each 5-minute period. This API is perfect for short-term trading analysis and building intraday charts.
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.
Is the Intraday price adjusted?
Yes, the intraday data is adjusted for split.
How can I retrieve historical intraday price data for more than 1 month?
To retrieve historical intraday price data for more than 1 month, you will need to implement a loop that iterates over day intervals covering the entire desired time range. This approach ensures a suitable response speed for the data being returned. For example, if you require more than 1 month of 30-minute data, you can make queries over day intervals to cover the entire desired time range. Here is an example link for retrieving 1-minute data: https://financialmodelingprep.com/api/v3/historical-chart/1min/AAPL?from=2024-12-04&to=2024-12-06&apikey=YOUR-API-KEY
Does the intraday historical market cover pre-market and after hours?
Yes, the historical market data for pre-market and post-market data can be found here https://financialmodelingprep.com/api/v4/historical-price/AAPL/1/minute/2021-06-11/2021-06-11?apikey=your_api_key or https://financialmodelingprep.com/api/v3/historical-chart/1min/AAPL?from=2021-06-11&to=2021-06-11&extended=true&apikey=your_api_key
How many years of intraday data I can get in one query?
Due to the sheer size and volume of the historical intraday price data there are limits to the number of records that can be returned in a given query. Contact our support team for more information.
What is the time zone for the Intraday endpoint?
In general, the time zone for the endpoints corresponds to the country/region the exchange is located in. For example, stocks traded on the NYSE are on the EST time zone, and stocks traded on the London Stock Exchange (LSE) correspond to the GMT zone.
How can I request one particular minute's bar data?
You can use the Intraday chart API endpoint with the specific date and stock symbol to request one particular minute's bar data. For example, you can use the following URL format: https://financialmodelingprep.com/api/v3/historical-chart/1min/AAPL?from=2025-02-28&to=2025-02-28&apikey=YOUR-API-KEY
Why doesn’t the return data match the closing price data, and how are the return periods calculated?
The return values and price data may not always match exactly due to different methodologies used in return calculations. Here's how returns are calculated in the Returns Endpoint: Current Day Return: Calculated using intraday price change (from today’s open to current price). 5-Day Return: Uses the current price divided by the opening price from 5 trading days ago, not the close. This approach was adopted to align with practices used by other major platforms. 1M/3M/6M/1Y Returns and beyond: Calculated using closing prices from the relevant date range. This mix of methodologies—particularly the use of open vs. close prices for short-term returns—can cause slight inconsistencies when compared directly with end-of-day (EOD) pricing. If you'd like help aligning these values for your specific use case, feel free to reach out.
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!