Discover/finviz.com API
live

finviz.com APIfinviz.com

Access Finviz stock screener results, insider trading transactions, news sentiment, and market movers via a structured JSON API. 5 endpoints.

Endpoints
5
Updated
3mo ago
Try it
Minimum transaction value in USD to include in results. Transactions below this value are
api.parse.bot/scraper/680946c1-3c1f-4cd9-948d-2822f535b6a1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/680946c1-3c1f-4cd9-948d-2822f535b6a1/get_insider_trading' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Extract detailed insider trading data from Finviz. Returns recent insider transactions including ticker, owner, relationship, transaction type, cost, shares, and value. Supports filtering by minimum transaction value.

Input
ParamTypeDescription
min_valueintegerMinimum transaction value in USD to include in results. Transactions below this value are excluded.
Response
{
  "type": "object",
  "fields": {
    "data": "array of insider trading transaction objects with keys: Ticker, Owner, Relationship, Date, Transaction, Cost, #Shares, Value ($), #Shares Total, SEC Form 4, SEC Form 4 URL"
  },
  "sample": {
    "data": [
      {
        "Cost": "8.01",
        "Date": "May 12 '26",
        "Owner": "Grossman Jerrold B",
        "Ticker": "ADMA",
        "#Shares": "12,500",
        "Value ($)": "100,125",
        "SEC Form 4": "May 14 07:00 AM",
        "Transaction": "Buy",
        "Relationship": "Director",
        "#Shares Total": "513,884",
        "SEC Form 4 URL": "http://www.sec.gov/Archives/edgar/data/1368514/000114036126021150/xslF345X06/form4.xml"
      }
    ],
    "status": "success"
  }
}

About the finviz.com API

The Finviz API provides structured access to five endpoints covering stock screening, insider trading activity, news sentiment, and market movers. Using get_screener_results you can filter the full Finviz screener by any combination of fundamental and technical filter codes and receive matching stocks with fields like Market Cap, P/E, Price, Change, and Volume. The API also exposes insider transaction records, per-ticker news sentiment, and lists of top gainers, losers, and unusually active stocks.

Endpoints and Data Coverage

The get_screener_results endpoint accepts a filters string using Finviz filter codes (e.g. fa_peg_u1,ta_sma200_pc5) and returns an array of stocks with 11 fields per row: No., Ticker, Company, Sector, Industry, Country, Market Cap, P/E, Price, Change, and Volume. The get_market_movers endpoint uses a mover_type parameter — top_gainers, top_losers, most_active, or unusual_volume — and returns the same field shape, making it straightforward to compare screener output against real-time movers.

Insider Trading and News Sentiment

The get_insider_trading endpoint returns recent insider transactions with fields: Ticker, Owner, Relationship, Date, Transaction, Cost, #Shares, and Value ($). An optional min_value integer parameter filters out transactions below a given USD threshold, useful when focusing on significant trades. The get_stock_news_sentiment endpoint takes a required ticker symbol and returns recent news items for that stock, each tagged with a sentiment classification — Positive, Negative, or Neutral — derived from headline keyword matching. Response fields include date, time, headline, source, and url.

General-Purpose Table Extraction

The get_tabular_data endpoint accepts any Finviz page URL and returns all tables found on that page as an array of objects, each with table_index, headers, and a data array of row objects. This covers Finviz pages not addressed by the dedicated endpoints — sector performance, futures, forex, or any other page with tabular content.

Common use cases
  • Scan for undervalued stocks by passing fundamental filter codes to get_screener_results and sorting on P/E and Market Cap.
  • Monitor executive stock sales by filtering get_insider_trading results by min_value to surface large-value transactions.
  • Track daily sentiment shifts for a watchlist by calling get_stock_news_sentiment for each ticker and aggregating Positive/Negative counts.
  • Build a pre-market alert system using get_market_movers with the unusual_volume type to catch early volume spikes.
  • Compare top gainers against insider buying signals by combining get_market_movers and get_insider_trading outputs on the same ticker.
  • Extract sector performance tables or futures data from any Finviz page using get_tabular_data with a target URL.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Finviz have an official developer API?+
Finviz does not publish a general-purpose public developer API. Finviz Elite subscribers get access to some data export features, but there is no documented REST API for screener results, insider trading, or news data.
What does the sentiment field in get_stock_news_sentiment actually represent?+
The sentiment field contains one of three values — Positive, Negative, or Neutral — assigned by keyword matching against the news headline. It is not a machine-learning score or a numeric probability; it is a simple classification based on the words present in the headline text.
Does get_screener_results return all pages of results, or only the first page?+
The endpoint returns results from the screener output, but pagination across large result sets is not explicitly controlled through the current input parameters. If your filter criteria match a large number of stocks, you may receive a partial set. You can fork this API on Parse and revise it to add offset or page parameters to handle multi-page screener results.
Is real-time intraday price data available through these endpoints?+
Not currently. The price and change fields in get_screener_results and get_market_movers reflect the data as it appears on Finviz at the time of the request, but tick-by-tick or OHLCV intraday series are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting Finviz chart data pages if intraday granularity is needed.
Can I retrieve historical insider trading data beyond the most recent transactions?+
The get_insider_trading endpoint returns the recent transactions shown on the Finviz insider trading page. Deep historical records going back months or years are not currently exposed. You can fork this API on Parse and revise it to target additional Finviz insider history pages or add date-range filtering.
Page content last updated . Spec covers 5 endpoints from finviz.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
Finviz API – Screener, Insider Trading & News · Parse