{"id":6172,"date":"2025-01-29T11:48:39","date_gmt":"2025-01-29T11:48:39","guid":{"rendered":"https:\/\/eodhd.com\/financial-academy\/?p=6172"},"modified":"2025-04-08T08:25:06","modified_gmt":"2025-04-08T08:25:06","slug":"us-stock-options-api-usage-examples","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples","title":{"rendered":"US Stock Options API: Usage Examples"},"content":{"rendered":"\n<p>Our <a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\">US Stock Options Data API<\/a> offers seamless access to end-of-day (EOD) and historical options data (1+ year of history)  for thousands of US stock tickers, providing traders and developers with valuable insights. Covering 6,000+ of the most actively traded symbols and capturing over 1.5 million bid\/ask\/trade events daily, the API delivers a comprehensive one-year historical dataset for in-depth analysis.<\/p>\n\n\n\n<p>With 40+ data fields per trade, users can retrieve EOD bid\/ask prices, trading volume, open interest, and advanced risk metrics such as Delta, Gamma, Theta, and Vega, essential for refining trading strategies. Additionally, the API provides implied volatility data for market sentiment analysis and detailed contract specifications &#8211; including expiration dates and strike prices.<\/p>\n\n\n\n<p>Our team is always open to suggestions for improving Options API. If you have an idea, please don\u2019t hesitate to <a href=\"javascript:fcWidget.open()\">contact us<\/a>.<br><br><a href=\"https:\/\/eodhd.com\/marketplace\/unicornbay\/options\/docs\">API Documentation<\/a><br><a href=\"https:\/\/eodhd.com\/lp\/us-stock-options-api\">Product Page<\/a><br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-demo-requests-for-aapl-ticker\">Demo Requests for AAPL ticker<\/h2>\n\n\n\n<p>We allow the use of the <strong>&#8220;demo&#8221;<\/strong> API token to make all kinds of requests related to the AAPL ticker for testing purposes. All examples below use the <strong>&#8220;demo&#8221;<\/strong> API key and can be executed in a browser.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-examples\">Examples<\/h2>\n\n\n\n<p>The dataset behind the API is vast. Below, we share some examples to demonstrate usage of various<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-aapl-eod-options-data-for-call-options-with-a-strike-price-above-300\">Get AAPL EOD Options Data for Call Options with a Strike Price Above $300<\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/eod?filter[underlying_symbol]=AAPL&amp;filter[type]=call&amp;filter[strike_from]=300&amp;sort=exp_date&amp;api_token=demo\n<\/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<p><strong>What This Does:<\/strong><br>\u2714 Retrieves all available fields (no fields[options-eod] limitation).<br>\u2714 Filters AAPL options contracts that are &#8220;Call&#8221; options (filter[type]=call).<br>\u2714 Includes only contracts with a strike price of $300 or higher (filter[strike_from]=300).<br>\u2714 Sorts results by expiration date in ascending order (sort=exp_date).<br><\/p>\n\n\n\n<p><br>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">\n  \"meta\": {\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"total\": 30513,\n    \"fields\": [...]\n  },\n  \"data\": [\n    {\n      \"id\": \"AAPL231117C00300000-2023-11-17\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL231117C00300000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-11-17\",\n        \"expiration_type\": \"monthly\",\n        \"type\": \"call\",\n        \"strike\": 300,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": null,\n        \"high\": null,\n        \"low\": null,\n        \"last\": null,\n        \"last_size\": null,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": null,\n        \"bid_date\": \"2023-11-17 14:59:57\",\n        \"bid_size\": null,\n        \"ask\": 0.01,\n        \"ask_date\": \"2023-11-17 14:59:57\",\n        \"ask_size\": 24,\n        \"moneyness\": null,\n        \"volume\": null,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 2300,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 0,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 0,\n        \"delta\": 0,\n        \"gamma\": 0,\n        \"theta\": 0,\n        \"vega\": 0,\n        \"rho\": 0,\n        \"tradetime\": \"2023-11-17\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL231117C00300000-2023-11-16\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL231117C00300000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-11-17\",\n        \"expiration_type\": \"monthly\",\n        \"type\": \"call\",\n        \"strike\": 300,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": null,\n        \"high\": null,\n        \"low\": null,\n        \"last\": null,\n        \"last_size\": null,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": null,\n        \"bid_date\": \"2023-11-16 14:59:58\",\n        \"bid_size\": null,\n        \"ask\": 0.01,\n        \"ask_date\": \"2023-11-16 14:59:58\",\n        \"ask_size\": 81,\n        \"moneyness\": null,\n        \"volume\": null,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 2300,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 0,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 0,\n        \"delta\": 0,\n        \"gamma\": 0,\n        \"theta\": 0,\n        \"vega\": 0,\n        \"rho\": 0,\n        \"tradetime\": \"2023-11-16\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL231117C00300000-2023-11-15\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL231117C00300000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-11-17\",\n        \"expiration_type\": \"monthly\",\n        \"type\": \"call\",\n        \"strike\": 300,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 0.01,\n        \"high\": 0.01,\n        \"low\": 0.01,\n        \"last\": 0.01,\n        \"last_size\": 1,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": null,\n        \"bid_date\": \"2023-11-15 14:59:58\",\n        \"bid_size\": null,\n        \"ask\": 0.01,\n        \"ask_date\": \"2023-11-15 14:59:58\",\n        \"ask_size\": 70,\n        \"moneyness\": null,\n        \"volume\": 4,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 2300,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.8886,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 0.01,\n        \"delta\": 0.001294,\n        \"gamma\": 0.00015,\n        \"theta\": -0.060676,\n        \"vega\": 0.00042,\n        \"rho\": 0.000006,\n        \"tradetime\": \"2023-11-15\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n.....<\/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<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-end-of-day-eod-options-data-for-aapl-expiring-between-january-21-2024-and-january-28-2024\">Get End-of-Day (EOD) Options Data for AAPL Expiring Between January 21, 2024, and January 28, 2024 <\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/eod?filter[underlying_symbol]=AAPL&amp;filter[exp_date_from]=2024-01-21&amp;filter[exp_date_to]=2024-01-28&amp;sort=-exp_date&amp;api_token=demo\n<\/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<p><strong>What This Does:<\/strong><br>\u2714 Retrieves all available fields (no fields[options-eod] limitation).<br>\u2714 Filters AAPL options contracts that expired between January 21, 2024, and January 28, 2024 (last 7 days).<br>\u2714 Sorts results by expiration date in descending order (sort=-exp_date).<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">\n  \"meta\": {\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"total\": 3264,\n    \"fields\": [...]\n  },\n  \"data\": [\n    {\n      \"id\": \"AAPL240126P00265000-2024-01-26\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL240126P00265000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-01-26\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"put\",\n        \"strike\": 265,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 72.75,\n        \"high\": 72.75,\n        \"low\": 72.75,\n        \"last\": 72.75,\n        \"last_size\": 1,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 71.9,\n        \"bid_date\": \"2024-01-26 14:59:59\",\n        \"bid_size\": 85,\n        \"ask\": 73.45,\n        \"ask_date\": \"2024-01-26 14:59:59\",\n        \"ask_size\": 96,\n        \"moneyness\": null,\n        \"volume\": 1,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": null,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.8691,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 72.75,\n        \"delta\": -0.981207,\n        \"gamma\": 0.001612,\n        \"theta\": -0.6481,\n        \"vega\": 0.004583,\n        \"rho\": -0.003795,\n        \"tradetime\": \"2024-01-26\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL240126P00260000-2024-01-26\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL240126P00260000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-01-26\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"put\",\n        \"strike\": 260,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 67.75,\n        \"high\": 67.75,\n        \"low\": 67.75,\n        \"last\": 67.75,\n        \"last_size\": 1,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 66.2,\n        \"bid_date\": \"2024-01-26 14:59:59\",\n        \"bid_size\": 39,\n        \"ask\": 68.55,\n        \"ask_date\": \"2024-01-26 14:59:59\",\n        \"ask_size\": 44,\n        \"moneyness\": null,\n        \"volume\": 1,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": null,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.7253,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 67.75,\n        \"delta\": -0.980388,\n        \"gamma\": 0.001759,\n        \"theta\": -0.638324,\n        \"vega\": 0.004753,\n        \"rho\": -0.003743,\n        \"tradetime\": \"2024-01-26\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL240126P00255000-2024-01-26\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL240126P00255000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-01-26\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"put\",\n        \"strike\": 255,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 60.45,\n        \"high\": 60.45,\n        \"low\": 60.45,\n        \"last\": 60.45,\n        \"last_size\": 1,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 61.95,\n        \"bid_date\": \"2024-01-26 14:59:59\",\n        \"bid_size\": 83,\n        \"ask\": 63.45,\n        \"ask_date\": \"2024-01-26 14:59:59\",\n        \"ask_size\": 96,\n        \"moneyness\": null,\n        \"volume\": 1,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": null,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.4656,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 62.7,\n        \"delta\": -0.983928,\n        \"gamma\": 0.001644,\n        \"theta\": -0.483677,\n        \"vega\": 0.004009,\n        \"rho\": -0.003558,\n        \"tradetime\": \"2024-01-26\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL240126P00250000-2024-01-26\",\n      \"type\": \"options-eod\",\n      \"attributes\": {\n        \"contract\": \"AAPL240126P00250000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-01-26\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"put\",\n        \"strike\": 250,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": null,\n        \"high\": null,\n        \"low\": null,\n        \"last\": null,\n        \"last_size\": null,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 56.9,\n        \"bid_date\": \"2024-01-26 15:00:00\",\n        \"bid_size\": 44,\n        \"ask\": 58.8,\n        \"ask_date\": \"2024-01-26 15:00:00\",\n        \"ask_size\": 60,\n        \"moneyness\": null,\n        \"volume\": null,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": null,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.5923,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 57.85,\n        \"delta\": -0.969894,\n        \"gamma\": 0.002645,\n        \"theta\": -0.87628,\n        \"vega\": 0.006818,\n        \"rho\": -0.004081,\n        \"tradetime\": \"2024-01-26\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n.....<\/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<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-end-of-day-eod-options-data-for-aapl-traded-active-between-february-1-2025-and-april-3-2025-sorted-by-strike-price\">Get End-of-Day (EOD) Options Data for AAPL Traded\/Active Between February 1, 2025, and April 3, 2025, Sorted by Strike Price<\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/eod?filter[underlying_symbol]=AAPL&amp;filter[tradetime_from]=2025-02-01&amp;filter[tradetime_to]=2025-04-03&amp;sort=strike&amp;api_token=demo\n\n<\/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<p><strong>What This Does:<\/strong><br>\u2714 Retrieves\u00a0<strong>all available fields<\/strong>\u00a0(no\u00a0<code>fields[options-eod]<\/code>\u00a0restriction).<br>\u2714 Filters\u00a0<strong>AAPL options contracts<\/strong>\u00a0that were traded \/ active between\u00a0<strong>February 1, 2025<\/strong>, and\u00a0<strong>April 3, 2025<\/strong>.<br>\u2714 Sorts the results by\u00a0<strong>strike price in ascending order<\/strong>\u00a0(<code>sort=strike<\/code>).<\/p>\n\n\n\n<p><strong>Note.<\/strong> <strong>Tradetime<\/strong> field does not always represent an actual trade. It can have different meanings depending on the available data:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>If a trade occurred<\/strong>:&nbsp;<code>tradetime<\/code>&nbsp;represents the date of the latest executed trade. You can confirm this by checking that&nbsp;<strong>volume is greater than zero<\/strong>&nbsp;and&nbsp;<strong>last price is available (non-zero)<\/strong>.<\/li>\n\n\n\n<li><strong>If no trade happened<\/strong>:&nbsp;<code>tradetime<\/code>&nbsp;may correspond to the last update of bid\/ask prices, open interest changes, or other market events. In such cases, volume is zero, and the last price may be missing or zero.<\/li>\n<\/ul>\n\n\n\n<p>To determine the exact trade time, look for records where volume > 0 and last price is set. Otherwise, the\u00a0<code><strong>tradetime<\/strong><\/code>\u00a0reflects the last recorded market event rather than an actual transaction.<\/p>\n\n\n\n<p>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">data\": [\n{\n\"id\": \"AAPL270115C00005000-2025-04-07\",\n\"type\": \"options-eod\",\n\"attributes\": {\n\"contract\": \"AAPL270115C00005000\",\n\"underlying_symbol\": \"AAPL\",\n\"exp_date\": \"2027-01-15\",\n\"expiration_type\": \"monthly\",\n\"type\": \"call\",\n\"strike\": 5,\n\"exchange\": \"NASDAQ\",\n\"currency\": \"USD\",\n\"open\": 0,\n\"high\": 0,\n\"low\": 0,\n\"last\": 184.75,\n\"last_size\": 0,\n\"change\": 0,\n\"pctchange\": 0,\n\"previous\": 0,\n\"previous_date\": null,\n\"bid\": 174,\n\"bid_date\": \"2025-04-07 19:59:59\",\n\"bid_size\": 2,\n\"ask\": 179,\n\"ask_date\": \"2025-04-07 19:59:59\",\n\"ask_size\": 1,\n\"moneyness\": 0.97,\n\"volume\": 0,\n\"volume_change\": 0,\n\"volume_pctchange\": 0,\n\"open_interest\": 52,\n\"open_interest_change\": 8,\n\"open_interest_pctchange\": 18.18,\n\"volatility\": 1.3342,\n\"volatility_change\": -0.7295,\n\"volatility_pctchange\": -35.35,\n\"theoretical\": 176.5,\n\"delta\": 0.998407,\n\"gamma\": 0.00001,\n\"theta\": -0.000478,\n\"vega\": 0.006245,\n\"rho\": 0.015273,\n\"tradetime\": \"2025-04-03\",\n\"vol_oi_ratio\": 0,\n\"dte\": 648,\n\"midpoint\": 176.5\n}\n},\n{\n\"id\": \"AAPL270115P00005000-2025-04-03\",\n\"type\": \"options-eod\",\n\"attributes\": {\n\"contract\": \"AAPL270115P00005000\",\n\"underlying_symbol\": \"AAPL\",\n\"exp_date\": \"2027-01-15\",\n\"expiration_type\": \"monthly\",\n\"type\": \"put\",\n\"strike\": 5,\n\"exchange\": \"NASDAQ\",\n\"currency\": \"USD\",\n\"open\": 0.04,\n\"high\": 0.04,\n\"low\": 0.04,\n\"last\": 0.04,\n\"last_size\": 8,\n\"change\": 0.04,\n\"pctchange\": 0,\n\"previous\": 0,\n\"previous_date\": null,\n\"bid\": 0.01,\n\"bid_date\": \"2025-04-03 19:59:59\",\n\"bid_size\": 18,\n\"ask\": 0.04,\n\"ask_date\": \"2025-04-03 19:59:59\",\n\"ask_size\": 5,\n\"moneyness\": -0.98,\n\"volume\": 25,\n\"volume_change\": 25,\n\"volume_pctchange\": 0,\n\"open_interest\": 123,\n\"open_interest_change\": 0,\n\"open_interest_pctchange\": 0,\n\"volatility\": 1.0515,\n\"volatility_change\": 0,\n\"volatility_pctchange\": 0,\n\"theoretical\": 0.04,\n\"delta\": -0.000359,\n\"gamma\": 0.000005,\n\"theta\": -0.000276,\n\"vega\": 0.003552,\n\"rho\": -0.001896,\n\"tradetime\": \"2025-04-03\",\n\"vol_oi_ratio\": 0.2,\n\"dte\": 652,\n\"midpoint\": 0.03\n}\n},\n{\n\"id\": \"AAPL270115C00005000-2025-04-03\",\n\"type\": \"options-eod\",\n\"attributes\": {\n\"contract\": \"AAPL270115C00005000\",\n\"underlying_symbol\": \"AAPL\",\n\"exp_date\": \"2027-01-15\",\n\"expiration_type\": \"monthly\",\n\"type\": \"call\",\n\"strike\": 5,\n\"exchange\": \"NASDAQ\",\n\"currency\": \"USD\",\n\"open\": 0,\n\"high\": 0,\n\"low\": 0,\n\"last\": 214.51,\n\"last_size\": 0,\n\"change\": 0,\n\"pctchange\": 0,\n\"previous\": 0,\n\"previous_date\": null,\n\"bid\": 196.15,\n\"bid_date\": \"2025-04-03 19:59:59\",\n\"bid_size\": 4,\n\"ask\": 200.05,\n\"ask_date\": \"2025-04-03 19:59:59\",\n\"ask_size\": 4,\n\"moneyness\": 0.98,\n\"volume\": 0,\n\"volume_change\": 0,\n\"volume_pctchange\": 0,\n\"open_interest\": 44,\n\"open_interest_change\": 0,\n\"open_interest_pctchange\": 0,\n\"volatility\": 2.2806,\n\"volatility_change\": 0,\n\"volatility_pctchange\": 0,\n\"theoretical\": 200.05,\n\"delta\": 0.99452,\n\"gamma\": 0.000016,\n\"theta\": -0.003422,\n\"vega\": 0.023901,\n\"rho\": 0.023676,\n\"tradetime\": \"2025-03-31\",\n\"vol_oi_ratio\": 0,\n\"dte\": 652,\n\"midpoint\": 198.1\n}<\/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<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-aapl-options-contracts-with-strike-prices-between-150-and-200-sorted-by-strike-price\">Get AAPL Options Contracts with Strike Prices Between $150 and $200, Sorted by Strike Price<\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/contracts?filter[underlying_symbol]=AAPL&amp;filter[strike_from]=150&amp;filter[strike_to]=200&amp;sort=strike&amp;api_token=demo\n<\/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<p><strong>What This Does:<\/strong><br>\u2714 Retrieves all available fields (no fields[options-contracts] limitation).<br>\u2714 Filters AAPL options with a strike price between $150 and $200.<br>\u2714 Includes both Calls and Puts (no filter[type] restriction).<br>\u2714 Sorts results by strike price in ascending order (sort=strike).<\/p>\n\n\n\n<p><br><br>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">\n  \"meta\": {\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"total\": 2824,\n    \"fields\": [...]\n  },\n  \"data\": [\n    {\n      \"id\": \"AAPL231006C00150000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL231006C00150000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-10-06\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 150,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 23.52,\n        \"high\": 27.47,\n        \"low\": 23.4,\n        \"last\": 27.47,\n        \"last_size\": 1,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 26.65,\n        \"bid_date\": \"2023-10-06 14:59:59\",\n        \"bid_size\": 80,\n        \"ask\": 28.25,\n        \"ask_date\": \"2023-10-06 14:59:59\",\n        \"ask_size\": 80,\n        \"moneyness\": null,\n        \"volume\": 67,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 171,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 2.3323,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 28.25,\n        \"delta\": 0.926502,\n        \"gamma\": 0.006478,\n        \"theta\": -0.999999,\n        \"vega\": 0.012854,\n        \"rho\": 0.003677,\n        \"tradetime\": \"2023-10-06\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL231006C00152500\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL231006C00152500\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-10-06\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 152.5,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 24.03,\n        \"high\": 24.04,\n        \"low\": 23.99,\n        \"last\": 24.01,\n        \"last_size\": 8,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 24.85,\n        \"bid_date\": \"2023-10-06 14:59:59\",\n        \"bid_size\": 38,\n        \"ask\": 25.6,\n        \"ask_date\": \"2023-10-06 14:59:59\",\n        \"ask_size\": 82,\n        \"moneyness\": null,\n        \"volume\": 37,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 40,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 1.649,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 25.23,\n        \"delta\": 0.965249,\n        \"gamma\": 0.005047,\n        \"theta\": -0.611469,\n        \"vega\": 0.007083,\n        \"rho\": 0.003945,\n        \"tradetime\": \"2023-10-06\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL231006C00155000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL231006C00155000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-10-06\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 155,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 19,\n        \"high\": 22.95,\n        \"low\": 19,\n        \"last\": 22.57,\n        \"last_size\": 11,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 22.1,\n        \"bid_date\": \"2023-10-06 14:59:59\",\n        \"bid_size\": 82,\n        \"ask\": 23.25,\n        \"ask_date\": \"2023-10-06 14:59:59\",\n        \"ask_size\": 80,\n        \"moneyness\": null,\n        \"volume\": 348,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 430,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 1.2177,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 22.57,\n        \"delta\": 0.985163,\n        \"gamma\": 0.003335,\n        \"theta\": -0.233323,\n        \"vega\": 0.003458,\n        \"rho\": 0.004112,\n        \"tradetime\": \"2023-10-06\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL231006C00157500\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL231006C00157500\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2023-10-06\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 157.5,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 20.01,\n        \"high\": 20.05,\n        \"low\": 19.95,\n        \"last\": 19.95,\n        \"last_size\": 4,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 19.8,\n        \"bid_date\": \"2023-10-06 14:59:59\",\n        \"bid_size\": 29,\n        \"ask\": 20.75,\n        \"ask_date\": \"2023-10-06 14:59:59\",\n        \"ask_size\": 82,\n        \"moneyness\": null,\n        \"volume\": 24,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 42,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 1.7973,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 20.75,\n        \"delta\": 0.907837,\n        \"gamma\": 0.009968,\n        \"theta\": -0.999999,\n        \"vega\": 0.015242,\n        \"rho\": 0.00379,\n        \"tradetime\": \"2023-10-06\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n.....<\/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<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-aapl-options-contracts-with-expiration-between-march-1-2024-september-1-2024\">Get AAPL Options Contracts with Expiration Between March 1, 2024 \u2013 September 1, 2024<\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/contracts?filter[underlying_symbol]=AAPL&amp;filter[exp_date_from]=2024-03-01&amp;filter[exp_date_to]=2024-09-01&amp;sort=exp_date&amp;api_token=demo\n<\/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<p><strong>What This Does:<\/strong><\/p>\n\n\n\n<p>\u2714 Includes all available fields in the response (no fields[options-contracts] filter).<br>\u2714 Filters AAPL options with expiration dates between March 1, 2024, and September 1, 2024.<br>\u2714 Retrieves both Call and Put options (no filter[type] restriction).<br>\u2714 Sorts results by expiration date in ascending order (sort=exp_date).<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">{\n  \"meta\": {\n    \"offset\": 0,\n    \"limit\": 1000,\n    \"total\": 3050,\n    \"fields\": [...]\n  },\n  \"data\": [\n    {\n      \"id\": \"AAPL240301C00095000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL240301C00095000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-03-01\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 95,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 84.65,\n        \"high\": 84.65,\n        \"low\": 84.65,\n        \"last\": 84.65,\n        \"last_size\": 2,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 84.05,\n        \"bid_date\": \"2024-03-01 14:59:59\",\n        \"bid_size\": 62,\n        \"ask\": 85.25,\n        \"ask_date\": \"2024-03-01 14:59:59\",\n        \"ask_size\": 66,\n        \"moneyness\": null,\n        \"volume\": 4,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 56,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 6.6687,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 85.25,\n        \"delta\": 0.977899,\n        \"gamma\": 0.000846,\n        \"theta\": -0.999999,\n        \"vega\": 0.004917,\n        \"rho\": 0.002442,\n        \"tradetime\": \"2024-03-01\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL240301C00100000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL240301C00100000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-03-01\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 100,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 80.2,\n        \"high\": 80.2,\n        \"low\": 78.54,\n        \"last\": 80,\n        \"last_size\": 7,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 79,\n        \"bid_date\": \"2024-03-01 14:59:59\",\n        \"bid_size\": 67,\n        \"ask\": 80.25,\n        \"ask_date\": \"2024-03-01 14:59:59\",\n        \"ask_size\": 66,\n        \"moneyness\": null,\n        \"volume\": 10,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 9,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 5.6313,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 80,\n        \"delta\": 0.984166,\n        \"gamma\": 0.000754,\n        \"theta\": -0.999999,\n        \"vega\": 0.003702,\n        \"rho\": 0.002614,\n        \"tradetime\": \"2024-03-01\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n    },\n    {\n      \"id\": \"AAPL240301C00105000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL240301C00105000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2024-03-01\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 105,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": null,\n        \"high\": null,\n        \"low\": null,\n        \"last\": null,\n        \"last_size\": null,\n        \"change\": null,\n        \"pctchange\": null,\n        \"previous\": null,\n        \"previous_date\": null,\n        \"bid\": 74,\n        \"bid_date\": \"2024-03-01 14:59:59\",\n        \"bid_size\": 67,\n        \"ask\": 75.25,\n        \"ask_date\": \"2024-03-01 14:59:59\",\n        \"ask_size\": 66,\n        \"moneyness\": null,\n        \"volume\": null,\n        \"volume_change\": null,\n        \"volume_pctchange\": null,\n        \"open_interest\": 2,\n        \"open_interest_change\": null,\n        \"open_interest_pctchange\": null,\n        \"volatility\": 5.7382,\n        \"volatility_change\": null,\n        \"volatility_pctchange\": null,\n        \"theoretical\": 75.25,\n        \"delta\": 0.97445,\n        \"gamma\": 0.00111,\n        \"theta\": -0.999999,\n        \"vega\": 0.005555,\n        \"rho\": 0.002695,\n        \"tradetime\": \"2024-03-01\",\n        \"vol_oi_ratio\": null,\n        \"dte\": null,\n        \"midpoint\": null\n      }\n.....<\/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<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-all-aapl-call-options-with-expiration-in-2025\">Get All AAPL Call Options with Expiration in 2025<\/h3>\n\n\n\n<p>Request example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">https:\/\/eodhd.com\/api\/mp\/unicornbay\/options\/contracts?filter[underlying_symbol]=AAPL&amp;filter[type]=call&amp;filter[exp_date_from]=2025-01-01&amp;filter[exp_date_to]=2025-12-31&amp;sort=exp_date&amp;api_token=demo\n<\/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<p><strong>What This Does:<\/strong><br>\u2714 filter[underlying_symbol]=AAPL: Fetches options for Apple Inc.<br>\u2714 filter[type]=call: Filters to only include Call options (right to buy the stock).<br>\u2714 filter[exp_date_from]=2025-01-01&amp;filter[exp_date_to]=2025-12-31: Limits results to options expiring in 2025.<br>\u2714 sort=exp_date: Sorts options by expiration date in ascending order.<br><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>A portion of a response code as an example:<\/p>\n\n\n\n            <div class=\"code__wrapper\">\n                <div class=\"code__content\">\n                    \n<pre class=\"wp-block-code\"><code lang=\"python\" class=\"language-python\">data\": [\n    {\n      \"id\": \"AAPL250103C00100000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL250103C00100000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2025-01-03\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 100,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 0,\n        \"high\": 0,\n        \"low\": 0,\n        \"last\": 151.25,\n        \"last_size\": 0,\n        \"change\": 0,\n        \"pctchange\": 0,\n        \"previous\": 0,\n        \"previous_date\": null,\n        \"bid\": 143,\n        \"bid_date\": \"2025-01-02 20:59:59\",\n        \"bid_size\": 51,\n        \"ask\": 144.15,\n        \"ask_date\": \"2025-01-02 20:59:59\",\n        \"ask_size\": 16,\n        \"moneyness\": 0.59,\n        \"volume\": 0,\n        \"volume_change\": 0,\n        \"volume_pctchange\": 0,\n        \"open_interest\": 10,\n        \"open_interest_change\": 9,\n        \"open_interest_pctchange\": 900,\n        \"volatility\": 7.6923,\n        \"volatility_change\": 2.3884,\n        \"volatility_pctchange\": 45.03,\n        \"theoretical\": 144.15,\n        \"delta\": 0.992126,\n        \"gamma\": 0.00022,\n        \"theta\": -0.999999,\n        \"vega\": 0.002756,\n        \"rho\": 0.002679,\n        \"tradetime\": \"2024-12-30\",\n        \"vol_oi_ratio\": 0,\n        \"dte\": 1,\n        \"midpoint\": 143.58\n      }\n    },\n    {\n      \"id\": \"AAPL250103C00105000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL250103C00105000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2025-01-03\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 105,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 0,\n        \"high\": 0,\n        \"low\": 0,\n        \"last\": 0,\n        \"last_size\": 0,\n        \"change\": 0,\n        \"pctchange\": 0,\n        \"previous\": 0,\n        \"previous_date\": null,\n        \"bid\": 137.95,\n        \"bid_date\": \"2025-01-02 20:59:59\",\n        \"bid_size\": 16,\n        \"ask\": 139.2,\n        \"ask_date\": \"2025-01-02 20:59:59\",\n        \"ask_size\": 16,\n        \"moneyness\": 0.57,\n        \"volume\": 0,\n        \"volume_change\": 0,\n        \"volume_pctchange\": 0,\n        \"open_interest\": 0,\n        \"open_interest_change\": 0,\n        \"open_interest_pctchange\": 0,\n        \"volatility\": 7.4638,\n        \"volatility_change\": 0,\n        \"volatility_pctchange\": 0,\n        \"theoretical\": 139.2,\n        \"delta\": 0.990657,\n        \"gamma\": 0.000263,\n        \"theta\": -0.999999,\n        \"vega\": 0.003203,\n        \"rho\": 0.002805,\n        \"tradetime\": null,\n        \"vol_oi_ratio\": 0,\n        \"dte\": 1,\n        \"midpoint\": 138.58\n      }\n    },\n    {\n      \"id\": \"AAPL250103C00110000\",\n      \"type\": \"options-contracts\",\n      \"attributes\": {\n        \"contract\": \"AAPL250103C00110000\",\n        \"underlying_symbol\": \"AAPL\",\n        \"exp_date\": \"2025-01-03\",\n        \"expiration_type\": \"weekly\",\n        \"type\": \"call\",\n        \"strike\": 110,\n        \"exchange\": \"NASDAQ\",\n        \"currency\": \"USD\",\n        \"open\": 0,\n        \"high\": 0,\n        \"low\": 0,\n        \"last\": 0,\n        \"last_size\": 0,\n        \"change\": 0,\n        \"pctchange\": 0,\n        \"previous\": 0,\n        \"previous_date\": null,\n        \"bid\": 133,\n        \"bid_date\": \"2025-01-02 20:59:59\",\n        \"bid_size\": 51,\n        \"ask\": 134.15,\n        \"ask_date\": \"2025-01-02 20:59:59\",\n        \"ask_size\": 17,\n        \"moneyness\": 0.55,\n        \"volume\": 0,\n        \"volume_change\": 0,\n        \"volume_pctchange\": 0,\n        \"open_interest\": 0,\n        \"open_interest_change\": 0,\n        \"open_interest_pctchange\": 0,\n        \"volatility\": 6.925,\n        \"volatility_change\": 0,\n        \"volatility_pctchange\": 0,\n        \"theoretical\": 134.15,\n        \"delta\": 0.991274,\n        \"gamma\": 0.000267,\n        \"theta\": -0.999999,\n        \"vega\": 0.003017,\n        \"rho\": 0.002947,\n        \"tradetime\": null,\n        \"vol_oi_ratio\": 0,\n        \"dte\": 1,\n        \"midpoint\": 133.58<\/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        ","protected":false},"excerpt":{"rendered":"<p>Our US Stock Options Data API offers seamless access to end-of-day (EOD) and historical options data (1+ year of history) for thousands of US stock tickers, providing traders and developers with valuable insights. Covering 6,000+ of the most actively traded symbols and capturing over 1.5 million bid\/ask\/trade events daily, the API delivers a comprehensive one-year [&hellip;]<\/p>\n","protected":false},"author":12,"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":""},"categories":[66,93,92],"tags":[94],"coding-language":[],"ready-to-go-solution":[],"qualification":[],"financial-apis-category":[],"financial-apis-manuals":[],"class_list":["post-6172","post","type-post","status-publish","format-standard","hentry","category-financial-faq","category-stock-options","category-tips-insights","tag-options"],"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>US Stock Options API: Usage Examples | EODHD APIs Academy<\/title>\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\/stock-options\/us-stock-options-api-usage-examples\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"US Stock Options API: Usage Examples\" \/>\n<meta property=\"og:description\" content=\"Our US Stock Options Data API offers seamless access to end-of-day (EOD) and historical options data (1+ year of history) for thousands of US stock tickers, providing traders and developers with valuable insights. Covering 6,000+ of the most actively traded symbols and capturing over 1.5 million bid\/ask\/trade events daily, the API delivers a comprehensive one-year [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\" \/>\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=\"2025-01-29T11:48:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T08:25:06+00:00\" \/>\n<meta name=\"author\" content=\"Andrei Paulavets\" \/>\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=\"Andrei Paulavets\" \/>\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\/stock-options\/us-stock-options-api-usage-examples#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\"},\"author\":{\"name\":\"Andrei Paulavets\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/beb3cf1cd77acbb7720cda8c63e5565e\"},\"headline\":\"US Stock Options API: Usage Examples\",\"datePublished\":\"2025-01-29T11:48:39+00:00\",\"dateModified\":\"2025-04-08T08:25:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\"},\"wordCount\":718,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#organization\"},\"keywords\":[\"options\"],\"articleSection\":[\"Financial FAQ\",\"Stock Options\",\"Tips &amp; Insights\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\",\"url\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\",\"name\":\"US Stock Options API: Usage Examples | EODHD APIs Academy\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#website\"},\"datePublished\":\"2025-01-29T11:48:39+00:00\",\"dateModified\":\"2025-04-08T08:25:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-academy\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"US Stock Options API: Usage Examples\"}]},{\"@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\/beb3cf1cd77acbb7720cda8c63e5565e\",\"name\":\"Andrei Paulavets\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7ac21633a5988e5054e9edbe412f1f07957970ee6e9f6dbada15224224cdd2c9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7ac21633a5988e5054e9edbe412f1f07957970ee6e9f6dbada15224224cdd2c9?s=96&d=mm&r=g\",\"caption\":\"Andrei Paulavets\"},\"description\":\"Investment professional with a strong engineering background, leveraging diverse background and risk managment experience to enhance investor financial analysis and data-driven decision-making in financial markets.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/andreipaulavets\"],\"url\":\"https:\/\/eodhd.com\/financial-academy\/author\/andrew-eodhd\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"US Stock Options API: Usage Examples | EODHD APIs Academy","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\/stock-options\/us-stock-options-api-usage-examples","og_locale":"en_US","og_type":"article","og_title":"US Stock Options API: Usage Examples","og_description":"Our US Stock Options Data API offers seamless access to end-of-day (EOD) and historical options data (1+ year of history) for thousands of US stock tickers, providing traders and developers with valuable insights. Covering 6,000+ of the most actively traded symbols and capturing over 1.5 million bid\/ask\/trade events daily, the API delivers a comprehensive one-year [&hellip;]","og_url":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples","og_site_name":"Financial Academy","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2025-01-29T11:48:39+00:00","article_modified_time":"2025-04-08T08:25:06+00:00","author":"Andrei Paulavets","twitter_card":"summary_large_image","twitter_creator":"@EOD_data","twitter_site":"@EOD_data","twitter_misc":{"Written by":"Andrei Paulavets","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples"},"author":{"name":"Andrei Paulavets","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/beb3cf1cd77acbb7720cda8c63e5565e"},"headline":"US Stock Options API: Usage Examples","datePublished":"2025-01-29T11:48:39+00:00","dateModified":"2025-04-08T08:25:06+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples"},"wordCount":718,"publisher":{"@id":"https:\/\/eodhd.com\/financial-academy\/#organization"},"keywords":["options"],"articleSection":["Financial FAQ","Stock Options","Tips &amp; Insights"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples","url":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples","name":"US Stock Options API: Usage Examples | EODHD APIs Academy","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-academy\/#website"},"datePublished":"2025-01-29T11:48:39+00:00","dateModified":"2025-04-08T08:25:06+00:00","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-academy\/stock-options\/us-stock-options-api-usage-examples#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-academy\/"},{"@type":"ListItem","position":2,"name":"US Stock Options API: Usage Examples"}]},{"@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\/beb3cf1cd77acbb7720cda8c63e5565e","name":"Andrei Paulavets","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-academy\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7ac21633a5988e5054e9edbe412f1f07957970ee6e9f6dbada15224224cdd2c9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7ac21633a5988e5054e9edbe412f1f07957970ee6e9f6dbada15224224cdd2c9?s=96&d=mm&r=g","caption":"Andrei Paulavets"},"description":"Investment professional with a strong engineering background, leveraging diverse background and risk managment experience to enhance investor financial analysis and data-driven decision-making in financial markets.","sameAs":["https:\/\/www.linkedin.com\/in\/andreipaulavets"],"url":"https:\/\/eodhd.com\/financial-academy\/author\/andrew-eodhd"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pdOdVT-1By","jetpack_sharing_enabled":true,"acf":[],"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/6172","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\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/comments?post=6172"}],"version-history":[{"count":24,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/6172\/revisions"}],"predecessor-version":[{"id":6367,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/posts\/6172\/revisions\/6367"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/media?parent=6172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/categories?post=6172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/tags?post=6172"},{"taxonomy":"coding-language","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/coding-language?post=6172"},{"taxonomy":"ready-to-go-solution","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/ready-to-go-solution?post=6172"},{"taxonomy":"qualification","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/qualification?post=6172"},{"taxonomy":"financial-apis-category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-category?post=6172"},{"taxonomy":"financial-apis-manuals","embeddable":true,"href":"https:\/\/eodhd.com\/financial-academy\/wp-json\/wp\/v2\/financial-apis-manuals?post=6172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}