{"id":1054,"date":"2023-05-12T09:05:51","date_gmt":"2023-05-12T09:05:51","guid":{"rendered":"https:\/\/eodhd.com\/financial-academy\/?p=1054"},"modified":"2024-03-14T09:57:34","modified_gmt":"2024-03-14T09:57:34","slug":"technical-indicators-basics","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics","title":{"rendered":"Technical Indicator Basics Explained"},"content":{"rendered":"\n<p>Technical indicators are tools used by traders and analysts in stock trading to help make data-driven investment decisions. The <a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/technical-indicators-api\/\">Technical Indicator API<\/a> utilizes historical price and volume EOD data to generate signals or patterns that can provide insights into possible future direction of stock prices.  <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>This is a description of some of the functions of the API.<\/p>\n\n\n\n\n\n\n<p><\/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'>Register &amp; Get Data<\/span><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Split Adjusted Data<\/strong> (<strong>splitadjusted <\/strong>)<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">We at EOD Historical Data adjust historical prices for splits and dividends (more on adjusted closes you can read on this <a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/adjusted-close-and-close-whats-the-difference\/\">article<\/a>). If for some reason one only needs data adjusted for splits, but not for dividends, this function of the Technical Indicator API can be used to obtain EOD data adjusted to splits only.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Average Volume<\/strong> (avgvol)<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The average volume of a security over a period of time is the total amount traded in that period in stocks, divided by the length of the period. It is used as one of the indicators that help evaluate the performance of security on the market over a prolonged period of time and also investors&#8217; activity around the particular asset.<\/p>\n\n\n\n<p>For example, AV = ( <em>v1<\/em> + <em>v2<\/em> + <em>v3<\/em> ) \/ 3<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Simple Moving Average (sma)<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The SMA is a simple (hence its name) indicator calculated over the desired period of time on a regular basis, to monitor the performance of a security. It\u2019s calculated easily by adding up <em>n<\/em> indicators of a stock (say, EOD close price) and dividing the sum by <em>n<\/em>. Since the name of the indicator is \u201c<em>moving<\/em> average\u201d, that means that it doesn\u2019t work as a standalone indicator, but rather as a set of averages calculated on a regular basis over a period of time on corresponding data sets. That means that this indicator will change depending on the chosen dates.&nbsp;<\/p>\n\n\n\n<p class=\"has-text-align-justify\">E. g. stock closes at 4, 5, 5, 4, 3 during a given week. The SMA of three days over the course of these five will look like this.<\/p>\n\n\n\n<p>SMA = ( <em>p1<\/em> + <em>p2<\/em> + <em>p3<\/em> ) \/ 3<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Weighted Moving Average (wma)<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The WMA is an improvement over the SMA where it applies weights to different data points in the following manner: more recent data points weigh more than less recent.&nbsp;<\/p>\n\n\n\n<p>E. g. WMA = ((<em>p1<\/em> * 3) + (<em>p2<\/em> * 2) + (<em>p3<\/em> * 1))\/ (3 + 2 + 1)&nbsp;<\/p>\n\n\n\n<p>Where: <em>p1<\/em> = current price, <em>p2<\/em> = price one bar ago, <em>p3<\/em> = price two bars ago.<\/p>\n\n\n\n<p>In the example from above, it will work like this.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">This indicator follows the price more closely than the SMA, and it helps determine the direction of a trend; it normally works as an indication to buy when prices go downwards near or just below the WMA, or an indication to sell when prices go upwards towards or just above the WMA.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Exponential Moving Average (ema)<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The EMA is an improvement over the WMA where it applies exponentially decreasing weights (they never get to zero) to the previous formula. It is one of the indicators used by traders to determine the direction of a trend.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">This indicator follows the price more closely than the SMA, and it helps determine the direction of a trend; it normally works as an indication to buy when prices go downwards near or just below the WMA, or an indication to sell when prices go upwards towards or just above the WMA.<\/p>\n\n\n\n<p>E. g. EMA = ( K * (C &#8211; P) ) + P, where:&nbsp;<\/p>\n\n\n\n<p>C = Current Price&nbsp;<\/p>\n\n\n\n<p>P = Previous period\u2019s EMA (A SMA is used for the first period\u2019s calculations)&nbsp;<\/p>\n\n\n\n<p>K = Exponential smoothing constant<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Relative Strength Index (rsi)<\/strong><\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The RSI is a momentum oscillator, measuring the velocity and magnitude of directional price movements. Momentum is the rate of the rise or fall in price. The RSI is typically used on a 14-day period, and measured on a scale from 0 to 100. It\u2019s calculated as the difference between two close prices, which results in either an upward change or a downward change. A moving average is then applied to the range of both, and the SMA of upward changes is divided by SMA of downward changes; this is called \u201crelative strength factor\u201d. After that, all that\u2019s left to calculate the index is 100 minus (100 divided by 1 + RSF).<\/p>\n\n\n\n<p class=\"has-text-align-justify\"> Traditional usage of the RSI is as follows. Values of 70 or above indicate that a security is becoming overbought or overvalued and maybe going for a trend reversal or corrective pullback in price. Values of 30 or below indicate that a security is oversold or undervalued. <\/p>\n\n\n\n<p>These are just a few basic examples of the technical indicators available with the Technical Indicator API. For the full list, please see the <a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/technical-indicators-api\/\">documentation<\/a>.<\/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'>Register &amp; Get Data<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Technical indicators are tools used by traders and analysts in stock trading to help make data-driven investment decisions. The Technical Indicator API utilizes historical price and volume EOD data to generate signals or patterns that can provide insights into possible future direction of stock prices. This is a description of some of the functions of [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":1559,"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":""},"categories":[66],"tags":[],"coding-language":[],"ready-to-go-solution":[],"qualification":[],"financial-apis-category":[],"financial-apis-manuals":[],"class_list":["post-1054","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-financial-faq","has_thumb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Technical Indicator Basics Explained | EODHD APIs Academy<\/title>\n<meta name=\"description\" content=\"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading\" \/>\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-academy\/financial-faq\/technical-indicators-basics\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Technical Indicator Basics Explained\" \/>\n<meta property=\"og:description\" content=\"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\" \/>\n<meta property=\"og:site_name\" content=\"Financial Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eodhistoricaldata\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-12T09:05:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-14T09:57:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Alex from EODHD\" \/>\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=\"Alex from EODHD\" \/>\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-academy\/financial-faq\/technical-indicators-basics#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\"},\"author\":{\"name\":\"Alex from EODHD\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/54ccbab472130dfc30e653712959ca2b\"},\"headline\":\"Technical Indicator Basics Explained\",\"datePublished\":\"2023-05-12T09:05:51+00:00\",\"dateModified\":\"2024-03-14T09:57:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\"},\"wordCount\":757,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#organization\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg\",\"articleSection\":[\"Financial FAQ\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\",\"name\":\"Technical Indicator Basics Explained | EODHD APIs Academy\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg\",\"datePublished\":\"2023-05-12T09:05:51+00:00\",\"dateModified\":\"2024-03-14T09:57:34+00:00\",\"description\":\"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg\",\"width\":1500,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-academy\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Technical Indicator Basics Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#website\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/\",\"name\":\"Financial APIs Academy | EODHD\",\"description\":\"Financial Stock Market Academy\",\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eodhd.com\/financial-academy\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#organization\",\"name\":\"EODHD (EOD Historical Data)\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"width\":159,\"height\":82,\"caption\":\"EODHD (EOD Historical Data)\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/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-academy\/#\/schema\/person\/54ccbab472130dfc30e653712959ca2b\",\"name\":\"Alex from EODHD\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c9e17b7d254b9b84b4c53210491d672fccce375a77369cff97bc703f86f21bd3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c9e17b7d254b9b84b4c53210491d672fccce375a77369cff97bc703f86f21bd3?s=96&d=mm&r=g\",\"caption\":\"Alex from EODHD\"},\"url\":\"https:\/\/eodhd.com\/financial-academy\/author\/alex-eodhd\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Technical Indicator Basics Explained | EODHD APIs Academy","description":"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading","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-academy\/financial-faq\/technical-indicators-basics","og_locale":"en_US","og_type":"article","og_title":"Technical Indicator Basics Explained","og_description":"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading","og_url":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics","og_site_name":"Financial Academy","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2023-05-12T09:05:51+00:00","article_modified_time":"2024-03-14T09:57:34+00:00","og_image":[{"width":1500,"height":1000,"url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","type":"image\/jpeg"}],"author":"Alex from EODHD","twitter_card":"summary_large_image","twitter_creator":"@EOD_data","twitter_site":"@EOD_data","twitter_misc":{"Written by":"Alex from EODHD","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics"},"author":{"name":"Alex from EODHD","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/54ccbab472130dfc30e653712959ca2b"},"headline":"Technical Indicator Basics Explained","datePublished":"2023-05-12T09:05:51+00:00","dateModified":"2024-03-14T09:57:34+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics"},"wordCount":757,"publisher":{"@id":"https:\/\/eodhd.com\/financial-academy\/#organization"},"image":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage"},"thumbnailUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","articleSection":["Financial FAQ"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics","url":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics","name":"Technical Indicator Basics Explained | EODHD APIs Academy","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage"},"image":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage"},"thumbnailUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","datePublished":"2023-05-12T09:05:51+00:00","dateModified":"2024-03-14T09:57:34+00:00","description":"Learn the basics of technical indicators and how they can help you make data-driven investment decisions in stock trading","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#primaryimage","url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","contentUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","width":1500,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-academy\/financial-faq\/technical-indicators-basics#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-academy\/"},{"@type":"ListItem","position":2,"name":"Technical Indicator Basics Explained"}]},{"@type":"WebSite","@id":"https:\/\/eodhd.com\/financial-academy\/#website","url":"https:\/\/eodhd.com\/financial-academy\/","name":"Financial APIs Academy | EODHD","description":"Financial Stock Market Academy","publisher":{"@id":"https:\/\/eodhd.com\/financial-academy\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eodhd.com\/financial-academy\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eodhd.com\/financial-academy\/#organization","name":"EODHD (EOD Historical Data)","url":"https:\/\/eodhd.com\/financial-academy\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/logo\/image\/","url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","contentUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","width":159,"height":82,"caption":"EODHD (EOD Historical Data)"},"image":{"@id":"https:\/\/eodhd.com\/financial-academy\/#\/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-academy\/#\/schema\/person\/54ccbab472130dfc30e653712959ca2b","name":"Alex from EODHD","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c9e17b7d254b9b84b4c53210491d672fccce375a77369cff97bc703f86f21bd3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c9e17b7d254b9b84b4c53210491d672fccce375a77369cff97bc703f86f21bd3?s=96&d=mm&r=g","caption":"Alex from EODHD"},"url":"https:\/\/eodhd.com\/financial-academy\/author\/alex-eodhd"}]}},"jetpack_featured_media_url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2023\/08\/FEATURED-Technical-Indicators-Basics.jpeg","jetpack_shortlink":"https:\/\/wp.me\/pdOdVT-h0","jetpack_sharing_enabled":true,"acf":[],"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/1054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/comments?post=1054"}],"version-history":[{"count":22,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/1054\/revisions"}],"predecessor-version":[{"id":2992,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/1054\/revisions\/2992"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/media\/1559"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/media?parent=1054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/categories?post=1054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/tags?post=1054"},{"taxonomy":"coding-language","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/coding-language?post=1054"},{"taxonomy":"ready-to-go-solution","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/ready-to-go-solution?post=1054"},{"taxonomy":"qualification","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/qualification?post=1054"},{"taxonomy":"financial-apis-category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-category?post=1054"},{"taxonomy":"financial-apis-manuals","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-manuals?post=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}