{ "info": { "_postman_id": "068d4d03-0f29-4d52-b1f5-ad188cb2c60c", "name": "Theta Data v3 At-Time Index API", "description": "Real-time and historic stock, options, and index data!", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-068d4d03-0f29-4d52-b1f5-ad188cb2c60c" }, "item": [ { "name": "index", "item": [ { "name": "list", "item": [ { "name": "symbols", "item": [ { "name": "Symbols", "id": "ce93bc6d-ee92-43af-922d-ff8e90ebde0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "{{baseUrl}}/index/list/symbols?format=csv", "host": [ "{{baseUrl}}" ], "path": [ "index", "list", "symbols" ], "query": [ { "description": "The format of the data when returned to the user.", "key": "format", "value": "csv" } ] }, "description": "A symbol can be defined as a unique identifier for a stock / underlying asset. Common terms also include: root, ticker, and underlying. This endpoint returns all traded symbols for options. This endpoint is updated overnight.\n" }, "response": [ { "id": "88115dba-637a-4743-9f68-de8eefda6fb2", "name": "List all symbols for indices", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "{{baseUrl}}/index/list/symbols?format=csv", "host": [ "{{baseUrl}}" ], "path": [ "index", "list", "symbols" ], "query": [ { "description": "The format of the data when returned to the user.", "key": "format", "value": "csv" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"symbol\": \"\"\n },\n {\n \"symbol\": \"\"\n }\n]", "createdAt": "2026-07-28T03:11:32.000Z", "updatedAt": "2026-07-28T03:11:32.000Z", "uid": "35240-88115dba-637a-4743-9f68-de8eefda6fb2" } ], "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "uid": "35240-ce93bc6d-ee92-43af-922d-ff8e90ebde0f" } ], "id": "1f579337-22ae-4f9e-94e1-1c3ca14cc47f", "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "uid": "35240-1f579337-22ae-4f9e-94e1-1c3ca14cc47f" }, { "name": "dates", "item": [ { "name": "Dates", "id": "ca58beda-9118-4216-a561-6e069068fa57", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "{{baseUrl}}/index/list/dates?symbol=&symbol=&format=csv", "host": [ "{{baseUrl}}" ], "path": [ "index", "list", "dates" ], "query": [ { "description": "(Required) The stock or index symbol, or underlying symbol for options. Specify '*' for all symbols or a comma separated list when appropriate.", "key": "symbol", "value": "" }, { "description": "(Required) The stock or index symbol, or underlying symbol for options. Specify '*' for all symbols or a comma separated list when appropriate.", "key": "symbol", "value": "" }, { "description": "The format of the data when returned to the user.", "key": "format", "value": "csv" } ] }, "description": "Lists all dates of data that are available for a index with a given request type and symbol. This endpoint is updated overnight.\n" }, "response": [ { "id": "0ddf36b2-b8b9-471f-a46c-7e904d1e0cac", "name": "List all dates for a index for a given symbol", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "{{baseUrl}}/index/list/dates?symbol=&format=csv", "host": [ "{{baseUrl}}" ], "path": [ "index", "list", "dates" ], "query": [ { "description": "(Required) The stock or index symbol, or underlying symbol for options. Specify '*' for all symbols or a comma separated list when appropriate.", "key": "symbol", "value": "" }, { "description": "The format of the data when returned to the user.", "key": "format", "value": "csv" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"date\": \"\"\n },\n {\n \"date\": \"\"\n }\n]", "createdAt": "2026-07-28T03:11:32.000Z", "updatedAt": "2026-07-28T03:11:32.000Z", "uid": "35240-0ddf36b2-b8b9-471f-a46c-7e904d1e0cac" } ], "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "uid": "35240-ca58beda-9118-4216-a561-6e069068fa57" } ], "id": "63e76422-3f43-4257-aacb-8955236c4c45", "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "uid": "35240-63e76422-3f43-4257-aacb-8955236c4c45" } ], "id": "3d06e0e3-c26b-4c2f-9783-ab9eb6be8024", "createdAt": "2026-07-28T03:11:31.000Z", "updatedAt": "2026-07-28T03:11:31.000Z", "uid": "35240-3d06e0e3-c26b-4c2f-9783-ab9eb6be8024" }, { "name": "snapshot", "item": [ { "name": "ohlc", "item": [ { "name": "Open High Low Close", "id": "04ea8325-6476-4fc2-b718-21bee2b9b483", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/csv" } ], "url": { "raw": "{{baseUrl}}/index/snapshot/ohlc?symbol=&symbol=&min_time=