{"id":1843,"date":"2020-10-11T15:27:09","date_gmt":"2020-10-11T15:27:09","guid":{"rendered":"https:\/\/eodhd.com\/financial-apis\/?p=1843"},"modified":"2025-12-18T10:16:34","modified_gmt":"2025-12-18T09:16:34","slug":"stock-market-screener-api","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api","title":{"rendered":"Stock Market Screener API"},"content":{"rendered":"\n<p>The Screener API empowers users to quickly filter the stock market based on defined criteria \/ parameters with a single request, encompassing market capitalization, exchange, industry, dividend yield, and more metrics. Use Stock screener for financial visualizations of a higher complexity: realtime stock scanner and screener integrated together, could provide for investors robust trading insights and actionable data for informed decision-making.<\/p>\n\n\n\n<p><em>For example, filter companies in the biological sector with a capitalization of $2 to $5 billion, beginning with &#8216;A&#8217;, with a dividend yield &gt; 9%, and having experienced growth from 10% to 20% yesterday.<\/em><\/p>\n\n\n\n<p class=\"has-text-align-center\"><a class=\"maxbutton-1 maxbutton maxbutton-subscribe-to-api external-css btn\" href=\"https:\/\/eodhd.com\/register\"><span class='mb-text'>Sign up &amp; Get Data<\/span><\/a><\/p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quick-start\">Usage Example &amp; parameters<\/h2>\n\n\n\n<p>Screener API request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/eodhd.com\/api\/screener?api_token=YOUR_API_TOKEN&amp;sort=market_capitalization.desc&amp;filters=[[\"market_capitalization\",\"&gt;\",1000],[\"name\",\"match\",\"apple\"],[\"code\",\"=\",\"AAPL\"],[\"exchange\",\"=\",\"us\"],[\"sector\",\"=\",\"Technology\"]]&amp;limit=10&amp;offset=0<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<h3 class=\"wp-block-heading\" id=\"h-parameters\">Parameters<\/h3>\n\n\n\n<ul id=\"block-8f106634-0537-4ef3-9953-d0888697717d\" class=\"wp-block-list\">\n<li><strong>filters<\/strong>: <em>String, Optional<\/em>. Usage: filters=[[&#8220;field1&#8221;, &#8220;operation1&#8221;, value1], [&#8220;field2&#8221;, &#8220;operation2&#8221;, value2] , &#8230; ]. Filters out tickers by different fields.<\/li>\n\n\n\n<li><strong>signals<\/strong>: <em>String, Optional<\/em>. Usage: signals=signal1, signal2, &#8230;, signalN. Filter out tickers by signals, the calculated fields.<\/li>\n\n\n\n<li><strong>sort<\/strong>: <em>String, Optional<\/em>. Usage: sort=field_name.(asc|desc). Sorts all fields with type &#8216;Number&#8217; in ascending\/descending order.<\/li>\n\n\n\n<li><strong>api_token<\/strong>: <em>String, Requiered<\/em>. Your api_token to access the API. You will get&nbsp;it after registration.<\/li>\n\n\n\n<li><strong>limit<\/strong>: <em>Number, Optional.<\/em> The number of results should be returned with the query. Default value: 50, minimum value: 1, maximum value: 100.<\/li>\n\n\n\n<li><strong>offset<\/strong>: <em>Number, Optional.<\/em> The offset of the data. Default value: 0, minimum value: 0, maximum value: 999. For example, to get 100 symbols starting from 200 you should use limit=100 and offset=200.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-output\">Output<\/h3>\n\n\n\n<p>The output for the API request above:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"962\" height=\"802\" src=\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\" alt=\"\" class=\"wp-image-1890\" style=\"width:300px\"\/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"filtering-data-with-fields\">Filtering data by fields<\/h2>\n\n\n\n<p>Various filter fields come in two types: Strings and Numbers. String Operations should be applied to strings, while Numeric Operations are suitable for numbers (see further). List of supported filter fields:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>code<\/strong>: String. Filters by the ticker code.<\/li>\n\n\n\n<li><strong>name<\/strong>: String. Filters by the ticker name.<\/li>\n\n\n\n<li><strong>exchange<\/strong>: String. Filters by the exchange code. The list of all exchange codes is <a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/exchanges-api-list-of-tickers-and-trading-hours\/\">here<\/a>. In addition, it&#8217;s possible to use &#8216;NYSE&#8217; and &#8216;NASDAQ&#8217; exchange codes to filter out only tickers from these exchanges.<\/li>\n\n\n\n<li><strong>sector<\/strong>: String. Filters by sector.  The list of sectors and industries is <a href=\"https:\/\/eodhistoricaldata.com\/download\/SectorIndustries.csv\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>. Please note: two-word sectors and industries require the string operation &#8220;match&#8221; instead of &#8220;=&#8221;.<\/li>\n\n\n\n<li><strong>industry<\/strong>: String. Filters by industry. The list of sectors and industries is <a href=\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2025\/12\/SectorIndustries_2025_update.csv\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/li>\n\n\n\n<li><strong>market_capitalization<\/strong>: Number. Filters by Market Capitalization, the latest value. Please note, that input for market_capitalization in USD.<\/li>\n\n\n\n<li><strong>earnings_share<\/strong>: Number. Filters by Earnings-per-share (EPS), the latest value.<\/li>\n\n\n\n<li><strong>dividend_yield<\/strong>: Number. Filters by Dividend yield, the latest value.<\/li>\n\n\n\n<li><strong>refund_1d_p<\/strong>: Number. The last day gain\/loss in percent. Useful to get top gainers, losers for the past day.<\/li>\n\n\n\n<li><strong>refund_5d_p<\/strong>: Number. The last 5 days gain\/loss in percent. Useful to get top gainers, losers for the past week.<\/li>\n\n\n\n<li><strong>avgvol_1d<\/strong>: Number. The last day volume.<\/li>\n\n\n\n<li><strong>avgvol_200d<\/strong>: Number. The average last 200 days volume.<\/li>\n\n\n\n<li><strong>adjusted_close<\/strong>: Number. The latest known EOD adjusted close.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p><em>Example: Filter all companies with a market capitalization above 1 billion, positive EPS within the &#8216;Personal Products&#8217; industry, and names starting with the letter &#8216;B&#8217;<\/em>:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/eodhd.com\/api\/screener?api_token=YOUR_API_TOKEN&amp;sort=market_capitalization.desc&amp;filters=[[\u201cmarket_capitalization\u201d,\u201d&gt;\u201d,1000000000],[\u201cearnings_share\u201d,\u201d&gt;\u201d,0],[\u201cindustry\u201d,\u201dmatch\u201d,\u201dPersonal Products\u201d],[\u201cname\u201d,\u201dmatch\u201d,\u201dB*\u201d]]&amp;limit=10&amp;offset=0<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<h3 class=\"wp-block-heading\" id=\"list-of-supported-fields\"><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"list-of-operations\">List of Operations<\/h3>\n\n\n\n<p>String operations are supported for all fields with the type &#8216;String&#8217;. Numeric Operations are supported for all fields with type &#8216;NUMBER&#8217;:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>String Operations: [&#8216;=&#8217;, &#8216;match&#8217;].<\/li>\n\n\n\n<li>Numeric Operations: [&#8216;=&#8217;, &#8216;&gt;&#8217;, &#8216;&lt;&#8216;, &#8216;&gt;=&#8217;, &#8216;&lt;=&#8217;].<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"filtering-data-with-signals\">Filtering Data with Signals<\/h2>\n\n\n\n<p>You can use signals to filter tickers by different calculated fields. All signals are pre-calculated on our side. <\/p>\n\n\n\n<p><em>For example, if you need only tickers that have new lows for the past 200 days and the Book Value is negative, you can use the parameter &#8216;signal&#8217; with the following value, to get all tickers with the criteria:<\/em><\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code class=\"\">signals=bookvalue_neg,200d_new_lo<\/code><\/pre>\n\n                <\/div>\n                <div class=\"code__btns\">\n                    <button class=\"code__copy\" class=\"copy\" title=\"Copy url\">\n                        <svg class=\"code__copy__icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <use xlink:href=\"\/img\/icons\/copy.svg#copy\"><\/use>\n                        <\/svg>\n                        <img decoding=\"async\" class=\"code__copy__approve\" alt=\"\" src=\"\/img\/approve_ico.svg\" loading=\"eager\">\n                    <\/button>\n                <\/div>\n            <\/div>\n        \n\n\n<h3 class=\"wp-block-heading\" id=\"list-of-supported-signals\">List of supported Signals<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>200d_new_lo<\/strong>, <strong>200d_new_hi<\/strong> &#8211; filters tickers that have new 200 days&#8217; lows or new 200 days&#8217; highs.<\/li>\n\n\n\n<li><strong>bookvalue_neg<\/strong>, <strong>bookvalue_pos<\/strong> &#8211; filters tickers with positive Book Value or with Negative Book Value.<\/li>\n\n\n\n<li><strong>wallstreet_lo<\/strong>, <strong>wallstreet_hi<\/strong> &#8211; filters tickers that have a price lower or higher than expected by Wall Street analysts.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><\/p>\n<cite>We continuously develop new signals and can accommodate additional ones upon request. Feel free to contact us on our <a href=\"https:\/\/forum.eodhd.com\">forum<\/a> or via <a>support@eodhistoricaldata.com<\/a>.<\/cite><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"important-notes\">Consumption<\/h2>\n\n\n\n<p>Each Screener API request consumes 5 API calls. Best to be used together with our <a href=\"https:\/\/eodhd.com\/financial-apis\/\">other APIs<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Screener and <a href=\"https:\/\/eodhd.com\/financial-apis\/technical-indicators-api\/\">Technical Indicators<\/a> are integrated into our <a href=\"https:\/\/eodhd.com\/financial-apis\/spreadsheets-for-stocks-etfs-forex-markets\/\">Google Sheets &amp; Excel add-ons<\/a> and in <a href=\"https:\/\/eodhd.com\/financial-apis\/python-financial-libraries-and-code-samples\/\">Python library<\/a> already.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><a class=\"maxbutton-1 maxbutton maxbutton-subscribe-to-api external-css btn\" href=\"https:\/\/eodhd.com\/register\"><span class='mb-text'>Sign up &amp; Get Data<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Screener API empowers users to quickly filter the stock market based on defined criteria \/ parameters with a single request, encompassing market capitalization, exchange, industry, dividend yield, and more metrics. Use Stock screener for financial visualizations of a higher complexity: realtime stock scanner and screener integrated together, could provide for investors robust trading insights [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[2],"tags":[],"coding-language":[],"ready-to-go-solution":[],"qualification":[],"financial-apis-category":[],"financial-apis-manuals":[],"class_list":["post-1843","post","type-post","status-publish","format-standard","hentry","category-historical-prices-live-data-apis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.6 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Global Stock Market Screener API | Free plan<\/title>\n<meta name=\"description\" content=\"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stock Market Screener API\" \/>\n<meta property=\"og:description\" content=\"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\" \/>\n<meta property=\"og:site_name\" content=\"Stock Price Data, Financial and Stock Market API\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eodhistoricaldata\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-11T15:27:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-18T09:16:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\" \/>\n<meta name=\"author\" content=\"EOD Historical Data Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:site\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"EOD Historical Data Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\"},\"author\":{\"name\":\"EOD Historical Data Support\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/fa5be3606e0cd967a175978cebe97415\"},\"headline\":\"Stock Market Screener API\",\"datePublished\":\"2020-10-11T15:27:09+00:00\",\"dateModified\":\"2025-12-18T09:16:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\"},\"wordCount\":694,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\",\"articleSection\":[\"1. Market Data APIs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\",\"name\":\"Global Stock Market Screener API | Free plan\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\",\"datePublished\":\"2020-10-11T15:27:09+00:00\",\"dateModified\":\"2025-12-18T09:16:34+00:00\",\"description\":\"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage\",\"url\":\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\",\"contentUrl\":\"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-apis\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stock Market Screener API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"name\":\"Historical Stock Prices and Fundamental Financial Data APIs | EODHD\",\"description\":\"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API\",\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\",\"name\":\"EODHD (EOD Historical Data)\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"width\":159,\"height\":82,\"caption\":\"EODHD (EOD Historical Data)\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/eodhistoricaldata\",\"https:\/\/x.com\/EOD_data\",\"https:\/\/www.reddit.com\/r\/EODHistoricalData\/\",\"https:\/\/eod-historical-data.medium.com\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/fa5be3606e0cd967a175978cebe97415\",\"name\":\"EOD Historical Data Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3599a531133e7fc83654b72e3103c05b1bbeb91168cf4786cbad64afa9b82413?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3599a531133e7fc83654b72e3103c05b1bbeb91168cf4786cbad64afa9b82413?s=96&d=mm&r=g\",\"caption\":\"EOD Historical Data Support\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Global Stock Market Screener API | Free plan","description":"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api","og_locale":"en_US","og_type":"article","og_title":"Stock Market Screener API","og_description":"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.","og_url":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api","og_site_name":"Stock Price Data, Financial and Stock Market API","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2020-10-11T15:27:09+00:00","article_modified_time":"2025-12-18T09:16:34+00:00","og_image":[{"url":"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png","type":"","width":"","height":""}],"author":"EOD Historical Data Support","twitter_card":"summary_large_image","twitter_creator":"@EOD_data","twitter_site":"@EOD_data","twitter_misc":{"Written by":"EOD Historical Data Support","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api"},"author":{"name":"EOD Historical Data Support","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/fa5be3606e0cd967a175978cebe97415"},"headline":"Stock Market Screener API","datePublished":"2020-10-11T15:27:09+00:00","dateModified":"2025-12-18T09:16:34+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api"},"wordCount":694,"publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"image":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage"},"thumbnailUrl":"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png","articleSection":["1. Market Data APIs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api","url":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api","name":"Global Stock Market Screener API | Free plan","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage"},"image":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage"},"thumbnailUrl":"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png","datePublished":"2020-10-11T15:27:09+00:00","dateModified":"2025-12-18T09:16:34+00:00","description":"Enhance your stock market research with the Screener API. Filter stocks based on criteria like market capitalization, exchange, and industry.","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#primaryimage","url":"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png","contentUrl":"https:\/\/eodhistoricaldata.com\/financial-apis\/wp-content\/uploads\/2020\/10\/image.png"},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-apis\/stock-market-screener-api#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-apis"},{"@type":"ListItem","position":2,"name":"Stock Market Screener API"}]},{"@type":"WebSite","@id":"https:\/\/eodhd.com\/financial-apis\/#website","url":"https:\/\/eodhd.com\/financial-apis\/","name":"Historical Stock Prices and Fundamental Financial Data APIs | EODHD","description":"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API","publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eodhd.com\/financial-apis\/#organization","name":"EODHD (EOD Historical Data)","url":"https:\/\/eodhd.com\/financial-apis\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/","url":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","contentUrl":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","width":159,"height":82,"caption":"EODHD (EOD Historical Data)"},"image":{"@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eodhistoricaldata","https:\/\/x.com\/EOD_data","https:\/\/www.reddit.com\/r\/EODHistoricalData\/","https:\/\/eod-historical-data.medium.com\/"]},{"@type":"Person","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/fa5be3606e0cd967a175978cebe97415","name":"EOD Historical Data Support","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3599a531133e7fc83654b72e3103c05b1bbeb91168cf4786cbad64afa9b82413?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3599a531133e7fc83654b72e3103c05b1bbeb91168cf4786cbad64afa9b82413?s=96&d=mm&r=g","caption":"EOD Historical Data Support"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8NjB1-tJ","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/1843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/comments?post=1843"}],"version-history":[{"count":47,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/1843\/revisions"}],"predecessor-version":[{"id":7797,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/1843\/revisions\/7797"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/media?parent=1843"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/categories?post=1843"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/tags?post=1843"},{"taxonomy":"coding-language","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/coding-language?post=1843"},{"taxonomy":"ready-to-go-solution","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/ready-to-go-solution?post=1843"},{"taxonomy":"qualification","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/qualification?post=1843"},{"taxonomy":"financial-apis-category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/financial-apis-category?post=1843"},{"taxonomy":"financial-apis-manuals","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/financial-apis-manuals?post=1843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}