{"id":4732,"date":"2024-02-02T08:52:48","date_gmt":"2024-02-02T08:52:48","guid":{"rendered":"https:\/\/eodhd.com\/financial-academy\/?p=4732"},"modified":"2024-02-07T10:53:24","modified_gmt":"2024-02-07T10:53:24","slug":"unlocking-financial-apis-with-postman","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman","title":{"rendered":"Unlocking EODHD Financial APIs with Postman"},"content":{"rendered":"\n<p>EODHD API plays a pivotal role in the realm of Financial APIs data analysis and the creation of trading bots. With Postman, a popular API development tool, we can easily check and test the APIs catalog.<br><\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong><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><\/strong><\/p>\n\n\n\n\n\n\n<p>To authenticate and authorize access to the EOD HD APIs, you need a token that must be included in the API requests to prove our identity.<\/p>\n\n\n\n<p class=\"bordered_paragraph\">1. Use the \u201c<strong>DEMO<\/strong>\u201d API key to test our data from a limited set of the tickers without registering:<br><a href=\"https:\/\/eodhd.com\/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">AAPL.US<\/a>&nbsp;|&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-summary\/TSLA.US\" target=\"_blank\" rel=\"noreferrer noopener\">TSLA.US&nbsp;<\/a>|&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-summary\/VTI.US\" target=\"_blank\" rel=\"noreferrer noopener\">VTI.US<\/a>&nbsp;|&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-summary\/AMZN.US\" target=\"_blank\" rel=\"noreferrer noopener\">AMZN.US<\/a>&nbsp;|&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-summary\/BTC-USD.CC\" target=\"_blank\" rel=\"noreferrer noopener\">BTC-USD<\/a>&nbsp;|&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-summary\/EURUSD.FOREX\" target=\"_blank\" rel=\"noreferrer noopener\">EUR-USD<\/a><br><a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/new-real-time-data-api-websockets\/\" target=\"_blank\" rel=\"noreferrer noopener\">Real-Time Data<\/a>&nbsp;and All of the APIs (except Bulk) are included without limitations on API calls.<br>2. Register to get your free API key (limited by 20 API calls per day) with access to:<br><a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/api-for-historical-data-and-volumes\/\" target=\"_blank\" rel=\"noreferrer noopener\">End-Of-Day Historical Data<\/a>&nbsp;with only past year for any ticker and&nbsp;<a href=\"https:\/\/eodhistoricaldata.com\/financial-apis\/exchanges-api-list-of-tickers-and-trading-hours\/#Get_List_of_Tickers_Exchange_Symbols\" target=\"_blank\" rel=\"noreferrer noopener\">List of tickers per Exchange<\/a>.<br>3. To unlock your API key we recommend to&nbsp;<a href=\"https:\/\/eodhd.com\/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">choose subscription<\/a>&nbsp;which covers your needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-explore-eodhd-financial-apis-with-your-browser\">Explore EODHD Financial APIs with your Browser<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/eodhd.com\/financial-apis\/\" target=\"_blank\" rel=\"noreferrer noopener\">API documentation<\/a> provided by EODHD is notably comprehensive, offering a user-friendly experience with the inclusion of real examples for each API, demonstrating how to effectively utilize them. So, if we want to understand the process of retrieving historical daily data for a specific symbol, the following steps can be taken:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Examine the various methods of executing the request across the tabs for URL, cURL, PHP, Python, and R.<\/li>\n\n\n\n<li>Click the <strong>End-Of-Day Historical Stock Market Data API<\/strong> documentation link:<br><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"309\" class=\"wp-image-4735\" style=\"width: 350px\" src=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/Pasted-image-20240125194032.png\" alt=\"\"><\/li>\n\n\n\n<li>From the <strong>URL <\/strong>tab, copy the URL using the icon on the right<br><img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"157\" class=\"wp-image-4754\" style=\"width: 750px\" src=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/EODHD_Url_Copy.png\" alt=\"\"><br><\/li>\n\n\n\n<li>Launch a web browser and navigate to the copied URL. As result, the output &#8211; in the chosen format &#8211; will be displayed (json in the example screenshot). You can retrieve the data in csv format by modifying the <em>fmt <\/em>parameter to csv.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"315\" height=\"374\" src=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/Pasted-image-20240125195344-1.png\" alt=\"\" class=\"wp-image-4738\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-explore-eodhd-api-with-postman\">Explore EODHD API with Postman<\/h2>\n\n\n\n<p>Postman, a powerful API development tool, plays a crucial role in the preparatory phase. With Postman, we can easily explore API endpoints, view the details of requests and responses, and familiarize yourself with the available endpoints.<\/p>\n\n\n\n<p>To download Postman, visit the <a href=\"https:\/\/www.postman.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">official website<\/a>, choose the version for your operating system, and follow the installation instructions.<\/p>\n\n\n\n<p>EODHD provides a <em>Postman Financial Data API collection<\/em> which includes all API endpoints they have in the documentation.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Visit <a href=\"https:\/\/eodhd.com\/financial-apis\/postman-financial-data-api-collection\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/eodhd.com\/financial-apis\/postman-financial-data-api-collection\/<\/a> and select the link <strong>Postman Financial Data API Collection<\/strong>. A new browser tab will open, displaying the content of the Postman collection.<br><\/li>\n\n\n\n<li>Hover over the right side of the text <strong><em>EODHD Documentation<\/em><\/strong>; this will reveal three ellipses. Click to expand the options and choose <strong>Export<\/strong>. Save the file to a local directory.<br><br><img loading=\"lazy\" decoding=\"async\" width=\"269\" height=\"588\" class=\"wp-image-4739\" style=\"width: 250px\" src=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/Pasted-image-20240125201644.png\" alt=\"\"><br><\/li>\n\n\n\n<li>Launch your installed Postman application<\/li>\n\n\n\n<li>Select the <strong>Import<\/strong> option and choose the downloaded file<\/li>\n\n\n\n<li>Navigate to the root element of the collection. A box with multiple tabs will appear on the right side. Select the <strong>Variables<\/strong> tab.<\/li>\n\n\n\n<li>Replace the value of the variable <code>api_token<\/code> with your token<\/li>\n<\/ol>\n\n\n\n<p>From this point onward, you can acquaint yourself with executing the requests included in the collection.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"976\" height=\"714\" src=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/image-4.png\" alt=\"\" class=\"wp-image-4741\" \/><figcaption class=\"wp-element-caption\">EODHD API Postman Collection <\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Exploring the capabilities of the EODHD APIs through quick testing, using our browser or Postman collection, has undoubtedly been a valuable initial step in understanding how to obtain financial data in an easy way. <\/p>\n\n\n\n<p>This hands-on approach allows for a practical grasp of the data and services that can be accessed, setting the stage for the development of a comprehensive pipeline to ingest and store financial data in the upcoming article.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the realm of financial data analysis and the creation of trading bots, EODHD API plays a pivotal role by providing timely, accurate, and comprehensive financial data. <\/p>\n<p>Before embarking on the development of an automated data ingestion from EODHD API (we&#8217;ll see it in another article), it is crucial to thoroughly comprehend the contracts of the EOD HD APIs, along with a clear understanding of the expected format and content of their results.<\/p>\n","protected":false},"author":23,"featured_media":4764,"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,43],"tags":[],"coding-language":[],"ready-to-go-solution":[],"qualification":[33],"financial-apis-category":[],"financial-apis-manuals":[39],"class_list":["post-4732","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-financial-faq","category-how-to-get-stocks-data-examples","qualification-newbie","financial-apis-manuals-end-of-day","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>Using Postman for Financial APIs: Your Guide to Efficiency | EODHD APIs Academy<\/title>\n<meta name=\"description\" content=\"Learn how to authenticate &amp; authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.\" \/>\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\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unlocking EODHD Financial APIs with Postman\" \/>\n<meta property=\"og:description\" content=\"Learn how to authenticate &amp; authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\" \/>\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=\"2024-02-02T08:52:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-07T10:53:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"654\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Xavier Escudero\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/xescuder\" \/>\n<meta name=\"twitter:site\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xavier Escudero\" \/>\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\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\"},\"author\":{\"name\":\"Xavier Escudero\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/02b8e268bf51bc95270617a69bcdca65\"},\"headline\":\"Unlocking EODHD Financial APIs with Postman\",\"datePublished\":\"2024-02-02T08:52:48+00:00\",\"dateModified\":\"2024-02-07T10:53:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\"},\"wordCount\":595,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#organization\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg\",\"articleSection\":[\"Financial FAQ\",\"How to Get Stocks Data Examples\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\",\"name\":\"Using Postman for Financial APIs: Your Guide to Efficiency | EODHD APIs Academy\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg\",\"datePublished\":\"2024-02-02T08:52:48+00:00\",\"dateModified\":\"2024-02-07T10:53:24+00:00\",\"description\":\"Learn how to authenticate & authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg\",\"width\":7360,\"height\":4912,\"caption\":\"Scott Graham Unsplash Copyright\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-academy\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unlocking EODHD Financial APIs with Postman\"}]},{\"@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\/02b8e268bf51bc95270617a69bcdca65\",\"name\":\"Xavier Escudero\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/805a0623dc3abb7b0a47f51d916a8b294647e9924cadab6b6faabfbc6e421e5c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/805a0623dc3abb7b0a47f51d916a8b294647e9924cadab6b6faabfbc6e421e5c?s=96&d=mm&r=g\",\"caption\":\"Xavier Escudero\"},\"description\":\"Test Architect, developer and software engineering teacher, with over +25 years experience\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/xavier-escudero-sabadell\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/xescuder\"],\"url\":\"https:\/\/eodhd.com\/financial-academy\/author\/xavierescudero\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Using Postman for Financial APIs: Your Guide to Efficiency | EODHD APIs Academy","description":"Learn how to authenticate & authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.","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\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman","og_locale":"en_US","og_type":"article","og_title":"Unlocking EODHD Financial APIs with Postman","og_description":"Learn how to authenticate & authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.","og_url":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman","og_site_name":"Financial Academy","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2024-02-02T08:52:48+00:00","article_modified_time":"2024-02-07T10:53:24+00:00","og_image":[{"url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","width":980,"height":654,"type":"image\/jpeg"}],"author":"Xavier Escudero","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/xescuder","twitter_site":"@EOD_data","twitter_misc":{"Written by":"Xavier Escudero","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman"},"author":{"name":"Xavier Escudero","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/02b8e268bf51bc95270617a69bcdca65"},"headline":"Unlocking EODHD Financial APIs with Postman","datePublished":"2024-02-02T08:52:48+00:00","dateModified":"2024-02-07T10:53:24+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman"},"wordCount":595,"publisher":{"@id":"https:\/\/eodhd.com\/financial-academy\/#organization"},"image":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage"},"thumbnailUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","articleSection":["Financial FAQ","How to Get Stocks Data Examples"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman","url":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman","name":"Using Postman for Financial APIs: Your Guide to Efficiency | EODHD APIs Academy","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage"},"image":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage"},"thumbnailUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","datePublished":"2024-02-02T08:52:48+00:00","dateModified":"2024-02-07T10:53:24+00:00","description":"Learn how to authenticate & authorize access to Financial APIs Postman and EOD HD APIs with a token. Comprehensive guide.","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#primaryimage","url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","contentUrl":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","width":7360,"height":4912,"caption":"Scott Graham Unsplash Copyright"},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-academy\/how-to-get-stocks-data-examples\/unlocking-financial-apis-with-postman#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-academy\/"},{"@type":"ListItem","position":2,"name":"Unlocking EODHD Financial APIs with Postman"}]},{"@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\/02b8e268bf51bc95270617a69bcdca65","name":"Xavier Escudero","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/805a0623dc3abb7b0a47f51d916a8b294647e9924cadab6b6faabfbc6e421e5c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/805a0623dc3abb7b0a47f51d916a8b294647e9924cadab6b6faabfbc6e421e5c?s=96&d=mm&r=g","caption":"Xavier Escudero"},"description":"Test Architect, developer and software engineering teacher, with over +25 years experience","sameAs":["https:\/\/www.linkedin.com\/in\/xavier-escudero-sabadell\/","https:\/\/x.com\/https:\/\/twitter.com\/xescuder"],"url":"https:\/\/eodhd.com\/financial-academy\/author\/xavierescudero"}]}},"jetpack_featured_media_url":"https:\/\/eodhd.com\/financial-academy\/wp-content\/uploads\/2024\/01\/scott-graham-5fNmWej4tAA-unsplash.jpg","jetpack_shortlink":"https:\/\/wp.me\/pdOdVT-1ek","jetpack_sharing_enabled":true,"acf":[],"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/4732","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\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/comments?post=4732"}],"version-history":[{"count":32,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/4732\/revisions"}],"predecessor-version":[{"id":4817,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/4732\/revisions\/4817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/media\/4764"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/media?parent=4732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/categories?post=4732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/tags?post=4732"},{"taxonomy":"coding-language","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/coding-language?post=4732"},{"taxonomy":"ready-to-go-solution","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/ready-to-go-solution?post=4732"},{"taxonomy":"qualification","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/qualification?post=4732"},{"taxonomy":"financial-apis-category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-category?post=4732"},{"taxonomy":"financial-apis-manuals","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-manuals?post=4732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}