FMP
The FMP Daily Chart endpoint provides daily stock data for a specified company, including opening, high, low, and closing prices, with a default limit of 5 years of historical data. To access data beyond this limit, use the from and to parameters for custom date ranges, each with a 5-year limit. For example, to get data starting from October 10, 1990, use /v3/historical-price-full/AAPL?from=1990-10-10, which will include records starting from December 12, 1990. This allows access to over 30 years of historical data.
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.
Where can I find information on using weekly or monthly resolutions for historical chart data?
You can find information on using weekly or monthly resolutions for historical chart data in the Intraday chart API documentation. Visit the following link for more details: https://site.financialmodelingprep.com/developer/docs#chart-intraday
How can I build a detailed dividend yield chart with the same resolution as intraday price charts using your APIs?
You can retrieve the Dividend yield data using the Ratios API for quarter or annual frequency. For more information, you can visit our documentation here: https://site.financialmodelingprep.com/developer/docs#ratios-statement-analysis
What data does the 1-Hour Forex Interval Chart API provide?
The API provides OHLC (open, high, low, close) prices and trading volume for forex currency pairs at 1-hour intervals.
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.
Which subscription plan gives access to the economic calendar?
The economic calendar API is available in the Premium and Ultimate plans. Here is a summary of the endpoints available across the different personal usage plans.
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
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
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!