In-depth review: SimFin
SimFin occupies a specific and valuable niche in the financial data landscape: it offers a genuinely free entry point to fundamental stock data, screening, and backtesting for individual investors, researchers, and students who are comfortable working programmatically. Unlike many platforms that dangle a limited free trial before locking core features behind a paywall, SimFin provides a no-time-limit free tier that includes a stock screener, basic backtesting, and API access. This makes it a practical starting point for anyone who wants to move beyond manual spreadsheet analysis or expensive terminal subscriptions. However, the tool's real strength lies not in its polish but in its data accessibility and automation philosophy. SimFin uses machine learning to collect and normalize financial data from company filings, aiming to reduce the grunt work that often consumes analysts. The result is a dataset covering over 5,000 stocks, primarily US-listed, with fundamental metrics that can be pulled via Python, Excel, or CSV. For a private investor looking to screen for value stocks or a student building a quantitative model, this is a compelling proposition—provided they understand the platform's current limitations.
Where SimFin truly stands out is in its workflow integration for data-driven investors. The stock screener allows filtering on dozens of fundamental indicators, and the backtesting engine supports dynamic portfolio strategies, not just simple buy-and-hold simulations. This is a significant step up from basic screeners that only return a list of tickers. The API is well-documented and designed for reproducibility, making it suitable for research that needs to be transparent and repeatable. For researchers, this means they can publish studies with a clear data source that others can verify. For quants, the ability to backtest rebalancing strategies on historical data is essential, and SimFin's implementation, while not as sophisticated as dedicated backtesting platforms, covers the core needs of retail analysts. The data visualization features, including built-in charts for financial metrics, are adequate for quick analysis but are not the primary reason to use the platform; most power users will export data to their own tools.
The audience that will benefit most from SimFin is the self-directed investor or researcher who values data access over a polished user interface. The free tier is genuinely useful for screening and basic backtesting, and the paid tiers—ranging from $15 to $71 per month when billed annually—unlock faster performance, more historical data, and higher API rate limits. For a professional financial analyst, the PRO plan may offer sufficient speed and depth for routine analysis, but it still falls short of institutional datasets like Bloomberg or FactSet in terms of coverage breadth and real-time data. SimFin's data is fundamentally oriented, not real-time price data, so it is best suited for long-term investment strategies and academic research rather than day trading.
Practical caveats matter here. SimFin's coverage is heavily US-focused; European and Asian markets are on the roadmap but not yet fully available. This limits its utility for global diversification research. The free tier also has data history restrictions—exact limits are not transparently advertised, but users should expect a few years of history rather than the full 20-year archive available on paid plans. Additionally, the advertised discounts require annual billing, so the monthly cost is higher if you pay month-to-month. For students and researchers on a tight budget, the free tier is a solid starting point, but they should verify that the data range and frequency meet their needs before committing to a paid plan. SimFin is not a replacement for a full-service financial terminal, but it is a legitimate, lower-cost alternative for those who can work with its data model and accept its current coverage gaps. The platform's commitment to making fundamental data freely accessible is commendable, and for the right user, it can be a powerful addition to the investment research toolkit.
Who it's built for
Private Investors
Why it fits
SimFin's free tier offers a stock screener and basic backtesting with no time limit, making it a low-risk entry point for individual investors who want data-driven decisions without a Bloomberg terminal budget.
Best value
The free plan lets you screen 5,000+ stocks and test simple strategies, giving you a feel for the platform before committing to a paid tier.
Caution
Data coverage is heavily US-focused; European and Asian markets are still being added, so global diversification strategies may be limited.
Researchers
Why it fits
The Data API with Python, Excel, and CSV support provides programmatic access to clean fundamental data, ideal for reproducible financial research or academic studies.
Best value
The API allows automated data pulls for quantitative modeling, saving hours of manual data collection.
Caution
Free tier likely has data history or rate limit restrictions; ensure your study's scope fits within the plan's constraints before relying on it.
Students
Why it fits
SimFin's free plan and educational focus make it a practical learning tool for finance students exploring stock analysis, screening, and backtesting with real data.
Best value
You can experiment with strategies and visualize metrics without any upfront cost, building hands-on skills for coursework or personal projects.
Caution
The free data may have limited history or features, so verify it meets your assignment requirements before depending on it.
Financial Analysts
Why it fits
Paid tiers (BASIC and PRO) offer faster screening, backtesting, and complete data history, which can support routine analysis for smaller firms or independent analysts.
Best value
The PRO plan at $71/month (billed annually) unlocks all features and full historical data, a cost-effective alternative to institutional datasets.
Caution
Even the PRO plan may lack the breadth and depth of major financial terminals; verify coverage for your specific markets and metrics.
Key features
Stock Screener
Filter thousands of stocks using dozens of fundamental indicators like P/E ratio, revenue growth, or debt-to-equity.
Benefit
Saves hours of manual research by quickly narrowing down candidates based on your custom criteria.
Limitation
Free tier may have fewer indicators or slower performance; advanced filters may require a paid plan.
Backtesting
Evaluate investment strategies by applying them to historical financial data to see how they would have performed.
Benefit
Allows you to validate a strategy's risk and return before risking real capital, with support for dynamic portfolio rebalancing.
Limitation
Historical data depth depends on your plan; free tier may have limited years of history, reducing backtest reliability.
Data API (Python, Excel, CSV)
Programmatic access to financial data via RESTful API, with client libraries for Python and export options to Excel or CSV.
Benefit
Enables automated data retrieval for quantitative analysis, research, or integration into custom dashboards.
Limitation
API rate limits apply; free tier likely has lower call quotas, and some endpoints may be restricted to paid plans.
Financial Metrics
Access to a wide range of fundamental metrics including profitability ratios, valuation multiples, and growth rates.
Benefit
Provides the raw data needed for deep fundamental analysis without manually calculating from financial statements.
Limitation
Coverage may be incomplete for smaller or international stocks, and metric definitions may differ from other sources.
Data Visualization
Built-in charts and plots for visualizing stock metrics, trends, and comparisons across sectors.
Benefit
Offers a quick visual overview of key financial data, useful for presentations or initial exploration.
Limitation
Visualization options are basic compared to dedicated charting tools; users needing advanced graphics may prefer external software.
Real-world use cases
Screening Stocks with Custom Indicators
Private InvestorsScenario
A private investor wants to find undervalued large-cap US stocks with low P/E and strong revenue growth.
Solution
They use SimFin's stock screener to filter 5,000+ stocks by market cap, P/E ratio, and revenue growth rate, then sort by dividend yield.
Outcome
The screener narrows the universe to a manageable list of candidates in minutes, enabling focused research.
Backtesting a Dynamic Portfolio Strategy
Quant AnalystsScenario
A quant analyst wants to test a quarterly rebalancing strategy that selects the top 10 stocks by return on equity.
Solution
They define the strategy in SimFin's backtesting tool, set the rebalancing frequency, and run it over 5 years of historical data.
Outcome
The backtest provides performance metrics like Sharpe ratio and maximum drawdown, helping the analyst assess risk-adjusted returns.
Downloading Financial Data via API for Research
ResearchersScenario
A researcher needs clean, structured financial data for 500 US stocks over 10 years to build a predictive model.
Solution
They use SimFin's Python API to pull income statements, balance sheets, and cash flow data directly into a pandas DataFrame.
Outcome
Automated data retrieval eliminates manual collection errors and saves days of work, allowing more time for modeling.
Visualizing Market Metrics for Quick Analysis
StudentsScenario
A student wants to explore how the average P/E ratio of the technology sector has changed over the past decade.
Solution
They use SimFin's built-in charts to plot the median P/E of tech stocks year by year, comparing it to the overall market.
Outcome
The visualization reveals trends and outliers at a glance, supporting a class project or investment thesis.
Pros & cons
Pros
- Free access to fundamental financial data.
- Comprehensive tools for stock analysis and backtesting.
- High data quality and stable servers.
- Responsive support team.
- Multiple data access options (API, Excel, CSV).
Cons
- More US stocks than European stocks currently listed.
- Advanced features require paid subscriptions.
- Some features are still under development (e.g., custom indicators, adjustable trading fees).
Pricing
Parsed from stored tiers (HTML or plain text). If a line is missing, check the notes below — confirm on the vendor site before purchasing.
FREE
$0
$0 Best way to get started in order to discover the potential of the SimFin tools.
BASIC
$35/ month
$35 /month Performance access for investors and analysts. Fast screening and backtesting. Billed annually (40% saved)
START
$15/ month
$15 /month The right package to improve your skills as a stock analyst with data-driven insights. Billed annually (40% saved)
PRO
$71/ month
$71 /month Powerful account for professional analysts and investors. All features and complete data history. Billed annually (40% saved)
Company information
Parsed from directory fields (lists, definition lists, or plain lines). Keys with 「: / :」 show as cards when most lines match; otherwise as a list. Confirm on official sources.
- SimFin Company SimFin Company name
- SimFin Analytics GmbH . SimFin Company address: Halle (Saale), Germany . More about SimFin, Please visit the about us page(https://www.simfin.com/en/about/) .
- SimFin Login SimFin Login Link
- https://app.simfin.com
- SimFin Sign up SimFin Sign up Link
- https://app.simfin.com/login?subscription=free
- SimFin Pricing SimFin Pricing Link
- https://www.simfin.com/en/prices/
- SimFin Facebook SimFin Facebook Link
- https://www.facebook.com/simfinofficial
- SimFin Youtube SimFin Youtube Link
- https://www.youtube.com/playlist?list=PLsfApDmF0SP4IUpD3PT9xvETpxiOP7EAu
- SimFin Linkedin SimFin Linkedin Link
- https://www.linkedin.com/company/simfin
- SimFin Twitter SimFin Twitter Link
- https://twitter.com/simfinofficial
- SimFin Instagram SimFin Instagram Link
- https://www.instagram.com/simfin_official/
- SimFin Support Email & Customer service contact & Refund contact etc. More Contact, visit the contact us page(https://www.simfin.com/en/contact/)
Frequently asked questions
What is the difference between the free and paid SimFin plans?Pricing
The free plan provides basic access to the stock screener, backtesting, and data API with limited history and slower performance. Paid plans (START, BASIC, PRO) offer faster screening, deeper historical data, higher API rate limits, and additional features like full data history. Pricing ranges from $15 to $71 per month when billed annually, with a 40% discount compared to monthly billing.
Does SimFin cover international stocks outside the US?Limitations
SimFin primarily covers US stocks, with a goal to complete 20 years of US market history by early 2023. European markets were planned for end of 2023 and Asian markets for end of 2024, but current coverage may still be limited. Check the platform for the latest market availability.
Can I use SimFin's API with Python or Excel?Workflow
Yes, SimFin provides a Data API with official support for Python, Excel, and CSV export. The Python client library allows easy integration with pandas and other data science tools. Excel users can pull data directly into spreadsheets. API access is included in all subscription plans, with rate limits varying by tier.
Is SimFin suitable for professional financial analysis?Fit
SimFin can be suitable for professionals such as independent analysts or small firms, especially with the PRO plan that offers full historical data and faster performance. However, it may not match the breadth and depth of institutional platforms like Bloomberg or FactSet. Professionals should evaluate whether the available markets and metrics meet their specific needs.
How does SimFin's backtesting feature work?Workflow
SimFin's backtesting tool allows you to define an investment strategy using custom criteria (e.g., stock selection rules, rebalancing frequency) and apply it to historical financial data. The system simulates trades and generates performance metrics such as total return, Sharpe ratio, and maximum drawdown. The depth of historical data available depends on your subscription plan.
What data history is available on the free plan?Limitations
The free plan provides limited historical data, typically covering a few years for US stocks. Exact limits are not publicly specified, but users can expect restricted access compared to paid plans. For longer history or more data points, upgrading to a paid tier is necessary.
Related tools in AI API

DeepAI provides AI tools for image generation, editing, and character interaction.
All-in-one platform for content creators with link-in-bio, store, email marketing, and media kits.

AI safety and research company building reliable, interpretable, and steerable AI systems.



Thomson Reuters: Technology solutions and expertise for professionals across various industries.
