{"info":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","description":"<html><head></head><body><p>The Sacra API currently supports querying News, Documents, Companies and Categories that enable you to use Sacra research within your own application.</p>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<p>To start using the APIs, you need to:</p>\n<ul>\n<li><p>Only available to <strong>Platforms</strong> and <strong>Funds</strong> tier members. (See <a href=\"https://sacra.com/pricing/\">here</a>)</p>\n</li>\n<li><p>You must use a valid API Key to send requests to the API endpoints. You can generate your API key in the Api Keys section of your <a href=\"https://sacra.com/orgs/settings/general/\">Organization Settings</a>.</p>\n</li>\n<li><p>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The Sacra API uses Tokens for authentication.</p>\n<p>You can generate a Sacra API Key/Token in the Api Keys section of your <a href=\"https://sacra.com/orgs/settings/general/\">Organization Settings</a>.</p>\n<p>You must include an API Key/Token in each request to the Sacra API with the <strong>Authorization</strong> request header.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If a Token is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>In case you have questions, we will eventually provide tutorials and a FAQ page. But for now you can check out the <a href=\"https://discord.gg/mTswyV8gg3\">#developers</a> channel in our community <a href=\"https://discord.gg/mTswyV8gg3\">Discord</a>, there’s a good chance our community has an answer for you.</p>\n<h2 id=\"authorization\">Authorization</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Token {{API_KEY}}</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29335911","collectionId":"ad696202-50d7-4ef7-a162-29559f362209","publishedId":"2s9Y5WyPi8","public":true,"customColor":{"top-bar":"FAFAFF","right-sidebar":"303030","highlight":"ffb61a"},"publishDate":"2023-08-25T11:21:26.000Z"},"item":[{"name":"Companies","item":[{"name":"Get all companies","id":"687b9423-217c-4903-9e8b-0772c5532647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/companies/","description":"<p>Retrieves a list of all companies in the Sacra database.</p>\n","urlObject":{"protocol":"https","path":["api","v1","companies",""],"host":["sacra","com"],"query":[],"variable":[]}},"response":[{"id":"6408a53f-6a5c-4cee-90ef-d8ccb07ab27b","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/companies/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 16:40:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"20631"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"companies\": [\n        {\n            \"id\": 596,\n            \"name\": \"Rally\",\n            \"domain\": \"rallyon.com\"\n        },\n        {\n            \"id\": 416,\n            \"name\": \"Contentful\",\n            \"domain\": \"contentful.com\"\n        }\n        // ...\n    ]\n}"}],"_postman_id":"687b9423-217c-4903-9e8b-0772c5532647"},{"name":"Get a company","id":"979f1b62-5a3c-4cc5-b417-b2c828f61c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/companies/?company_domain={{COMPANY_DOMAIN}}","description":"<p>Retrieves a specific company and it's datasets if they exist (i.e. Revenue and Revenue Growth) from the Sacra database. This is currently the main method of accessing our Revenue API. We will release a Dataset endpoint as soon as possible.</p>\n<p>Each <strong>dataset</strong> contains metadata such as the <strong>data_type</strong>, <strong>frequency</strong> and <strong>metric</strong>. Most important is the <strong>dataset.data</strong> property which is where you will find the actual time series values represented as an array of XY coordinates along with a <code>type</code> label which denotes the value as being either a \"projection\" or \"historical\" point.</p>\n<p>Companies tend to have two datasets, one for revenue and the other for revenue growth rate. Revenue data could also be labeled as ‘Revenue’ (trailing 12 months) or “Recurring Revenue” (forward revenue). This is all contained in <strong>data_type</strong>.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","companies",""],"host":["sacra","com"],"query":[{"description":{"content":"<p>Required if id not given. String. Domain Name only accepted (i.e. \"sacra.com\")</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Required if company_domain not given. Int.</p>\n","type":"text/plain"},"key":"id","value":"{{ID}}"}],"variable":[]}},"response":[{"id":"95b0a8a9-bbbe-43a9-8040-75496f82d57e","name":"Successful Response With Datasets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/companies/?company_domain=kraken.com","protocol":"https","host":["sacra","com"],"path":["api","v1","companies",""],"query":[{"key":"company_domain","value":"kraken.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 239,\n        \"slug\": \"kraken\",\n        \"name\": \"Kraken\",\n        \"domain\": \"kraken.com\",\n        \"is_active\": true,\n        \"type\": \"private\",\n        \"logo\": {\n            \"url\": \"https://images.prismic.io/sacra/c2994815-5452-4ae9-a423-6bdfacee2a9b_mk0qvsZ9.jpeg?auto=format,compress\",\n            \"dimensions\": {\n                \"width\": 400,\n                \"height\": 400\n            }\n        },\n        \"social\": [\n            {\n                \"url\": \"https://twitter.com/krakenfx\",\n                \"type\": \"twitter\"\n            },\n            {\n                \"url\": \"https://www.linkedin.com/company/krakenfx/about/\",\n                \"type\": \"linkedin\"\n            },\n            {\n                \"url\": \"https://www.facebook.com/krakenfx/\",\n                \"type\": \"facebook\"\n            }\n        ],\n        \"founding_year\": 2011,\n        \"legal_entities\": [\n            {\n                \"name\": \"Payward, Inc.\",\n                \"country\": \"United States\"\n            }\n        ],\n        \"headquarters\": {\n            \"city\": \"San Francisco\",\n            \"country\": \"United States\"\n        },\n        \"key_people\": {\n            \"founders\": [\n                {\n                    \"id\": \"869b4ca8-da2c-4bad-8f6f-9fe89e550755\",\n                    \"name\": \"Jesse Powell\"\n                },\n                {\n                    \"id\": \"34c9630e-accf-421d-820e-fa165be2d3d0\",\n                    \"name\": \"Thanh Luu\"\n                },\n                {\n                    \"id\": \"d7e5fb50-933c-4175-8767-70d23f5e565e\",\n                    \"name\": \"Michael Gronager\"\n                }\n            ],\n            \"ceo\": [\n                {\n                    \"id\": \"869b4ca8-da2c-4bad-8f6f-9fe89e550755\",\n                    \"name\": \"Jesse Powell\"\n                }\n            ]\n        },\n        \"description\": \"Crypto exchange for professional traders with deep liquidity and strong security infrastructure\",\n        \"categories\": [\n            {\n                \"id\": 45,\n                \"name\": \"crypto exchange\",\n                \"slug\": \"crypto-exchange\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"crypto\",\n                \"slug\": \"crypto\"\n            },\n            {\n                \"id\": 73,\n                \"name\": \"web3\",\n                \"slug\": \"web3\"\n            }\n        ],\n        \"documents\": [\n            {\n                \"id\": 614,\n                \"slug\": \"david-ripley-kraken-crypto-exchanges\",\n                \"title\": \"David Ripley, COO of Kraken, on the future of cryptocurrency exchanges\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/david-ripley-kraken-crypto-exchanges.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2022-06-13\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"David Ripley, COO of Kraken, on the future of cryptocurrency exchanges\",\n                    \"image\": \"https://images.prismic.io/sacra/11a55ca0-161a-4019-aba4-d1cfdc5c24fd_David+Ripley.png?auto=compress,format\",\n                    \"description\": \"Sacra interview with David Ripley, COO of Kraken.\"\n                }\n            },\n            {\n                \"id\": 618,\n                \"slug\": \"kraken\",\n                \"title\": \"Kraken One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/kraken.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2026-02-01\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Kraken\",\n                    \"image\": \"https://images.prismic.io/sacra/c2994815-5452-4ae9-a423-6bdfacee2a9b_mk0qvsZ9.jpeg?auto=format,compress\",\n                    \"description\": \"Crypto exchange for professional traders with deep liquidity and strong security infrastructure\"\n                }\n            },\n            {\n                \"id\": 713,\n                \"slug\": \"kraken-revenue-trading-volume-aug22\",\n                \"title\": \"Kraken Revenue, Growth, and Trading Volume\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/kraken-revenue-trading-volume-aug22.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2022-08-26\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Kraken Revenue, Growth, and Trading Volume\",\n                    \"image\": \"https://prismic-io.s3.amazonaws.com/sacra/7f30c26e-31dd-4ca2-80cb-e8eaff756c6f_CleanShot+2022-08-26+at+22.52.29%402x.png\",\n                    \"description\": \"Sacra model for Kraken's revenue, growth rate, and trading volume.\"\n                }\n            },\n            {\n                \"id\": 1780,\n                \"slug\": \"kraken-at-1-2b\",\n                \"title\": \"Kraken at $1.2B\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/kraken-at-1-2b.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-09-06\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Kraken at $1.2B\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NP8J7c43Q3f3X4_chart_1739804656104.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra projects that Kraken is on track to hit revenue of $1.2B for 2024, up 42%. As the clear #2 trusted crypto exchange behind Coinbase, Kraken is indexed on the upside of Bitcoin's transaction volume re-accelerating. For more, check out our full report and dataset on Kraken...\"\n                }\n            },\n            {\n                \"id\": 1817,\n                \"slug\": \"arjun-sethi-kraken-nasdaq-of-crypto\",\n                \"title\": \"Arjun Sethi, co-CEO of Kraken, on building the Nasdaq of crypto\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/arjun-sethi-kraken-nasdaq-of-crypto.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2025-02-23\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Arjun Sethi, co-CEO of Kraken, on building the Nasdaq of crypto\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7vRRJ7c43Q3gG8U_Group132-1-.png?auto=format,compress\",\n                    \"description\": \"What do you and David Ripley bring to the table as co-CEOs, and how does that dynamic work? But perhaps more importantly, why now for Kraken? What is it about Kraken's current inflection point that made it beneficial to have two experienced operators like you and David at the helm...\"\n                }\n            },\n            {\n                \"id\": 1833,\n                \"slug\": \"kraken-at-1-5b-up-128-yoy\",\n                \"title\": \"Kraken at $1.5B up 128% YoY\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/kraken-at-1-5b-up-128-yoy.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-03-06\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Kraken at $1.5B up 128% YoY\",\n                    \"image\": \"https://images.prismic.io/sacra/Z8pQRRsAHJWomNZg_chart_1741312069441.png?auto=format,compress\",\n                    \"description\": \"TL;DR: After the crypto decline in 2022-2023, Kraken posted a Sacra-estimated $1.5B in revenue for 2024 (up 128% YoY) as trading volumes rapidly re-accelerated. With a core customer base of professional traders and institutions, Kraken is now building, and partnering with developers to build, apps and services on top of their exchange. For more, check out our full Kraken report and dataset, as well as our interviews with Arjun Sethi [2025] and David Ripley [2022], co-CEOs of Kraken...\"\n                }\n            },\n            {\n                \"id\": 2554,\n                \"slug\": \"robinhood-for-professional-traders\",\n                \"title\": \"$2.5B/year Robinhood for professional traders\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/robinhood-for-professional-traders.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-10-29\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"$2.5B/year Robinhood for professional traders\",\n                    \"image\": \"https://images.prismic.io/sacra/aQKi4LpReVYa30Xd_asset_1761780448148.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Kraken is evolving beyond pure crypto exchange into a tradfi & crypto hybrid family of products, launching derivatives, acquiring futures platform NinjaTrader for $1.5B, and launching tokenized stocks tradable 24/5 on-chain. Sacra estimates Kraken has generated $1.55B in revenue so far in 2025, with $648M in Q3’25 alone (up 114% YoY). For more, check out our full report and dataset...\"\n                }\n            },\n            {\n                \"id\": 2737,\n                \"slug\": \"robinhood-vs-kraken-vs-coinbase\",\n                \"title\": \"Robinhood vs Kraken vs Coinbase\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/robinhood-vs-kraken-vs-coinbase.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2026-01-16\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Robinhood vs Kraken vs Coinbase\",\n                    \"image\": \"https://images.prismic.io/sacra/aWpOxAIvOtkhBpw2_krakenComps2025Updated.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: As crypto exchanges and traditional brokerages converge, Robinhood, Coinbase, and Kraken are racing to become tradfi-crypto hybrid super apps. For more, check out our full report on Kraken (dataset)...\"\n                }\n            },\n            {\n                \"id\": 1355,\n                \"slug\": \"stablecoin-diplomacy\",\n                \"title\": \"Stablecoin diplomacy\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/stablecoin-diplomacy.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-05-25\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Stablecoin diplomacy\",\n                    \"image\": \"https://images.prismic.io/sacra/ZlIgoyol0Zci9cpP_stablecoindiplomacy.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: As B2B neobanks in the U.S. raced to offer FDIC insurance and treasury products in the wake of SVB's collapse, a parallel trend has played out in LatAm, where stablecoins like USDC are growing rapidly as a way for businesses to de-risk against currency volatility. For more, check out our interview with Kapital co-founder and CFO Fernando Sandoval...\"\n                }\n            },\n            {\n                \"id\": 578,\n                \"slug\": \"erick-calderon-art-blocks-nft-marketplaces\",\n                \"title\": \"Erick Calderon, CEO of Art Blocks, on the evolution of NFT marketplaces\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/erick-calderon-art-blocks-nft-marketplaces.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2022-03-17\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Erick Calderon, CEO of Art Blocks, on the evolution of NFT marketplaces\",\n                    \"image\": \"https://images.prismic.io/sacra/25730c40-71d0-4ea1-95d7-28ffb852bb4a_Erick+Calderon.png?auto=compress,format\",\n                    \"description\": \"Sacra interview with Erick Calderon, CEO of Art Blocks.\"\n                }\n            },\n            {\n                \"id\": 1334,\n                \"slug\": \"farooq-malik-charles-naut-rain-stablecoin-credit-cards\",\n                \"title\": \"Farooq Malik and Charles Naut, co-founders of Rain, on stablecoin-backed credit cards\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/farooq-malik-charles-naut-rain-stablecoin-credit-cards.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2024-05-04\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Farooq Malik and Charles Naut, co-founders of Rain, on stablecoin-backed credit cards\",\n                    \"image\": \"https://images.prismic.io/sacra/ZjarJ0MTzAJOCiOR_FarooqMalikandCharlesNaut.jpg?auto=format,compress\",\n                    \"description\": \"What is Rain in short and what inspired you guys to build it...\"\n                }\n            },\n            {\n                \"id\": 1336,\n                \"slug\": \"stablecoins-pass-visa\",\n                \"title\": \"Stablecoins > Visa\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/stablecoins-pass-visa.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-05-04\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Stablecoins > Visa\",\n                    \"image\": \"https://images.prismic.io/sacra/Zja8vUMTzAJOCiPL_visatpv.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: Stablecoins are on track to eclipse Visa (NYSE: V) on total payments volume (TPV) in Q2’2024, propelled by their extreme product-market fit for cross-border money movement. For more from two startups hybridizing tradFi with stablecoins & crypto rails, check out our interviews with co-founder and CEO of Layer2 Financial Bhanu Kohli and Rain Cards co-founders Farooq Malik and Charles Naut...\"\n                }\n            },\n            {\n                \"id\": 1778,\n                \"slug\": \"chainalysis-at-190m-arr\",\n                \"title\": \"Chainalysis at $190M ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/chainalysis-at-190m-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-08-30\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Chainalysis at $190M ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NNoJ7c43Q3f3WF_1725058938129_chainalysis%2520revenue%2520fixed%2520-1-_01J6JRCXAJCFRW2Z2XH2DVYAJS.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Chainalysis hit $190M of annual recurring revenue (ARR) in 2023, up 36%, as they benefited from counter-cyclical demand from regulators and law enforcement agencies investigating crypto crimes like the $8B collapse of FTX. For more, check out our full Chainalysis report and dataset...\"\n                }\n            },\n            {\n                \"id\": 1759,\n                \"slug\": \"thore-network\",\n                \"title\": \"Thore Network One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/thore-network.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-02-12\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Thore Network\",\n                    \"image\": \"https://images.prismic.io/sacra/Z6y9i5bqstJ9-iIu_thorecoin_logo.png?auto=format,compress\",\n                    \"description\": \"Cryptocurrency suite offering staking, non-custodial exchange, and AI-powered trading tools\"\n                }\n            },\n            {\n                \"id\": 2304,\n                \"slug\": \"binance-holdings-ltd\",\n                \"title\": \"Binance One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/binance-holdings-ltd.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-10-24\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Binance\",\n                    \"image\": \"https://images.prismic.io/sacra/aDnW8idWJ-7kSvvL_logo_www.binance.com_1748621042508.png?auto=format,compress\",\n                    \"description\": \"Cryptocurrency exchange platform for users to trade digital assets, access financial services, and engage with blockchain technology\"\n                }\n            },\n            {\n                \"id\": 1869,\n                \"slug\": \"etoro-at-931m-revenue\",\n                \"title\": \"eToro vs Robinhood\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/etoro-at-931m-revenue.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-03-31\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"eToro vs Robinhood\",\n                    \"image\": \"https://images.prismic.io/sacra/Z_K3C3dAxsiBwXUW_chart_1743959819748.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Founded in Tel Aviv in 2007, eToro pioneered the social investing model with a Twitter-like feed for investing ideas and the ability to copy others traders’ trades. As the company aims for a Q2 IPO, eToro reached $931M revenue in 2024, up 46% YoY, after a flat year in 2023. For more, check out our full report and dataset on eToro...\"\n                }\n            },\n            {\n                \"id\": 1876,\n                \"slug\": \"fernando-sandoval-kapital-tropicalizing-brex-for-latam\",\n                \"title\": \"Fernando Sandoval, co-founder of Kapital, on tropicalizing Brex for LatAm\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fernando-sandoval-kapital-tropicalizing-brex-for-latam.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2025-04-01\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fernando Sandoval, co-founder of Kapital, on tropicalizing Brex for LatAm\",\n                    \"image\": \"https://images.prismic.io/sacra/Z-xaxndAxsiBwMxg_Group175-1-.png?auto=format,compress\",\n                    \"description\": \"I'd like to begin by framing everything - what were the things that really gave you momentum last year? And which areas of the business did you really see advances in 2024...\"\n                }\n            },\n            {\n                \"id\": 2339,\n                \"slug\": \"fireblocks\",\n                \"title\": \"Fireblocks One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fireblocks.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-09-11\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fireblocks\",\n                    \"image\": \"https://images.prismic.io/sacra/NzNmMGVmN2UtMjEwOS00ZjJlLWExOWYtMmZlMjEzNmMwMzEw_id954h4o4-.jpeg?auto=format,compress\",\n                    \"description\": \"Software for businesses to securely store, transfer, and manage digital assets\"\n                }\n            },\n            {\n                \"id\": 1891,\n                \"slug\": \"duncan-cock-foster-nifty-gateway-nfts-luxury-goods\",\n                \"title\": \"Duncan Cock Foster, co-founder of Nifty Gateway, on NFTs as luxury goods\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/duncan-cock-foster-nifty-gateway-nfts-luxury-goods.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2025-04-13\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Duncan Cock Foster, co-founder of Nifty Gateway, on NFTs as luxury goods\",\n                    \"image\": \"https://images.prismic.io/sacra/Z_vPuOvxEdbNO-kR_Group184.png?auto=format,compress\",\n                    \"description\": \"As someone who's been in the space, directly involved in Nifty Gateway until 2023, how do you see the conversation around NFTs has evolved...\"\n                }\n            },\n            {\n                \"id\": 2272,\n                \"slug\": \"gemini\",\n                \"title\": \"Gemini One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/gemini.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-11-12\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Gemini\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7-NK57c43Q3gR_o_gemini_logo.jpeg?auto=format,compress\",\n                    \"description\": \"Cryptocurrency exchange and custodian for individual investors and institutional clients\"\n                }\n            },\n            {\n                \"id\": 2355,\n                \"slug\": \"hyperliquid\",\n                \"title\": \"Hyperliquid One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/hyperliquid.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-12-07\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Hyperliquid\",\n                    \"image\": \"https://images.prismic.io/sacra/aMfuWGGNHVfTPO-6_hyperliquid.png?auto=format,compress\",\n                    \"description\": \"Decentralized exchange for perpetual futures trading with low fees and high performance\"\n                }\n            },\n            {\n                \"id\": 2274,\n                \"slug\": \"gemini-at-69m-year\",\n                \"title\": \"Gemini at $69M/year\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/gemini-at-69m-year.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-08-24\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Gemini at $69M/year\",\n                    \"image\": \"https://images.prismic.io/sacra/aKumlGGNHVfTOPWr_chart_1756079764041.png?auto=format%2Ccompress&rect=0%2C0%2C1138%2C921&w=1138&h=921\",\n                    \"description\": \"TL;DR: Founded in 2014 after Mt. Gox’s collapse, Gemini pitched itself as the first regulated crypto exchange for institutions, with SOC audits, cold storage, and qualified custodian status. Gemini generated $68.6M in revenue in H1 2025, down 8% YoY as institutional volume surged 60% to $21.5B (87% of total) and compressed its blended take rate to 0.18%. For more, check out our full report and dataset on Gemini...\"\n                }\n            },\n            {\n                \"id\": 2275,\n                \"slug\": \"gemini-revenue-growth-valuation\",\n                \"title\": \"Gemini revenue, growth, and valuation\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/gemini-revenue-growth-valuation.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-08-24\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Gemini revenue, growth, and valuation\",\n                    \"image\": \"https://prismic-io.s3.amazonaws.com/sacra/2275fae9-f13e-4a63-93a7-649ac7732578_jan-2023-10-10+9.jpg\",\n                    \"description\": \"Sacra model for Gemini's revenue, growth, and valuation\"\n                }\n            },\n            {\n                \"id\": 2221,\n                \"slug\": \"midas\",\n                \"title\": \"Midas One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/midas.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-08-23\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Midas\",\n                    \"image\": \"https://images.prismic.io/sacra/aJOpC6Tt2nPbZ71A_logo_www.getmidas.com_1754507531715.jpeg?auto=format,compress\",\n                    \"description\": \"Investment platform enabling users to trade Turkish and U.S. stocks, mutual funds, and cryptocurrencies\"\n                }\n            },\n            {\n                \"id\": 2223,\n                \"slug\": \"alpaca-60m-year-growing-150-yoy\",\n                \"title\": \"Alpaca at $60M/year growing 150% YoY\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/alpaca-60m-year-growing-150-yoy.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-08-06\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Alpaca at $60M/year growing 150% YoY\",\n                    \"image\": \"https://images.prismic.io/sacra/aJP6CaTt2nPbZ8LG_CleanShot2025-08-06at20.57.35.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Alpaca is building the global equivalent of Apex Fintech Solutions—providing embedded brokerage APIs for fintechs outside the US to offer U.S. equities, options, and margin trading. Sacra estimates Alpaca hit $60M in annualized revenue in 2024, up 150% YoY as trading volume tripled to ~$180B. For more, check out our full report and dataset...\"\n                }\n            },\n            {\n                \"id\": 1860,\n                \"slug\": \"etoro\",\n                \"title\": \"eToro One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/etoro.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2026-01-11\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"eToro\",\n                    \"image\": \"https://images.prismic.io/sacra/YTc1OTNlZWQtNWY3Zi00NGE3LWE2OTItMTY1NTZkZDdjNDNh_idcrqea60j.jpeg?auto=format,compress\",\n                    \"description\": \"Brokerage app with social feed and copy trading across stocks, crypto, and forex\"\n                }\n            },\n            {\n                \"id\": 2545,\n                \"slug\": \"tzero\",\n                \"title\": \"tZERO One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/tzero.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-10-28\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"tZERO\",\n                    \"image\": \"https://images.prismic.io/sacra/aQCow7pReVYa3vpz_t0Logo.webp?auto=format,compress\",\n                    \"description\": \"Financial technology company providing blockchain-based solutions for capital markets, including tokenized securities and digital asset trading\"\n                }\n            }\n        ],\n        \"company_datasets\": [\n            {\n                \"id\": \"af70f22d-cbe2-47f8-906d-27e6203a2657\",\n                \"name\": \"Kraken: Issue Price ($)\",\n                \"x_label\": \"Issue Date\",\n                \"y_label\": \"Issue Price ($)\",\n                \"data\": [\n                    {\n                        \"x\": \"2013-01-31T00:00:00.000Z\",\n                        \"y\": 0.03,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2016-04-30T00:00:00.000Z\",\n                        \"y\": 0.173077,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2019-07-01T00:00:00.000Z\",\n                        \"y\": 1.5872,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-11-21T00:00:00.000Z\",\n                        \"y\": 48.73,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-11-21T00:00:00.000Z\",\n                        \"y\": 61.47,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Filing\",\n                \"source_url\": \"https://sacra.com/c/kraken/\",\n                \"status\": \"Active\",\n                \"data_type\": \"Issue Price\",\n                \"frequency\": \"Month\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2013-01-31T00:00:00Z\",\n                \"end_date\": \"2025-11-21T00:00:00Z\",\n                \"created_at\": \"2024-12-04T05:39:10.804058Z\",\n                \"updated_at\": \"2026-01-04T09:02:11.741959Z\",\n                \"company\": 239\n            },\n            {\n                \"id\": \"6096db4d-fc44-4579-b948-867ecc2f5528\",\n                \"name\": \"Kraken: Valuation ($)\",\n                \"x_label\": \"Event Date\",\n                \"y_label\": \"Valuation ($)\",\n                \"data\": [\n                    {\n                        \"x\": \"2019-06-25T00:00:00.000Z\",\n                        \"y\": 4000000000.0,\n                        \"meta\": {\n                            \"name\": \"Growth 2019\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_ded4bbd8-86e5-4748-afa7-5cde4961a91a\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"growth\"\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-07-29T00:00:00.000Z\",\n                        \"y\": 15000000000.0,\n                        \"meta\": {\n                            \"name\": \"Series C 2025\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_982c6a4f-6d6b-4a1e-97c8-53351cf67ccb\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"series_c\"\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-09-25T00:00:00.000Z\",\n                        \"y\": 15000000000.0,\n                        \"meta\": {\n                            \"name\": \"Growth (2025)\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_ee4db5b1-5028-4982-b181-892deef5c114\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"growth\"\n                        },\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"AI Search\",\n                \"source_url\": \"https://sacra.com/c/kraken/\",\n                \"status\": \"Active\",\n                \"data_type\": \"Valuation\",\n                \"frequency\": \"Year\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2019-06-25T00:00:00Z\",\n                \"end_date\": \"2025-09-25T00:00:00Z\",\n                \"created_at\": \"2025-11-19T15:05:30.686329Z\",\n                \"updated_at\": \"2026-02-09T20:03:19.434817Z\",\n                \"company\": 239\n            },\n            {\n                \"id\": \"7ac18686-c7d7-4da3-aff3-cf7659a9b2ed\",\n                \"name\": \"Kraken: Revenue Growth (%)\",\n                \"x_label\": \"Time\",\n                \"y_label\": \"Revenue Growth Rate\",\n                \"data\": [\n                    {\n                        \"x\": \"2023-12-31T00:00:00.000Z\",\n                        \"y\": -0.2795962199312715,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2024-12-31T00:00:00.000Z\",\n                        \"y\": 1.2799999999999998,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Google Sheets\",\n                \"source_url\": \"https://docs.google.com/spreadsheets/d/1RrN9-Pxohcz4yD4Ip6nnQPMkEhWmG3_r7EumG-nY4jk/edit#gid=206801054\",\n                \"status\": \"Active\",\n                \"data_type\": \"Revenue Growth Rate\",\n                \"frequency\": \"Year\",\n                \"metric\": \"Percent\",\n                \"start_date\": \"2022-12-31T00:00:00Z\",\n                \"end_date\": \"2025-09-30T00:00:00Z\",\n                \"created_at\": \"2023-09-06T15:48:50.719804Z\",\n                \"updated_at\": \"2026-02-09T07:14:14.579855Z\",\n                \"company\": 239\n            },\n            {\n                \"id\": \"d0bf2e5d-4f1a-48b2-916e-95fc549b59b4\",\n                \"name\": \"Kraken: Amount Raised ($)\",\n                \"x_label\": \"Event Date\",\n                \"y_label\": \"Amount Raised ($)\",\n                \"data\": [\n                    {\n                        \"x\": \"2014-12-31T00:00:00.000Z\",\n                        \"y\": 5000000.0,\n                        \"meta\": {\n                            \"year\": 2014,\n                            \"aggregation\": \"annual_sum\",\n                            \"event_count\": 1\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2019-12-31T00:00:00.000Z\",\n                        \"y\": 13500000.0,\n                        \"meta\": {\n                            \"year\": 2019,\n                            \"aggregation\": \"annual_sum\",\n                            \"event_count\": 1\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-12-31T00:00:00.000Z\",\n                        \"y\": 1000000000.0,\n                        \"meta\": {\n                            \"year\": 2025,\n                            \"aggregation\": \"annual_sum\",\n                            \"event_count\": 2\n                        },\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"AI Search\",\n                \"source_url\": \"https://sacra.com/c/kraken/\",\n                \"status\": \"Active\",\n                \"data_type\": \"Amount Raised\",\n                \"frequency\": \"Year\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2014-12-31T00:00:00Z\",\n                \"end_date\": \"2025-12-31T00:00:00Z\",\n                \"created_at\": \"2025-11-19T15:05:30.794279Z\",\n                \"updated_at\": \"2026-02-09T20:03:19.541181Z\",\n                \"company\": 239\n            },\n            {\n                \"id\": \"0fcc2ca9-ba40-4301-95e6-807341de19dc\",\n                \"name\": \"Kraken: Revenue ($M)\",\n                \"x_label\": \"Time\",\n                \"y_label\": \"Revenue\",\n                \"data\": [\n                    {\n                        \"x\": \"2022-12-31T00:00:00.000Z\",\n                        \"y\": 931200000,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2023-12-31T00:00:00.000Z\",\n                        \"y\": 657894736.8421053,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2024-12-31T00:00:00.000Z\",\n                        \"y\": 1500000000,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-09-30T00:00:00.000Z\",\n                        \"y\": 1551900000,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Google Sheets\",\n                \"source_url\": \"https://docs.google.com/spreadsheets/d/1RrN9-Pxohcz4yD4Ip6nnQPMkEhWmG3_r7EumG-nY4jk/edit#gid=206801054\",\n                \"status\": \"Active\",\n                \"data_type\": \"Revenue\",\n                \"frequency\": \"Year\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2022-12-31T00:00:00Z\",\n                \"end_date\": \"2025-09-30T00:00:00Z\",\n                \"created_at\": \"2023-09-06T15:48:50.491109Z\",\n                \"updated_at\": \"2026-02-09T07:14:13.976508Z\",\n                \"company\": 239\n            },\n            {\n                \"id\": \"75feb03d-9d03-4290-83de-74565fac41ff\",\n                \"name\": \"Kraken: Price per Share ($)\",\n                \"x_label\": \"Event Date\",\n                \"y_label\": \"Price per Share ($)\",\n                \"data\": [\n                    {\n                        \"x\": \"2013-01-31T00:00:00.000Z\",\n                        \"y\": 0.03,\n                        \"meta\": {\n                            \"name\": \"Seed 2013\",\n                            \"source\": \"event\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_b4c844f3-da2b-4d20-af02-ae339b22a457\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"seed\"\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2014-03-25T00:00:00.000Z\",\n                        \"y\": 0.173077,\n                        \"meta\": {\n                            \"name\": \"Series A 2014\",\n                            \"source\": \"event\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_8fde3a28-1d04-4c85-97c1-cdbd4b151d61\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"series_a\"\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2016-04-12T00:00:00.000Z\",\n                        \"y\": 1.5872,\n                        \"meta\": {\n                            \"name\": \"Series B 2016\",\n                            \"source\": \"event\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_4f234490-4e9d-4d1e-8578-c659f5365cdf\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"series_b\"\n                        },\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2025-07-29T00:00:00.000Z\",\n                        \"y\": 48.73,\n                        \"meta\": {\n                            \"name\": \"Series C 2025\",\n                            \"source\": \"event\",\n                            \"status\": \"closed\",\n                            \"event_id\": \"fr_982c6a4f-6d6b-4a1e-97c8-53351cf67ccb\",\n                            \"event_type\": \"funding_round\",\n                            \"event_subtype\": \"series_c\"\n                        },\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"AI Search\",\n                \"source_url\": \"https://sacra.com/c/kraken/\",\n                \"status\": \"Active\",\n                \"data_type\": \"Price per Share\",\n                \"frequency\": \"Year\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2013-01-31T00:00:00Z\",\n                \"end_date\": \"2025-07-29T00:00:00Z\",\n                \"created_at\": \"2025-11-19T15:05:30.884853Z\",\n                \"updated_at\": \"2026-02-09T20:03:19.684214Z\",\n                \"company\": 239\n            }\n        ],\n        \"financials\": [\n            {\n                \"name\": \"latest_estimated_revenue\",\n                \"value\": 1551900000,\n                \"date\": \"2025-09-30\"\n            },\n            {\n                \"name\": \"latest_estimated_valuation\",\n                \"value\": 20000000000,\n                \"date\": \"2025-11-19\"\n            },\n            {\n                \"name\": \"total_estimated_funding\",\n                \"value\": 832000000,\n                \"date\": \"2025-11-19\"\n            }\n        ],\n        \"listings\": [],\n        \"milestones\": []\n    }\n}"},{"id":"d09b77ce-d838-42b9-add3-5b53d2984c34","name":"Successful Response With Public Company","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/companies/?company_domain=coreweave.com","protocol":"https","host":["sacra","com"],"path":["api","v1","companies",""],"query":[{"key":"company_domain","value":"coreweave.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 760,\n        \"slug\": \"coreweave\",\n        \"name\": \"CoreWeave\",\n        \"domain\": \"coreweave.com\",\n        \"is_active\": true,\n        \"type\": \"public\",\n        \"logo\": {\n            \"url\": \"https://images.prismic.io/sacra/69054080-2f3e-4a31-af5a-beb9a47796e3_Group+55.png?auto=compress,format\",\n            \"dimensions\": {\n                \"width\": 300,\n                \"height\": 300\n            }\n        },\n        \"social\": [\n            {\n                \"url\": \"https://twitter.com/CoreWeave/\",\n                \"type\": \"twitter\"\n            },\n            {\n                \"url\": \"https://www.linkedin.com/company/coreweave/\",\n                \"type\": \"linkedin\"\n            }\n        ],\n        \"founding_year\": 2017,\n        \"legal_entities\": [\n            {\n                \"name\": \"CoreWeave, Inc.\",\n                \"country\": \"United States\"\n            }\n        ],\n        \"headquarters\": {\n            \"city\": \"Roseland\",\n            \"country\": \"United States\"\n        },\n        \"key_people\": {\n            \"founders\": [\n                {\n                    \"id\": \"3010d48c-0d75-4f11-bcde-a0a8c276280e\",\n                    \"name\": \"Michael Intrator\"\n                },\n                {\n                    \"id\": \"f0155be0-a07a-4127-9499-39aa4ac1b1f8\",\n                    \"name\": \"Brian Venturo\"\n                },\n                {\n                    \"id\": \"d3bd5023-c4e9-4e17-9038-b9c8b2d07a37\",\n                    \"name\": \"Brannin McBee\"\n                }\n            ],\n            \"ceo\": [\n                {\n                    \"id\": \"3010d48c-0d75-4f11-bcde-a0a8c276280e\",\n                    \"name\": \"Michael Intrator\"\n                }\n            ]\n        },\n        \"description\": \"Cloud GPU provider offering production-grade compute infrastructure for AI model training and deployment\",\n        \"categories\": [\n            {\n                \"id\": 87,\n                \"name\": \"ai\",\n                \"slug\": \"ai\"\n            }\n        ],\n        \"documents\": [\n            {\n                \"id\": 1228,\n                \"slug\": \"coreweave\",\n                \"title\": \"CoreWeave One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/coreweave.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-03-04\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"CoreWeave\",\n                    \"image\": \"https://images.prismic.io/sacra/69054080-2f3e-4a31-af5a-beb9a47796e3_Group+55.png?auto=compress,format\",\n                    \"description\": \"Cloud GPU provider offering production-grade compute infrastructure for AI model training and deployment\"\n                }\n            },\n            {\n                \"id\": 1229,\n                \"slug\": \"coreweave-revenue-growth-valuation\",\n                \"title\": \"CoreWeave revenue, growth, and valuation\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/coreweave-revenue-growth-valuation.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-02-16\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"CoreWeave revenue, growth, and valuation\",\n                    \"image\": \"https://prismic-io.s3.amazonaws.com/sacra/2275fae9-f13e-4a63-93a7-649ac7732578_jan-2023-10-10+9.jpg\",\n                    \"description\": \"Sacra model for CoreWeave's revenue, growth, and valuation\"\n                }\n            },\n            {\n                \"id\": 1232,\n                \"slug\": \"coreweave-the-440m-cloud-gpu-startup\",\n                \"title\": \"CoreWeave: the $465M/year cloud GPU startup growing 1,760% YoY\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/coreweave-the-440m-cloud-gpu-startup.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-02-16\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"CoreWeave: the $465M/year cloud GPU startup growing 1,760% YoY\",\n                    \"image\": \"https://images.prismic.io/sacra/ZxFxlYF3NbkBXsQi_CoreWeave.png?auto=format,compress\",\n                    \"description\": \"TL;DR: CoreWeave hit $465M of revenue in 2023, up 1,760% from 2022, reselling GPU compute to fuel the generative AI boom. For more, check out our report and dataset on CoreWeave, our dataset on Lambda Labs, as well as our interview with CoreWeave customer Samiur Rahman, CEO of Heyday...\"\n                }\n            },\n            {\n                \"id\": 1358,\n                \"slug\": \"gpu-clouds-growing\",\n                \"title\": \"GPU clouds growing 1,000% YoY\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/gpu-clouds-growing.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-05-30\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"GPU clouds growing 1,000% YoY\",\n                    \"image\": \"https://images.prismic.io/sacra/ZlknjqWtHYXtT84Y_nvidiaconspiracy.jpg?auto=format,compress\",\n                    \"description\": \"In Sacra Insights, our members-only newsletter, we’ve been writing about GPU clouds CoreWeave, Lambda Labs, and Together AI—three of the fastest-growing companies in generative AI, each up 1,000%+ year-over-year...\"\n                }\n            },\n            {\n                \"id\": 1803,\n                \"slug\": \"coreweave-at-2b-revenue\",\n                \"title\": \"CoreWeave at $2B revenue\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/coreweave-at-2b-revenue.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-12-05\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"CoreWeave at $2B revenue\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NS7J7c43Q3f3cl_chart_1739805420544.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that CoreWeave will generate $2B in revenue in 2024, up 330% YoY, powered by a new $10B contract with Microsoft. With a dominating lead among cloud GPUs and plans to IPO in 2025, CoreWeave is now positioned as core infrastructure for the race to build consumer-scale AI products. For more, check out our full CoreWeave report and dataset...\"\n                }\n            },\n            {\n                \"id\": 1248,\n                \"slug\": \"lambda-labs\",\n                \"title\": \"Lambda Labs One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/lambda-labs.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2024-02-16\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Lambda Labs\",\n                    \"image\": \"https://images.prismic.io/sacra/e2495abe-c9af-4d5e-b092-ea696f230958_Group+56+%281%29.jpg?auto=compress,format\",\n                    \"description\": \"Cloud GPU provider for training and fine-tuning AI models at scale\"\n                }\n            },\n            {\n                \"id\": 1673,\n                \"slug\": \"crusoe\",\n                \"title\": \"Crusoe One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/crusoe.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-02-19\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Crusoe\",\n                    \"image\": \"https://images.prismic.io/sacra/Z1bePpbqstJ98OJJ_crusoelogo.png?auto=format,compress\",\n                    \"description\": \"GPU cloud powered by stranded natural gas for AI training and crypto mining\"\n                }\n            },\n            {\n                \"id\": 1740,\n                \"slug\": \"unmentioned-stargate-partner\",\n                \"title\": \"Unmentioned Stargate partner\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/unmentioned-stargate-partner.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-02-02\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Unmentioned Stargate partner\",\n                    \"image\": \"https://images.prismic.io/sacra/Z6SiXJbqstJ9-S0p_crusoeRevFixedFor2025.png?auto=format,compress\",\n                    \"description\": \"TL;DR: The unnamed infrastructure partner behind the first stage of OpenAI's $500B Stargate project, Crusoe is building a $12B data center in Abilene, Texas that will eventually house the world's largest GPU cluster. Sacra estimates Crusoe generated $276M in revenue in 2024 (up 82% YoY), with the company projecting 262% YoY growth to $998M in 2025. For more, check out our full report and dataset on Crusoe...\"\n                }\n            },\n            {\n                \"id\": 1680,\n                \"slug\": \"fluidstack\",\n                \"title\": \"Fluidstack One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fluidstack.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2024-12-19\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fluidstack\",\n                    \"image\": \"https://images.prismic.io/sacra/Z2RNY5bqstJ98sV1_fluidstacklogo.png?auto=format,compress\",\n                    \"description\": \"GPU rental service connecting AI startups with underutilized data center compute capacity\"\n                }\n            },\n            {\n                \"id\": 1806,\n                \"slug\": \"crusoe-at-276m-revenue\",\n                \"title\": \"Crusoe at $276M revenue\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/crusoe-at-276m-revenue.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-12-17\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Crusoe at $276M revenue\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NTMZ7c43Q3f3dE_chart_1739805488848.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Crusoe will generate $276M in revenue in 2024, up 82% YoY. Powered by cheap electricity from stranded natural gas, Crusoe pivoted away from its origins in Bitcoin mining to meet demand for AI compute in 2023—today, they’ve become the #2 GPU cloud behind CoreWeave in terms of capital raised. For more, check out our full report and dataset on Crusoe...\"\n                }\n            },\n            {\n                \"id\": 1231,\n                \"slug\": \"samiur-rahman-heyday-production-grade-ai-stack\",\n                \"title\": \"Samiur Rahman, CEO of Heyday, on building a production-grade AI stack\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/samiur-rahman-heyday-production-grade-ai-stack.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2024-02-16\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Samiur Rahman, CEO of Heyday, on building a production-grade AI stack\",\n                    \"image\": \"https://images.prismic.io/sacra/58d7c3df-6984-4fa0-8787-5ad137d91905_Samiur+Rahman.jpg?auto=compress,format\",\n                    \"description\": \"You’ve been building web products powered by machine learning for 10+ years. Can you give a history of what that has meant leading up to the present...\"\n                }\n            },\n            {\n                \"id\": 1808,\n                \"slug\": \"fluidstack-at-180m-arr\",\n                \"title\": \"Fluidstack at $180M ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fluidstack-at-180m-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-12-19\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fluidstack at $180M ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NTQZ7c43Q3f3dM_chart_1739805504972.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Fluidstack hit $180M in annual recurring revenue (ARR) at the end of 2024, up 620% YoY. While GPU clouds like CoreWeave and Crusoe scale up to serve the biggest AI companies, Fluidstack and Together AI are indexed on speed, trying to capture startups and grow with them. For more, check out our full Fluidstack report and dataset here...\"\n                }\n            },\n            {\n                \"id\": 2058,\n                \"slug\": \"comfyui\",\n                \"title\": \"ComfyUI One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/comfyui.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-06-03\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"ComfyUI\",\n                    \"image\": \"https://images.prismic.io/sacra/aD9N_bh8WN-LVjuC_comfyui_logo.jpeg?auto=format,compress\",\n                    \"description\": \"Open-source, node-based application for generating images, videos, and audio using AI\"\n                }\n            },\n            {\n                \"id\": 1816,\n                \"slug\": \"how-perplexity-hits-656m-arr\",\n                \"title\": \"How Perplexity hits $656M ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/how-perplexity-hits-656m-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-02-20\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"How Perplexity hits $656M ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress\",\n                    \"description\": \"TL;DR: As competition intensifies between Perplexity, foundation model companies, and Google, Perplexity is betting on deepening prosumer habitual use in key verticals like finance and shopping to drive growth to a projected $127M in 2025 and $656M in 2026. Sacra estimates that Perplexity hit $63M in ARR at the end of 2024, up 800% from $7M in 2023. For more, check out our full report and dataset on Perplexity...\"\n                }\n            },\n            {\n                \"id\": 1936,\n                \"slug\": \"perplexity-at-100m-arr\",\n                \"title\": \"Perplexity at $100M ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/perplexity-at-100m-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-04-18\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Perplexity at $100M ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/aAJ8X-vxEdbNPOs8_chart_1744993374859.png?auto=format,compress\",\n                    \"description\": \"TL;DR: As LLM labs threaten Perplexity by bundling in search, Perplexity is counter-attacking by eating up consumer use cases like travel search and going upmarket. Sacra estimates that Perplexity hit $100M ARR in March 2025, re-accelerating to 17% CMGR3, up from 12% in Q4 2024. For more, check out our full report and dataset on Perplexity...\"\n                }\n            },\n            {\n                \"id\": 1346,\n                \"slug\": \"together-ai\",\n                \"title\": \"Together AI One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/together-ai.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2024-04-15\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Together AI\",\n                    \"image\": \"https://images.prismic.io/sacra/Zh1bLjjCgu4jz1LW_QRmHmR_N_400x400.png?auto=format,compress\",\n                    \"description\": \"API and compute layer for developers to train and deploy open-source AI models\"\n                }\n            },\n            {\n                \"id\": 1348,\n                \"slug\": \"together-ai-the-vercel-of-generative-ai\",\n                \"title\": \"Together AI: the $44M/year Vercel of generative AI\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/together-ai-the-vercel-of-generative-ai.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-05-12\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Together AI: the $44M/year Vercel of generative AI\",\n                    \"image\": \"https://images.prismic.io/sacra/ZkFLikFLKBtrWzM5_Group1-13-.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Together AI hit $44M in annual recurring revenue (ARR) in April with their developer experience-centric layer built on top of CoreWeave and Lambda Labs’s GPU cloud products. For more, check out our full report and dataset on Together AI...\"\n                }\n            },\n            {\n                \"id\": 1523,\n                \"slug\": \"anthropic-vs-openai\",\n                \"title\": \"Anthropic vs. OpenAI\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anthropic-vs-openai.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-10-18\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Anthropic vs. OpenAI\",\n                    \"image\": \"https://images.prismic.io/sacra/ZyPSVa8jQArT0GHS_1729292972039_Group1-2-_01JAGY9C54SXF1QNCD2HE9QWFB.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Claude 3.5 Sonnet has Anthropic's API business surging, hitting a Sacra-estimated $664M ARR this year (up 5x this year to date) and narrowing the gap with OpenAI's—meanwhile, OpenAI is doubling down on dominating consumers with ChatGPT ($2.9B ARR, up 2.5x) and its impending integration into Apple Intelligence. For more, check out our full reports on OpenAI (dataset) and Anthropic (dataset)...\"\n                }\n            },\n            {\n                \"id\": 1766,\n                \"slug\": \"xai-vs-openai-vs-anthropic\",\n                \"title\": \"xAI vs OpenAI vs Anthropic\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/xai-vs-openai-vs-anthropic.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-01-15\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"xAI vs OpenAI vs Anthropic\",\n                    \"image\": \"https://images.prismic.io/sacra/Z6Tz2ZbqstJ9-UVr_1736974004573_xaireve_01JHNVFWCTX4D6T4GZ4B3CCQQH.png?auto=format,compress\",\n                    \"description\": \"TL;DR: With its 100,000 GPU cluster and proprietary access to a million gigabytes of daily tweet data, xAI is Elon Musk's bid to take on OpenAI—the company he co-founded but left in 2018. Sacra estimates xAI reached $100M in annualized recurring revenue at the end of 2024, with $12B+ raised at a $50B valuation for a 500x revenue multiple. For more, check out our full report and dataset on xAI...\"\n                }\n            },\n            {\n                \"id\": 1768,\n                \"slug\": \"dataiku-at-300m\",\n                \"title\": \"Dataiku at $300M/yr\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/dataiku-at-300m.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-02-11\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Dataiku at $300M/yr\",\n                    \"image\": \"https://images.prismic.io/sacra/Z6Tk05bqstJ9-T9a_1737683195111_dataikuRev_01JJAZTN9MK0516GYGCM6AZ7BG.png?auto=format,compress\",\n                    \"description\": \"TL;DR: With the launch of Dataiku Answers and Dataiku Stories, Dataiku is transitioning from a simple GUI for creating and deploying ML models to a no-code generative AI app builder. Sacra estimates that Dataiku reached $300M in annual recurring revenue in 2024, growing 20% year-over-year. For more, check out our full report and dataset on Dataiku...\"\n                }\n            },\n            {\n                \"id\": 1792,\n                \"slug\": \"perplexity-at-51m-arr\",\n                \"title\": \"Perplexity at $51M ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/perplexity-at-51m-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-11-01\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Perplexity at $51M ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/Z7NRrJ7c43Q3f3aJ_chart_1739805100162.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Perplexity is at $51M ARR, up 1,600% year-over-year. Not a search company or an LLM company, Perplexity's upside case lies in being a product company with more degrees of freedom than either Google or OpenAI. For more, check out our full report and dataset on Perplexity...\"\n                }\n            },\n            {\n                \"id\": 1533,\n                \"slug\": \"towaki-takikawa-outerport-llm-deployment-mlops\",\n                \"title\": \"Towaki Takikawa, CEO and co-founder of Outerport, on the rise of DevOps for LLMs\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/towaki-takikawa-outerport-llm-deployment-mlops.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2024-10-30\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Towaki Takikawa, CEO and co-founder of Outerport, on the rise of DevOps for LLMs\",\n                    \"image\": \"https://images.prismic.io/sacra/ZyK2l68jQArT0CxH_towaki.png?auto=format,compress\",\n                    \"description\": \"What does Outerport do...\"\n                }\n            }\n        ],\n        \"company_datasets\": [\n            {\n                \"id\": \"4ffee338-a3df-4e90-9bf6-e254a702ebe8\",\n                \"name\": \"CoreWeave: Revenue ($M)\",\n                \"x_label\": \"Time\",\n                \"y_label\": \"Revenue\",\n                \"data\": [\n                    {\n                        \"x\": \"2022-12-31T00:00:00.000Z\",\n                        \"y\": 16000000,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2023-12-31T00:00:00.000Z\",\n                        \"y\": 229000000,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2024-12-31T00:00:00.000Z\",\n                        \"y\": 1900000000,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Google Sheets\",\n                \"source_url\": \"https://docs.google.com/spreadsheets/d/1VWLIGK84FxmfZ_wjuLllyjL4_9BiuvZApocPBSnnrCM/edit#gid=1721206099\",\n                \"status\": \"Active\",\n                \"data_type\": \"Revenue\",\n                \"frequency\": \"Year\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2022-12-31T00:00:00Z\",\n                \"end_date\": \"2024-12-31T00:00:00Z\",\n                \"created_at\": \"2024-02-16T15:37:14.189944Z\",\n                \"updated_at\": \"2025-06-27T06:13:50.747338Z\",\n                \"company\": 760\n            },\n            {\n                \"id\": \"567c1607-0e16-4683-ae93-b24ae145497a\",\n                \"name\": \"CoreWeave: Revenue Growth (%)\",\n                \"x_label\": \"Time\",\n                \"y_label\": \"Revenue Growth Rate\",\n                \"data\": [\n                    {\n                        \"x\": \"2023-12-31T00:00:00.000Z\",\n                        \"y\": 13.3125,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2024-12-31T00:00:00.000Z\",\n                        \"y\": 7.296943231441048,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Google Sheets\",\n                \"source_url\": \"https://docs.google.com/spreadsheets/d/1VWLIGK84FxmfZ_wjuLllyjL4_9BiuvZApocPBSnnrCM/edit#gid=1721206099\",\n                \"status\": \"Active\",\n                \"data_type\": \"Revenue Growth Rate\",\n                \"frequency\": \"Year\",\n                \"metric\": \"Percent\",\n                \"start_date\": \"2022-12-31T00:00:00Z\",\n                \"end_date\": \"2024-12-31T00:00:00Z\",\n                \"created_at\": \"2024-02-16T15:37:14.921208Z\",\n                \"updated_at\": \"2025-06-27T06:13:51.414784Z\",\n                \"company\": 760\n            },\n            {\n                \"id\": \"767b40d8-dc2e-41b3-bebb-809632077e43\",\n                \"name\": \"CoreWeave: Issue Price ($)\",\n                \"x_label\": \"Issue Date\",\n                \"y_label\": \"Issue Price ($)\",\n                \"data\": [\n                    {\n                        \"x\": \"2019-02-28T00:00:00.000Z\",\n                        \"y\": 1.0,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2019-09-30T00:00:00.000Z\",\n                        \"y\": 2.3333,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2023-04-13T00:00:00.000Z\",\n                        \"y\": 111.52961,\n                        \"type\": \"historical\"\n                    },\n                    {\n                        \"x\": \"2024-05-31T00:00:00.000Z\",\n                        \"y\": 779.05,\n                        \"type\": \"historical\"\n                    }\n                ],\n                \"source_type\": \"Filing\",\n                \"source_url\": \"https://sacra.com/c/coreweave/\",\n                \"status\": \"Active\",\n                \"data_type\": \"Issue Price\",\n                \"frequency\": \"Month\",\n                \"metric\": \"USD\",\n                \"start_date\": \"2019-02-28T00:00:00Z\",\n                \"end_date\": \"2024-05-31T00:00:00Z\",\n                \"created_at\": \"2024-12-04T05:39:11.731346Z\",\n                \"updated_at\": \"2025-06-22T09:02:20.600991Z\",\n                \"company\": 760\n            }\n        ],\n        \"financials\": [\n            {\n                \"name\": \"latest_estimated_revenue\",\n                \"value\": 1900000000,\n                \"date\": \"2024-12-31\"\n            },\n            {\n                \"name\": \"latest_estimated_valuation\",\n                \"value\": 23000000000,\n                \"date\": \"2024-12-01\"\n            },\n            {\n                \"name\": \"total_estimated_funding\",\n                \"value\": 3500000000,\n                \"date\": \"2024-12-01\"\n            }\n        ],\n        \"listings\": [\n            {\n                \"id\": \"c6ad2d4b-a493-4389-bde6-94b3a136f780\",\n                \"type\": \"public_exchange\",\n                \"venue\": \"nasdaq\",\n                \"ticker\": \"crwv\",\n                \"listed_at\": \"2025-03-28T00:00:00Z\",\n                \"delisted_at\": null\n            }\n        ],\n        \"milestones\": [\n            {\n                \"id\": \"29f65baa-8bc1-48cb-9032-ef39195ba9db\",\n                \"type\": \"ipo\",\n                \"date\": \"2025-03-28T00:00:00Z\",\n                \"label\": \"CoreWeave's Initial Public Offering\",\n                \"description\": \"CoreWeave went public on the Nasdaq Global Select Market under the ticker symbol 'CRWV.'\"\n            }\n        ]\n    }\n}"},{"id":"9ae4bf6f-6363-4731-a649-d364a3c59c03","name":"Successful Response Without Datasets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/companies/?company_domain=prequel.co","protocol":"https","host":["sacra","com"],"path":["api","v1","companies",""],"query":[{"key":"company_domain","value":"prequel.co","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 515,\n        \"slug\": \"prequel\",\n        \"name\": \"Prequel\",\n        \"domain\": \"prequel.co\",\n        \"is_active\": true,\n        \"type\": \"private\",\n        \"logo\": {\n            \"url\": \"https://images.prismic.io/sacra/2f658c0e-6c76-4a6b-993c-b27aafeeb336_jan-2022-11-10%402x.jpg?auto=compress,format\",\n            \"dimensions\": {\n                \"width\": 724,\n                \"height\": 724\n            }\n        },\n        \"social\": [\n            {\n                \"url\": \"https://twitter.com/prequel_co/\",\n                \"type\": \"twitter\"\n            },\n            {\n                \"url\": \"https://www.linkedin.com/company/prequel-co/\",\n                \"type\": \"linkedin\"\n            }\n        ],\n        \"founding_year\": 2020,\n        \"legal_entities\": [\n            {\n                \"name\": \"Vigo Engineering Inc.\",\n                \"country\": \"United States\"\n            }\n        ],\n        \"headquarters\": {\n            \"city\": \"New York\",\n            \"country\": \"Canada\"\n        },\n        \"key_people\": {\n            \"founders\": [\n                {\n                    \"id\": \"4b4979f8-7175-4984-98ce-1b63f32c0a91\",\n                    \"name\": \"Charles Chretien\"\n                },\n                {\n                    \"id\": \"71390ec7-73ab-4eb4-a7dc-3474595479ef\",\n                    \"name\": \"Conor McCarter\"\n                }\n            ],\n            \"ceo\": [\n                {\n                    \"id\": \"71390ec7-73ab-4eb4-a7dc-3474595479ef\",\n                    \"name\": \"Conor McCarter\"\n                }\n            ]\n        },\n        \"description\": \"Tool for SaaS vendors to build native data warehouse connectors for their customers\",\n        \"categories\": [\n            {\n                \"id\": 4,\n                \"name\": \"modern data stack\",\n                \"slug\": \"modern-data-stack\"\n            }\n        ],\n        \"documents\": [\n            {\n                \"id\": 770,\n                \"slug\": \"conor-mccarter-prequel-data-integration\",\n                \"title\": \"Conor McCarter, co-founder of Prequel, on Fivetran's existential risk\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/conor-mccarter-prequel-data-integration.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2022-11-10\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Conor McCarter, co-founder of Prequel, on Fivetran's existential risk\",\n                    \"image\": \"https://images.prismic.io/sacra/293c772f-3dc2-4db1-b08e-18d365b1056e_Conor+McCarter.png?auto=compress,format\",\n                    \"description\": \"Sacra interview with Prequel co-founder Conor McCarter.\"\n                }\n            },\n            {\n                \"id\": 2739,\n                \"slug\": \"prequel\",\n                \"title\": \"Prequel One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/prequel.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2026-01-20\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Prequel\",\n                    \"image\": \"https://images.prismic.io/sacra/2f658c0e-6c76-4a6b-993c-b27aafeeb336_jan-2022-11-10%402x.jpg?auto=compress,format\",\n                    \"description\": \"Tool for SaaS vendors to build native data warehouse connectors for their customers\"\n                }\n            },\n            {\n                \"id\": 2740,\n                \"slug\": \"charles-chretien-prequel-modern-data-stack-roi\",\n                \"title\": \"Charles Chretien, co-founder of Prequel, on the modern data stack’s ROI problem\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/charles-chretien-prequel-modern-data-stack-roi.pdf\",\n                \"type\": \"interview\",\n                \"date\": \"2026-01-20\",\n                \"relation\": \"subject\",\n                \"preview_meta\": {\n                    \"title\": \"Charles Chretien, co-founder of Prequel, on the modern data stack’s ROI problem\",\n                    \"image\": \"https://images.prismic.io/sacra/aW_3VgIvOtkhBwXz_charlesChretiencard.jpg?auto=format,compress\",\n                    \"description\": \"The “modern data stack” seems to have peaked in ~2021 and has been rolling back since. We’ve seen a wave of consolidation in the space. How would you describe the history of the modern data stack, what has happened over the last ~5 years and where are we today...\"\n                }\n            },\n            {\n                \"id\": 889,\n                \"slug\": \"fivetran-zapier-of-etl\",\n                \"title\": \"Fivetran: the $200M/yr Zapier of ETL\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fivetran-zapier-of-etl.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2022-11-10\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fivetran: the $200M/yr Zapier of ETL\",\n                    \"image\": \"https://images.prismic.io/sacra/839a4369-5820-497a-832c-6637d1c2483c_jan-2022-11-10+33.jpeg?auto=compress,format\",\n                    \"description\": \"Fivetran ($5.6B) has built a ~$190M a year business as the Zapier of ETL, but like Zapier, they face an existential threat as SaaS companies like Salesforce and Stripe begin to offer native integrations—in Fivetran’s case, to the cloud data warehouse. Check out our coverage of Fivetran (dataset) and read our interview with Conor McCarter, co-founder of Prequel, for more.\"\n                }\n            },\n            {\n                \"id\": 1421,\n                \"slug\": \"databricks-2b-arr-growing-60\",\n                \"title\": \"Databricks at $2.4B ARR growing 60%\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/databricks-2b-arr-growing-60.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-07-07\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Databricks at $2.4B ARR growing 60%\",\n                    \"image\": \"https://images.prismic.io/sacra/ZolXKR5LeNNTw2bw_databricks.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Databricks hit $2.4B in annualized revenue in June 2024, up 60% year-over-year, as it retools as an AI company to take on Snowflake (NYSE: SNOW). For more, check out our full Databricks report...\"\n                }\n            },\n            {\n                \"id\": 1755,\n                \"slug\": \"dbt-labs-vs-databricks-vs-snowflake\",\n                \"title\": \"dbt Labs vs Databricks vs Snowflake\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/dbt-labs-vs-databricks-vs-snowflake.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-02-12\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"dbt Labs vs Databricks vs Snowflake\",\n                    \"image\": \"https://images.prismic.io/sacra/Z6yZDpbqstJ9-heT_1739310571772_dbtLabsRevenue_01JKVFT88Q2M4K75V4XAF424XH.png?auto=format,compress\",\n                    \"description\": \"TL;DR: After building the de-facto standard for the T in ETL—transformations—dbt Labs is now under pressure from partners (Snowflake, Databricks) and startups alike as every player in the modern data stack looks to own their customer's key workflows. Sacra estimates dbt Labs hit $96M in annual recurring revenue (ARR) at the end of 2024, up 14% YoY, as they expand into cataloging, orchestration, and observability. For more, check out our full report and dataset on dbt Labs...\"\n                }\n            },\n            {\n                \"id\": 1256,\n                \"slug\": \"posthog-anti-modern-data-stack\",\n                \"title\": \"PostHog: the $9.5M/year anti modern data stack company\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/posthog-anti-modern-data-stack.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-03-14\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"PostHog: the $9.5M/year anti modern data stack company\",\n                    \"image\": \"https://prismic-io.s3.amazonaws.com/sacra/e095f686-3def-44c5-8216-f415a2cd30f7_posthog+revenue.jpg\",\n                    \"description\": \"TL;DR: PostHog hit $9.5M annual recurring revenue (ARR) this month, up 138% year-over-year, with their all-in-one analytics platform that bundles together event capture with feature flagging, session replays, A/B testing, and user surveys. For more, check out our PostHog dataset...\"\n                }\n            },\n            {\n                \"id\": 760,\n                \"slug\": \"fivetran\",\n                \"title\": \"Fivetran One-Pager\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/fivetran.pdf\",\n                \"type\": \"company\",\n                \"date\": \"2025-10-15\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Fivetran\",\n                    \"image\": \"https://images.prismic.io/sacra/10521e3b-b547-4047-984d-d60d09aaccba_lkhCo1d3_400x400.jpeg?auto=format,compress\",\n                    \"description\": \"Data pipeline tool for syncing SaaS and database data into cloud data warehouses\"\n                }\n            },\n            {\n                \"id\": 1408,\n                \"slug\": \"grafana-taking-on-datadog\",\n                \"title\": \"Grafana at $270M/year growing 69%\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/grafana-taking-on-datadog.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2024-06-23\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Grafana at $270M/year growing 69%\",\n                    \"image\": \"https://images.prismic.io/sacra/Znh8iJbWFboweyW3_Group1-4-.jpg?auto=format,compress\",\n                    \"description\": \"TL;DR: Sacra estimates that Grafana hit $270M annual recurring revenue (ARR) in June 2024, up 69% year-over-year, monetizing just 1% of its 20M users. As the leading open-source alternative to Datadog (NASDAQ: DDOG), Grafana is going after an observability TAM that is now $50B+ and growing...\"\n                }\n            },\n            {\n                \"id\": 2723,\n                \"slug\": \"databricks-at-48b-arr\",\n                \"title\": \"Databricks at $4.8B ARR\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/databricks-at-48b-arr.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-12-28\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Databricks at $4.8B ARR\",\n                    \"image\": \"https://images.prismic.io/sacra/aVGa63NYClf9oqhx_asset_1766955754977.png?auto=format,compress\",\n                    \"description\": \"TL;DR: Databricks is now growing nearly 2x faster than Snowflake at comparable scale (55% vs 29% YoY), with 60% of revenue coming from its core data platform & 40% from expansion products like warehousing ($1B) and AI ($1B). Sacra estimates Databricks hit $4.8B in annualized revenue in September 2025, growing 55% YoY, raising a $4B+ Series L at a $134B valuation. For more, check out our full report and dataset...\"\n                }\n            },\n            {\n                \"id\": 2549,\n                \"slug\": \"databricks-at-4b-arr-growing-50-yoy\",\n                \"title\": \"Databricks at $4B ARR growing 50% YoY\",\n                \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/databricks-at-4b-arr-growing-50-yoy.pdf\",\n                \"type\": \"market\",\n                \"date\": \"2025-10-28\",\n                \"relation\": \"connected\",\n                \"preview_meta\": {\n                    \"title\": \"Databricks at $4B ARR growing 50% YoY\",\n                    \"image\": \"https://images.prismic.io/sacra/aQDd2rpReVYa3wlM_asset_1761664474678.png?auto=format,compress\",\n                    \"description\": \"TL;DR: After becoming cash-flow positive with 85% gross margins and 650+ customers spending over $1M annually, Databricks is positioned for what could be the largest software IPO since Snowflake in 2020—riding three secular waves of big data, cloud migration, and now enterprise AI where its model training products hit $1B run-rate within 18 months. Sacra estimates Databricks hit $4B in annualized revenue in August 2025, growing 50% YoY. For more, check out our full report and dataset...\"\n                }\n            }\n        ],\n        \"company_datasets\": [],\n        \"financials\": [\n            {\n                \"name\": \"total_estimated_funding\",\n                \"value\": 3300000,\n                \"date\": \"2024-12-16\"\n            }\n        ],\n        \"listings\": [],\n        \"milestones\": []\n    }\n}"},{"id":"cfbb192b-a7a6-4437-876e-341ac460ca2e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/companies/?company_domain=contentful","protocol":"https","host":["sacra","com"],"path":["api","v1","companies",""],"query":[{"key":"company_domain","value":"contentful","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:52 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"44"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"company_domain attribute is not a valid URL."},{"id":"a29c39d4-a80f-4f17-b01f-2875323adf67","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/companies/?company_domain=johncena.com","protocol":"https","host":["sacra","com"],"path":["api","v1","companies",""],"query":[{"key":"company_domain","value":"johncena.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:09:03 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Company not found."}],"_postman_id":"979f1b62-5a3c-4cc5-b417-b2c828f61c60"}],"id":"be590d49-f35e-43a2-b994-02b6c511b555","description":"<p>The <code>/companies</code> endpoint let you fetch a list of all companies or a specific company by it's web domain name (i.e. sacra.com) or id.</p>\n","event":[{"listen":"prerequest","script":{"id":"4992ce1c-00b9-4f51-802d-40aec7b6b7d9","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"14fd746b-e46b-4bf2-a00f-aea6fc026c79","type":"text/javascript","requests":{},"exec":[""]}}],"_postman_id":"be590d49-f35e-43a2-b994-02b6c511b555","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Events","item":[{"name":"Get events","id":"861aeadf-2d8a-4e96-8c12-bf2a819f78e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/events/","description":"<p>Retrieves a specific company's important events if they exist from the Sacra database.</p>\n<p>Events cover Tender Offers, Stock Splits and Funding Rounds. We include amount and valuation where we have data.</p>\n<p>Can be used for global daily polling. Global queries must specify created_at or updated_at date range of up to 2 weeks.</p>\n<p>Recommend using cursor based pagination.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8852a7bb-e0de-4ebf-ba72-e7c796b989c5","id":"8852a7bb-e0de-4ebf-ba72-e7c796b989c5","name":"Events","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","events",""],"host":["sacra","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. String. Domain Name only accepted (i.e. \"sacra.com\")</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Optional. if company_domain not given. Int.</p>\n","type":"text/plain"},"key":"company_id","value":"{{COMPANY_ID}}"},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"start_date","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"end_date","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_gte","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_lte","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.</p>\n","type":"text/plain"},"key":"updated_at_gte","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.</p>\n","type":"text/plain"},"key":"updated_at_lte","value":""},{"disabled":true,"description":{"content":"<p>Optional. Comma Seperated Enums (funding_round, secondary_transaction, corporate_action)</p>\n","type":"text/plain"},"key":"types","value":""},{"disabled":true,"description":{"content":"<p>Optional. Enum (cursor). Recommended.</p>\n","type":"text/plain"},"key":"pagination","value":""},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_after","value":""},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_before","value":""}],"variable":[]}},"response":[{"id":"d2d5976c-1f19-4a67-8721-f03f575b021d","name":"Successful Response With Company Events","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events/?company_domain=spacex.com&pagination=cursor","protocol":"https","host":["sacra","com"],"path":["api","v1","events",""],"query":[{"key":"company_domain","value":"spacex.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"},{"key":"pagination","value":"cursor"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"event_id\": \"st_81e849b3-c465-455f-a008-056eb4d98faa\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer (2025)\",\n            \"event_date\": \"2025-12-05\",\n            \"event_status\": \"announced\",\n            \"event_last_updated_at\": \"2025-12-08T16:05:34.726238+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"81e849b3-c465-455f-a008-056eb4d98faa\",\n                \"updated_at\": \"2025-12-08T16:05:34.726238+00:00\",\n                \"name\": \"Tender Offer (2025)\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"800000000000.00\",\n                \"price_per_share\": null,\n                \"announced_date\": \"2025-12-05\",\n                \"closing_date\": null,\n                \"created_at\": \"2025-12-08T16:05:34.710277+00:00\",\n                \"status\": \"announced\"\n            }\n        },\n        {\n            \"event_id\": \"fr_510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth (2025)\",\n            \"event_date\": \"2025-11-17\",\n            \"event_status\": \"cancelled\",\n            \"event_last_updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n                \"updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n                \"name\": \"Growth (2025)\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"134000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2025-11-17\",\n                \"equities\": [],\n                \"status\": \"cancelled\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"st_7d3d5364-3f01-4400-aa96-3e7a8710aebc\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Planned Tender Offer 2025\",\n            \"event_date\": \"2025-07-08\",\n            \"event_status\": \"announced\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.544220+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7d3d5364-3f01-4400-aa96-3e7a8710aebc\",\n                \"updated_at\": \"2025-10-24T00:25:11.544220+00:00\",\n                \"name\": \"Planned Tender Offer 2025\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"400000000000.00\",\n                \"price_per_share\": \"212.00\",\n                \"announced_date\": \"2025-07-08\",\n                \"closing_date\": null,\n                \"created_at\": \"2025-09-17T04:00:48.258222+00:00\",\n                \"status\": \"announced\"\n            }\n        },\n        {\n            \"event_id\": \"st_ee3cdc56-b52f-4c01-a73b-149c3c29776c\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2024\",\n            \"event_date\": \"2024-12-11\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.534396+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ee3cdc56-b52f-4c01-a73b-149c3c29776c\",\n                \"updated_at\": \"2025-10-24T00:25:11.534396+00:00\",\n                \"name\": \"Tender Offer 2024\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"350000000000.00\",\n                \"price_per_share\": \"185.00\",\n                \"announced_date\": \"2024-12-11\",\n                \"closing_date\": \"2024-12-11\",\n                \"created_at\": \"2025-09-17T04:00:12.882943+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_5efe68fc-9920-457e-80f8-6dc41fd0817b\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2024\",\n            \"event_date\": \"2024-09-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.533382+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"5efe68fc-9920-457e-80f8-6dc41fd0817b\",\n                \"updated_at\": \"2025-10-24T00:25:11.533382+00:00\",\n                \"name\": \"Tender Offer 2024\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"210000000000.00\",\n                \"price_per_share\": \"112.00\",\n                \"announced_date\": \"2024-09-01\",\n                \"closing_date\": \"2024-09-01\",\n                \"created_at\": \"2025-09-17T03:59:35.232890+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_98eedd95-e66f-4878-b0f8-75882bedce1f\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2023\",\n            \"event_date\": \"2023-12-07\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.532370+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"98eedd95-e66f-4878-b0f8-75882bedce1f\",\n                \"updated_at\": \"2025-10-24T00:25:11.532370+00:00\",\n                \"name\": \"Tender Offer 2023\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"175000000000.00\",\n                \"price_per_share\": \"95.00\",\n                \"announced_date\": \"2023-12-07\",\n                \"closing_date\": \"2023-12-07\",\n                \"created_at\": \"2025-09-17T03:59:12.441087+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_df2d3b8b-42c2-4769-a144-921fb11aaee5\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2023\",\n            \"event_date\": \"2023-08-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.531327+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"df2d3b8b-42c2-4769-a144-921fb11aaee5\",\n                \"updated_at\": \"2025-10-24T00:25:11.531327+00:00\",\n                \"name\": \"Tender Offer 2023\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"150000000000.00\",\n                \"price_per_share\": \"80.00\",\n                \"announced_date\": \"2023-08-01\",\n                \"closing_date\": \"2023-08-01\",\n                \"created_at\": \"2025-09-17T03:58:53.264361+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_7be00ff4-3165-4a46-8c86-d061ada158bc\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2022\",\n            \"event_date\": \"2022-06-13\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7be00ff4-3165-4a46-8c86-d061ada158bc\",\n                \"updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n                \"name\": \"Growth 2022\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1680000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"127000000000.00\",\n                \"announced_date\": \"2022-06-13\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"ca_1708a828-f77b-483e-b32e-77121498cf1f\",\n            \"event_type\": \"corporate_action\",\n            \"event_subtype\": \"stock_split\",\n            \"event_name\": \"10:1 Stock Split\",\n            \"event_date\": \"2022-02-18\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-28T16:27:32.549189+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"1708a828-f77b-483e-b32e-77121498cf1f\",\n                \"updated_at\": \"2025-10-28T16:27:32.549189+00:00\",\n                \"name\": \"10:1 Stock Split\",\n                \"type\": \"stock_split\",\n                \"announced_date\": null,\n                \"effective_date\": \"2022-02-18\",\n                \"description\": \"SpaceX executed a 10-for-1 stock split, multiplying the number of common shares by ten and reducing the share price from about $560 to $56. This split was a cosmetic change that made SpaceX stock more affordable for employees and investors without altering the company’s overall valuation (approximately $100 billion pre-split).\",\n                \"data\": {},\n                \"status\": \"closed\",\n                \"created_at\": \"2025-10-24T00:38:06.243482+00:00\"\n            }\n        },\n        {\n            \"event_id\": \"st_6906bdd5-2ea3-432c-a772-5a920f5f4466\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2021\",\n            \"event_date\": \"2021-10-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.528639+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"6906bdd5-2ea3-432c-a772-5a920f5f4466\",\n                \"updated_at\": \"2025-10-24T00:25:11.528639+00:00\",\n                \"name\": \"Tender Offer 2021\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"100000000000.00\",\n                \"price_per_share\": \"560.00\",\n                \"announced_date\": \"2021-10-01\",\n                \"closing_date\": \"2021-10-01\",\n                \"created_at\": \"2025-09-17T03:58:35.920560+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2021\",\n            \"event_date\": \"2021-02-16\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n                \"updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n                \"name\": \"Growth 2021\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"850000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"74000000000.00\",\n                \"announced_date\": \"2021-02-16\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_4c459738-d810-41c8-a4c8-94b1209bafb3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-08-19\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"4c459738-d810-41c8-a4c8-94b1209bafb3\",\n                \"updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1900000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"44000000000.00\",\n                \"announced_date\": \"2020-08-19\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series N\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_n\",\n                        \"issue_price\": \"270.0000000\",\n                        \"issued_at\": \"2020-08-04T16:49:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.989064+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_f687fe41-81c3-48d4-8db6-befd176d26cb\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-05-26\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f687fe41-81c3-48d4-8db6-befd176d26cb\",\n                \"updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"346200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-05-26\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series M\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_m\",\n                        \"issue_price\": \"220.0000000\",\n                        \"issued_at\": \"2020-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.997541+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2019\",\n            \"event_date\": \"2019-04-11\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n                \"updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n                \"name\": \"Growth 2019\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"510000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30000000000.00\",\n                \"announced_date\": \"2019-04-11\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series J\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_j\",\n                        \"issue_price\": \"186.0000000\",\n                        \"issued_at\": \"2019-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.021272+00:00\"\n                    },\n                    {\n                        \"name\": \"Series K\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_k\",\n                        \"issue_price\": \"204.0000000\",\n                        \"issued_at\": \"2019-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.013971+00:00\"\n                    },\n                    {\n                        \"name\": \"Series L\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_l\",\n                        \"issue_price\": \"214.0000000\",\n                        \"issued_at\": \"2019-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.006155+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2018\",\n            \"event_date\": \"2018-12-18\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n                \"updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n                \"name\": \"Growth 2018\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"500000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30500000000.00\",\n                \"announced_date\": \"2018-12-18\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series I\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_i\",\n                        \"issue_price\": \"169.0000000\",\n                        \"issued_at\": \"2018-04-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.028964+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ae7a568c-7288-48e0-871b-b664f9e61003\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_h\",\n            \"event_name\": \"Series H 2017\",\n            \"event_date\": \"2017-11-27\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ae7a568c-7288-48e0-871b-b664f9e61003\",\n                \"updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n                \"name\": \"Series H 2017\",\n                \"round_type\": \"series_h\",\n                \"amount_raised\": \"100000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"21000000000.00\",\n                \"announced_date\": \"2017-11-27\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series H\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_h\",\n                        \"issue_price\": \"135.0000000\",\n                        \"issued_at\": \"2017-11-30T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.036716+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_cdaef94e-be30-4afc-8a61-f677146fab9c\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_g\",\n            \"event_name\": \"Series G 2015\",\n            \"event_date\": \"2015-01-20\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"cdaef94e-be30-4afc-8a61-f677146fab9c\",\n                \"updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n                \"name\": \"Series G 2015\",\n                \"round_type\": \"series_g\",\n                \"amount_raised\": \"1000000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"12000000000.00\",\n                \"announced_date\": \"2015-01-20\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series G\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_g\",\n                        \"issue_price\": \"77.4600000\",\n                        \"issued_at\": \"2015-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.045412+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_f\",\n            \"event_name\": \"Series F 2010\",\n            \"event_date\": \"2010-10-28\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n                \"updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n                \"name\": \"Series F 2010\",\n                \"round_type\": \"series_f\",\n                \"amount_raised\": \"50200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2010-10-28\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series F\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_f\",\n                        \"issue_price\": \"7.5000000\",\n                        \"issued_at\": \"2010-10-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.053303+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_e\",\n            \"event_name\": \"Series E 2009\",\n            \"event_date\": \"2009-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n                \"updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n                \"name\": \"Series E 2009\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"15025000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2009-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"4.5000000\",\n                        \"issued_at\": \"2009-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.061247+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e7513b13-b54e-4a4d-9309-948162c10668\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_d\",\n            \"event_name\": \"Series D 2008\",\n            \"event_date\": \"2008-08-04\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e7513b13-b54e-4a4d-9309-948162c10668\",\n                \"updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n                \"name\": \"Series D 2008\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"20000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2008-08-04\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series D\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"3.8800000\",\n                        \"issued_at\": \"2008-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.069049+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_c\",\n            \"event_name\": \"Series C 2007\",\n            \"event_date\": \"2007-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n                \"updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n                \"name\": \"Series C 2007\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2007-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"3.0000000\",\n                        \"issued_at\": \"2007-03-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.077551+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_b\",\n            \"event_name\": \"Series B 2005\",\n            \"event_date\": \"2005-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n                \"updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n                \"name\": \"Series B 2005\",\n                \"round_type\": \"series_b\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2005-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series B-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.085544+00:00\"\n                    },\n                    {\n                        \"name\": \"Series B\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.093464+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_5cfd5274-b958-4e0e-8900-08015b501c35\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_a\",\n            \"event_name\": \"Series A 2002\",\n            \"event_date\": \"2002-12-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"5cfd5274-b958-4e0e-8900-08015b501c35\",\n                \"updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n                \"name\": \"Series A 2002\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2002-12-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.101011+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.109356+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 23,\n        \"total_items\": 23,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    }\n}"},{"id":"a1ef308e-be33-4502-9731-5c0d62e1c9b1","name":"Successful Response With Daily Polling","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events?pagination=cursor&updated_at_gte=2026-01-13T00:00:00Z&updated_at_lte=2026-01-14T00:00:00Z&type=funding_round","protocol":"https","host":["sacra","com"],"path":["api","v1","events"],"query":[{"key":"company_id","value":"{{COMPANY_ID}}","description":"Required if company_domain not given. Int.","type":"text","disabled":true},{"key":"start_date","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"end_date","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"types","value":null,"description":"Optional. Enum (funding_round, secondary_transaction, corporate_action)","type":"text","disabled":true},{"key":"pagination","value":null,"description":"Optional. Enum (cursor)","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"pagination","value":"cursor"},{"key":"updated_at_gte","value":"2026-01-13T00:00:00Z"},{"key":"updated_at_lte","value":"2026-01-14T00:00:00Z"},{"key":"type","value":"funding_round"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"event_id\": \"st_0c601c12-6213-4093-8e5b-90febbb1056e\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"institutional_secondary\",\n            \"event_name\": \"Direct Sale (2025)\",\n            \"event_date\": \"2025-09-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2026-01-13T18:03:42.923112+00:00\",\n            \"company\": {\n                \"id\": \"407\",\n                \"slug\": \"revolut\",\n                \"domain\": \"revolut.com\"\n            },\n            \"data\": {\n                \"id\": \"0c601c12-6213-4093-8e5b-90febbb1056e\",\n                \"updated_at\": \"2026-01-13T18:03:42.923112+00:00\",\n                \"name\": \"Direct Sale (2025)\",\n                \"transaction_type\": \"institutional_secondary\",\n                \"transaction_amount\": \"1000000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"75000000000.00\",\n                \"price_per_share\": \"1381.06\",\n                \"announced_date\": \"2025-09-01\",\n                \"closing_date\": \"2025-09-05\",\n                \"created_at\": \"2025-10-24T01:19:34.954929+00:00\",\n                \"status\": \"closed\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 1,\n        \"total_items\": 1,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    }\n}"},{"id":"688585c1-c737-4721-a2d8-8bb623f7eee8","name":"Successful Response with Type","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events/?company_domain=spacex.com&pagination=cursor&types=funding-round","protocol":"https","host":["sacra","com"],"path":["api","v1","events",""],"query":[{"key":"company_id","value":"{{COMPANY_ID}}","description":"Required if company_domain not given. Int.","type":"text","disabled":true},{"key":"start_date","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"end_date","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_gte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_lte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"types","value":"","description":"Optional. Enum (funding_round, secondary_transaction, corporate_action)","type":"text","disabled":true},{"key":"pagination","value":"","description":"Optional. Enum (cursor)","type":"text","disabled":true},{"key":"page_after","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_before","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"company_domain","value":"spacex.com"},{"key":"pagination","value":"cursor"},{"key":"types","value":"funding-round"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"event_id\": \"fr_510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth (2025)\",\n            \"event_date\": \"2025-11-17\",\n            \"event_status\": \"cancelled\",\n            \"event_last_updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n                \"updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n                \"name\": \"Growth (2025)\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"134000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2025-11-17\",\n                \"equities\": [],\n                \"status\": \"cancelled\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7be00ff4-3165-4a46-8c86-d061ada158bc\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2022\",\n            \"event_date\": \"2022-06-13\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7be00ff4-3165-4a46-8c86-d061ada158bc\",\n                \"updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n                \"name\": \"Growth 2022\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1680000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"127000000000.00\",\n                \"announced_date\": \"2022-06-13\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2021\",\n            \"event_date\": \"2021-02-16\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n                \"updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n                \"name\": \"Growth 2021\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"850000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"74000000000.00\",\n                \"announced_date\": \"2021-02-16\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_4c459738-d810-41c8-a4c8-94b1209bafb3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-08-19\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"4c459738-d810-41c8-a4c8-94b1209bafb3\",\n                \"updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1900000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"44000000000.00\",\n                \"announced_date\": \"2020-08-19\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series N\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_n\",\n                        \"issue_price\": \"270.0000000\",\n                        \"issued_at\": \"2020-08-04T16:49:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.989064+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_f687fe41-81c3-48d4-8db6-befd176d26cb\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-05-26\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f687fe41-81c3-48d4-8db6-befd176d26cb\",\n                \"updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"346200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-05-26\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series M\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_m\",\n                        \"issue_price\": \"220.0000000\",\n                        \"issued_at\": \"2020-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.997541+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2019\",\n            \"event_date\": \"2019-04-11\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n                \"updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n                \"name\": \"Growth 2019\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"510000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30000000000.00\",\n                \"announced_date\": \"2019-04-11\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series J\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_j\",\n                        \"issue_price\": \"186.0000000\",\n                        \"issued_at\": \"2019-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.021272+00:00\"\n                    },\n                    {\n                        \"name\": \"Series K\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_k\",\n                        \"issue_price\": \"204.0000000\",\n                        \"issued_at\": \"2019-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.013971+00:00\"\n                    },\n                    {\n                        \"name\": \"Series L\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_l\",\n                        \"issue_price\": \"214.0000000\",\n                        \"issued_at\": \"2019-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.006155+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2018\",\n            \"event_date\": \"2018-12-18\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n                \"updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n                \"name\": \"Growth 2018\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"500000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30500000000.00\",\n                \"announced_date\": \"2018-12-18\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series I\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_i\",\n                        \"issue_price\": \"169.0000000\",\n                        \"issued_at\": \"2018-04-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.028964+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ae7a568c-7288-48e0-871b-b664f9e61003\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_h\",\n            \"event_name\": \"Series H 2017\",\n            \"event_date\": \"2017-11-27\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ae7a568c-7288-48e0-871b-b664f9e61003\",\n                \"updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n                \"name\": \"Series H 2017\",\n                \"round_type\": \"series_h\",\n                \"amount_raised\": \"100000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"21000000000.00\",\n                \"announced_date\": \"2017-11-27\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series H\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_h\",\n                        \"issue_price\": \"135.0000000\",\n                        \"issued_at\": \"2017-11-30T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.036716+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_cdaef94e-be30-4afc-8a61-f677146fab9c\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_g\",\n            \"event_name\": \"Series G 2015\",\n            \"event_date\": \"2015-01-20\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"cdaef94e-be30-4afc-8a61-f677146fab9c\",\n                \"updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n                \"name\": \"Series G 2015\",\n                \"round_type\": \"series_g\",\n                \"amount_raised\": \"1000000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"12000000000.00\",\n                \"announced_date\": \"2015-01-20\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series G\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_g\",\n                        \"issue_price\": \"77.4600000\",\n                        \"issued_at\": \"2015-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.045412+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_f\",\n            \"event_name\": \"Series F 2010\",\n            \"event_date\": \"2010-10-28\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n                \"updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n                \"name\": \"Series F 2010\",\n                \"round_type\": \"series_f\",\n                \"amount_raised\": \"50200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2010-10-28\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series F\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_f\",\n                        \"issue_price\": \"7.5000000\",\n                        \"issued_at\": \"2010-10-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.053303+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_e\",\n            \"event_name\": \"Series E 2009\",\n            \"event_date\": \"2009-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n                \"updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n                \"name\": \"Series E 2009\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"15025000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2009-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"4.5000000\",\n                        \"issued_at\": \"2009-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.061247+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e7513b13-b54e-4a4d-9309-948162c10668\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_d\",\n            \"event_name\": \"Series D 2008\",\n            \"event_date\": \"2008-08-04\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e7513b13-b54e-4a4d-9309-948162c10668\",\n                \"updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n                \"name\": \"Series D 2008\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"20000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2008-08-04\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series D\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"3.8800000\",\n                        \"issued_at\": \"2008-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.069049+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_c\",\n            \"event_name\": \"Series C 2007\",\n            \"event_date\": \"2007-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n                \"updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n                \"name\": \"Series C 2007\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2007-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"3.0000000\",\n                        \"issued_at\": \"2007-03-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.077551+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_b\",\n            \"event_name\": \"Series B 2005\",\n            \"event_date\": \"2005-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n                \"updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n                \"name\": \"Series B 2005\",\n                \"round_type\": \"series_b\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2005-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series B-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.085544+00:00\"\n                    },\n                    {\n                        \"name\": \"Series B\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.093464+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_5cfd5274-b958-4e0e-8900-08015b501c35\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_a\",\n            \"event_name\": \"Series A 2002\",\n            \"event_date\": \"2002-12-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"5cfd5274-b958-4e0e-8900-08015b501c35\",\n                \"updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n                \"name\": \"Series A 2002\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2002-12-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.101011+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.109356+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 15,\n        \"total_items\": 15,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    }\n}"},{"id":"1aebf4e6-ec71-403e-b5ce-1c14e7f266bd","name":"Successful Response With Multiple Types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events/?company_domain=spacex.com&pagination=cursor&types=funding-round,secondary-transaction","protocol":"https","host":["sacra","com"],"path":["api","v1","events",""],"query":[{"key":"company_id","value":"{{COMPANY_ID}}","description":"Required if company_domain not given. Int.","type":"text","disabled":true},{"key":"start_date","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"end_date","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_gte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_lte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"types","value":"","description":"Optional. Enum (funding_round, secondary_transaction, corporate_action)","type":"text","disabled":true},{"key":"pagination","value":"","description":"Optional. Enum (cursor)","type":"text","disabled":true},{"key":"page_after","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_before","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"company_domain","value":"spacex.com"},{"key":"pagination","value":"cursor"},{"key":"types","value":"funding-round,secondary-transaction"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"events\": [\n        {\n            \"event_id\": \"st_81e849b3-c465-455f-a008-056eb4d98faa\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer (2025)\",\n            \"event_date\": \"2025-12-05\",\n            \"event_status\": \"announced\",\n            \"event_last_updated_at\": \"2025-12-08T16:05:34.726238+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"81e849b3-c465-455f-a008-056eb4d98faa\",\n                \"updated_at\": \"2025-12-08T16:05:34.726238+00:00\",\n                \"name\": \"Tender Offer (2025)\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"800000000000.00\",\n                \"price_per_share\": null,\n                \"announced_date\": \"2025-12-05\",\n                \"closing_date\": null,\n                \"created_at\": \"2025-12-08T16:05:34.710277+00:00\",\n                \"status\": \"announced\"\n            }\n        },\n        {\n            \"event_id\": \"fr_510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth (2025)\",\n            \"event_date\": \"2025-11-17\",\n            \"event_status\": \"cancelled\",\n            \"event_last_updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"510d3c08-c5e2-4850-9f17-f97f0758efe3\",\n                \"updated_at\": \"2025-12-08T17:22:15.071608+00:00\",\n                \"name\": \"Growth (2025)\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"134000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2025-11-17\",\n                \"equities\": [],\n                \"status\": \"cancelled\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"st_7d3d5364-3f01-4400-aa96-3e7a8710aebc\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Planned Tender Offer 2025\",\n            \"event_date\": \"2025-07-08\",\n            \"event_status\": \"announced\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.544220+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7d3d5364-3f01-4400-aa96-3e7a8710aebc\",\n                \"updated_at\": \"2025-10-24T00:25:11.544220+00:00\",\n                \"name\": \"Planned Tender Offer 2025\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"400000000000.00\",\n                \"price_per_share\": \"212.00\",\n                \"announced_date\": \"2025-07-08\",\n                \"closing_date\": null,\n                \"created_at\": \"2025-09-17T04:00:48.258222+00:00\",\n                \"status\": \"announced\"\n            }\n        },\n        {\n            \"event_id\": \"st_ee3cdc56-b52f-4c01-a73b-149c3c29776c\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2024\",\n            \"event_date\": \"2024-12-11\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.534396+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ee3cdc56-b52f-4c01-a73b-149c3c29776c\",\n                \"updated_at\": \"2025-10-24T00:25:11.534396+00:00\",\n                \"name\": \"Tender Offer 2024\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"350000000000.00\",\n                \"price_per_share\": \"185.00\",\n                \"announced_date\": \"2024-12-11\",\n                \"closing_date\": \"2024-12-11\",\n                \"created_at\": \"2025-09-17T04:00:12.882943+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_5efe68fc-9920-457e-80f8-6dc41fd0817b\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2024\",\n            \"event_date\": \"2024-09-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.533382+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"5efe68fc-9920-457e-80f8-6dc41fd0817b\",\n                \"updated_at\": \"2025-10-24T00:25:11.533382+00:00\",\n                \"name\": \"Tender Offer 2024\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"210000000000.00\",\n                \"price_per_share\": \"112.00\",\n                \"announced_date\": \"2024-09-01\",\n                \"closing_date\": \"2024-09-01\",\n                \"created_at\": \"2025-09-17T03:59:35.232890+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_98eedd95-e66f-4878-b0f8-75882bedce1f\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2023\",\n            \"event_date\": \"2023-12-07\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.532370+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"98eedd95-e66f-4878-b0f8-75882bedce1f\",\n                \"updated_at\": \"2025-10-24T00:25:11.532370+00:00\",\n                \"name\": \"Tender Offer 2023\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"175000000000.00\",\n                \"price_per_share\": \"95.00\",\n                \"announced_date\": \"2023-12-07\",\n                \"closing_date\": \"2023-12-07\",\n                \"created_at\": \"2025-09-17T03:59:12.441087+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"st_df2d3b8b-42c2-4769-a144-921fb11aaee5\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2023\",\n            \"event_date\": \"2023-08-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.531327+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"df2d3b8b-42c2-4769-a144-921fb11aaee5\",\n                \"updated_at\": \"2025-10-24T00:25:11.531327+00:00\",\n                \"name\": \"Tender Offer 2023\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"150000000000.00\",\n                \"price_per_share\": \"80.00\",\n                \"announced_date\": \"2023-08-01\",\n                \"closing_date\": \"2023-08-01\",\n                \"created_at\": \"2025-09-17T03:58:53.264361+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_7be00ff4-3165-4a46-8c86-d061ada158bc\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2022\",\n            \"event_date\": \"2022-06-13\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7be00ff4-3165-4a46-8c86-d061ada158bc\",\n                \"updated_at\": \"2025-10-24T00:25:11.509985+00:00\",\n                \"name\": \"Growth 2022\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1680000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"127000000000.00\",\n                \"announced_date\": \"2022-06-13\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"st_6906bdd5-2ea3-432c-a772-5a920f5f4466\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer 2021\",\n            \"event_date\": \"2021-10-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.528639+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"6906bdd5-2ea3-432c-a772-5a920f5f4466\",\n                \"updated_at\": \"2025-10-24T00:25:11.528639+00:00\",\n                \"name\": \"Tender Offer 2021\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"100000000000.00\",\n                \"price_per_share\": \"560.00\",\n                \"announced_date\": \"2021-10-01\",\n                \"closing_date\": \"2021-10-01\",\n                \"created_at\": \"2025-09-17T03:58:35.920560+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2021\",\n            \"event_date\": \"2021-02-16\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f389c3bb-a627-410e-81bb-cf7b99c5440e\",\n                \"updated_at\": \"2025-10-24T00:25:11.441705+00:00\",\n                \"name\": \"Growth 2021\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"850000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"74000000000.00\",\n                \"announced_date\": \"2021-02-16\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_4c459738-d810-41c8-a4c8-94b1209bafb3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-08-19\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"4c459738-d810-41c8-a4c8-94b1209bafb3\",\n                \"updated_at\": \"2025-10-24T00:25:11.440716+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"1900000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"44000000000.00\",\n                \"announced_date\": \"2020-08-19\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series N\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_n\",\n                        \"issue_price\": \"270.0000000\",\n                        \"issued_at\": \"2020-08-04T16:49:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.989064+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_f687fe41-81c3-48d4-8db6-befd176d26cb\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2020\",\n            \"event_date\": \"2020-05-26\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"f687fe41-81c3-48d4-8db6-befd176d26cb\",\n                \"updated_at\": \"2025-10-24T00:25:11.511958+00:00\",\n                \"name\": \"Growth 2020\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"346200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-05-26\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series M\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_m\",\n                        \"issue_price\": \"220.0000000\",\n                        \"issued_at\": \"2020-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:38.997541+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2019\",\n            \"event_date\": \"2019-04-11\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7b3d1fed-0d27-484f-89a4-c10bec5f6d73\",\n                \"updated_at\": \"2025-10-24T00:25:11.439575+00:00\",\n                \"name\": \"Growth 2019\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"510000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30000000000.00\",\n                \"announced_date\": \"2019-04-11\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series J\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_j\",\n                        \"issue_price\": \"186.0000000\",\n                        \"issued_at\": \"2019-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.021272+00:00\"\n                    },\n                    {\n                        \"name\": \"Series K\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_k\",\n                        \"issue_price\": \"204.0000000\",\n                        \"issued_at\": \"2019-05-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.013971+00:00\"\n                    },\n                    {\n                        \"name\": \"Series L\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_l\",\n                        \"issue_price\": \"214.0000000\",\n                        \"issued_at\": \"2019-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.006155+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"growth\",\n            \"event_name\": \"Growth 2018\",\n            \"event_date\": \"2018-12-18\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ce1a9eda-0731-435f-9fec-5ca1e5aea633\",\n                \"updated_at\": \"2025-10-24T00:25:11.438554+00:00\",\n                \"name\": \"Growth 2018\",\n                \"round_type\": \"growth\",\n                \"amount_raised\": \"500000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"30500000000.00\",\n                \"announced_date\": \"2018-12-18\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series I\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_i\",\n                        \"issue_price\": \"169.0000000\",\n                        \"issued_at\": \"2018-04-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.028964+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_ae7a568c-7288-48e0-871b-b664f9e61003\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_h\",\n            \"event_name\": \"Series H 2017\",\n            \"event_date\": \"2017-11-27\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"ae7a568c-7288-48e0-871b-b664f9e61003\",\n                \"updated_at\": \"2025-10-24T00:25:11.437602+00:00\",\n                \"name\": \"Series H 2017\",\n                \"round_type\": \"series_h\",\n                \"amount_raised\": \"100000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"21000000000.00\",\n                \"announced_date\": \"2017-11-27\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series H\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_h\",\n                        \"issue_price\": \"135.0000000\",\n                        \"issued_at\": \"2017-11-30T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.036716+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_cdaef94e-be30-4afc-8a61-f677146fab9c\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_g\",\n            \"event_name\": \"Series G 2015\",\n            \"event_date\": \"2015-01-20\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"cdaef94e-be30-4afc-8a61-f677146fab9c\",\n                \"updated_at\": \"2025-10-24T00:25:11.432441+00:00\",\n                \"name\": \"Series G 2015\",\n                \"round_type\": \"series_g\",\n                \"amount_raised\": \"1000000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"12000000000.00\",\n                \"announced_date\": \"2015-01-20\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series G\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_g\",\n                        \"issue_price\": \"77.4600000\",\n                        \"issued_at\": \"2015-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.045412+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_f\",\n            \"event_name\": \"Series F 2010\",\n            \"event_date\": \"2010-10-28\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"7a445453-8c4a-4a73-aa0a-96ef18a586a0\",\n                \"updated_at\": \"2025-10-24T00:25:11.431383+00:00\",\n                \"name\": \"Series F 2010\",\n                \"round_type\": \"series_f\",\n                \"amount_raised\": \"50200000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2010-10-28\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series F\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_f\",\n                        \"issue_price\": \"7.5000000\",\n                        \"issued_at\": \"2010-10-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.053303+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_e\",\n            \"event_name\": \"Series E 2009\",\n            \"event_date\": \"2009-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"eae12583-1c75-4b6d-9ad8-9c43267b9ed3\",\n                \"updated_at\": \"2025-10-24T00:25:11.510981+00:00\",\n                \"name\": \"Series E 2009\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"15025000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2009-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"4.5000000\",\n                        \"issued_at\": \"2009-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.061247+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e7513b13-b54e-4a4d-9309-948162c10668\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_d\",\n            \"event_name\": \"Series D 2008\",\n            \"event_date\": \"2008-08-04\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e7513b13-b54e-4a4d-9309-948162c10668\",\n                \"updated_at\": \"2025-10-24T00:25:11.435558+00:00\",\n                \"name\": \"Series D 2008\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"20000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2008-08-04\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series D\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"3.8800000\",\n                        \"issued_at\": \"2008-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.069049+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_c\",\n            \"event_name\": \"Series C 2007\",\n            \"event_date\": \"2007-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"608c48c7-51ab-4e0a-94c7-ff0c73b88a05\",\n                \"updated_at\": \"2025-10-24T00:25:11.514818+00:00\",\n                \"name\": \"Series C 2007\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2007-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"3.0000000\",\n                        \"issued_at\": \"2007-03-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.077551+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_b\",\n            \"event_name\": \"Series B 2005\",\n            \"event_date\": \"2005-03-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"e3a5480d-39b3-41b7-9995-8da219de8ef7\",\n                \"updated_at\": \"2025-10-24T00:25:11.513874+00:00\",\n                \"name\": \"Series B 2005\",\n                \"round_type\": \"series_b\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2005-03-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series B-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.085544+00:00\"\n                    },\n                    {\n                        \"name\": \"Series B\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"2.0000000\",\n                        \"issued_at\": \"2005-03-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.093464+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_5cfd5274-b958-4e0e-8900-08015b501c35\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_a\",\n            \"event_name\": \"Series A 2002\",\n            \"event_date\": \"2002-12-31\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n            \"company\": {\n                \"id\": \"325\",\n                \"slug\": \"spacex\",\n                \"domain\": \"spacex.com\"\n            },\n            \"data\": {\n                \"id\": \"5cfd5274-b958-4e0e-8900-08015b501c35\",\n                \"updated_at\": \"2025-10-24T00:25:11.512911+00:00\",\n                \"name\": \"Series A 2002\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": null,\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2002-12-31\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.101011+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0000000\",\n                        \"issued_at\": \"2002-12-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-09-28T10:00:39.109356+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 22,\n        \"total_items\": 22,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    }\n}"},{"id":"6eb6d9f0-c2bf-4649-b950-c06e7e177bc6","name":"Successful Response Without Events","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events/?company_domain=lambdalabs.com","protocol":"https","host":["sacra","com"],"path":["api","v1","events",""],"query":[{"key":"company_domain","value":"lambdalabs.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"events\": [],\n    \"pagination\": {\n        \"page\": 1,\n        \"page_size\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 0,\n        \"has_next\": false,\n        \"has_previous\": false\n    }\n}"},{"id":"326d1a46-deec-415f-b13c-1c9989aa828e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/events/?company_domain=contentful","protocol":"https","host":["sacra","com"],"path":["api","v1","events",""],"query":[{"key":"company_domain","value":"contentful","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:52 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"44"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Bad request: Company not found with domain: contentful"},{"id":"2a26ef73-3d86-439f-afe2-fc2f1e9ca552","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/funding-rounds/?company_domain=johncena.com","protocol":"https","host":["sacra","com"],"path":["api","v1","funding-rounds",""],"query":[{"key":"company_domain","value":"johncena.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:09:03 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Bad request: Company not found with domain: johncena.com"}],"_postman_id":"861aeadf-2d8a-4e96-8c12-bf2a819f78e4"}],"id":"8852a7bb-e0de-4ebf-ba72-e7c796b989c5","description":"<p>The <code>/events</code> endpoint lets you fetch a chronological list of important events for a company. Currently tracked are SecondaryTransaction (tender offers), FundingRound and CorporateActions(stock split, recapitalization).</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9bf2d4a2-6431-4109-ba0a-a221c2f0bdbf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f53bd480-cda1-4e77-908e-0901e54d3741"}}],"_postman_id":"8852a7bb-e0de-4ebf-ba72-e7c796b989c5"},{"name":"Metrics","item":[{"name":"Get metrics","id":"be352fff-36ab-4533-8c4c-e497ed8dc9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sacra.com/api/v1/metrics/","description":"<p>Retrieves structured, citation-backed metric observations from the Sacra database.</p>\n<p>Supports single-company, multi-company, and global queries. Metrics can be filtered by company, metric base, metric view, scenario, and date bounds.</p>\n<p>Can be used for global daily polling. Global queries must include at least one bounded date range on <code>measurement_end_date</code>, <code>comparison_window_end_date</code>, <code>created_at</code>, or <code>updated_at</code>, with a maximum window of 14 days.</p>\n<p>Uses cursor-based pagination via <code>page_after</code> and <code>page_before</code>.</p>\n<p>By default, citations only include evidence rows with quotes, plus SEC filing URLs. Set <code>include_all_signal_evidence=true</code> to include all linked evidence rows.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","metrics",""],"host":["sacra","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.</p>\n","type":"text/plain"},"key":"company_domain","value":null},{"disabled":true,"description":{"content":"<p>Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.</p>\n","type":"text/plain"},"key":"company_id","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.</p>\n","type":"text/plain"},"key":"company_domains","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.</p>\n","type":"text/plain"},"key":"company_ids","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.</p>\n","type":"text/plain"},"key":"metric_base","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.</p>\n","type":"text/plain"},"key":"metric_view","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.</p>\n","type":"text/plain"},"key":"measurement_scenario","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.</p>\n","type":"text/plain"},"key":"base_period","value":null},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.</p>\n","type":"text/plain"},"key":"growth_period","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date &gt;= value.</p>\n","type":"text/plain"},"key":"measurement_end_date_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date &lt;= value.</p>\n","type":"text/plain"},"key":"measurement_end_date_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date &gt;= value.</p>\n","type":"text/plain"},"key":"comparison_window_end_date_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date &lt;= value.</p>\n","type":"text/plain"},"key":"comparison_window_end_date_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 datetime. Filters metrics created at or after this time.</p>\n","type":"text/plain"},"key":"created_at_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 datetime. Filters metrics created at or before this time.</p>\n","type":"text/plain"},"key":"created_at_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.</p>\n","type":"text/plain"},"key":"updated_at_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.</p>\n","type":"text/plain"},"key":"updated_at_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. Integer. Number of metrics to return. Default 30. Maximum 100.</p>\n","type":"text/plain"},"key":"page_size","value":null},{"disabled":true,"description":{"content":"<p>Optional. String UUID cursor for the next page. Do not use with page_before.</p>\n","type":"text/plain"},"key":"page_after","value":null},{"disabled":true,"description":{"content":"<p>Optional. String UUID cursor for the previous page. Do not use with page_after.</p>\n","type":"text/plain"},"key":"page_before","value":null}],"variable":[]}},"response":[{"id":"1254d3c0-17c3-4916-b8c1-518254fa0e74","name":"Successful Response With Company Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=kraken.com","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domain","value":"kraken.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 26 Feb 2026 23:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=8hvxQcQACLgH%2BRizfzW%2FcCSLlm1D2goqOKfY79s1xwI%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150291\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=8hvxQcQACLgH%2BRizfzW%2FcCSLlm1D2goqOKfY79s1xwI%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150291\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d43639b998f9113-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"metric_id\": \"3f1915e4-ef01-4971-b7cd-6e1ba893087b\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 625000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.696457+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.257541+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.977171+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-2025-financials\",\n                        \"headline\": \"Kraken 2025 Financials\",\n                        \"quote\": \"Despite industry-wide softness, the platform generated $625 million in adjusted revenue and $84 million in adjusted EBITDA.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"604e0090-a7ac-470c-ae63-376e0f5055f1\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 2200000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.693661+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.752169+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.923084+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-2025-financials\",\n                        \"headline\": \"Kraken 2025 Financials\",\n                        \"quote\": \"2025 established a new baseline for Payward’s scale and earnings power. Adjusted revenue reached $2.2 billion, representing 33% year-over-year growth, driven by broad-based performance across trading and asset-based businesses.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"83a78a15-35a9-42b9-8bd5-084717e1597b\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 33,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.690811+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.761715+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.946868+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-2025-financials\",\n                        \"headline\": \"Kraken 2025 Financials\",\n                        \"quote\": \"2025 established a new baseline for Payward’s scale and earnings power. Adjusted revenue reached $2.2 billion, representing 33% year-over-year growth, driven by broad-based performance across trading and asset-based businesses.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"24581959-7d60-479b-bfe4-325ef55550e4\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-09-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-09-30\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 114,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.704727+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.759400+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.941880+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-10-22/crypto-exchange-kraken-says-revenue-more-than-doubled-in-the-third-quarter\",\n                        \"headline\": \"Kraken’s revenue reached $648 million, up 114% from the previous year (www.bloomberg.com).\",\n                        \"quote\": \"Kraken’s revenue reached $648 million, up 114% from the previous year, according to a statement.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://coindesk.com/business/2025/10/22/kraken-revenue-more-than-doubled-in-q3-as-company-preps-for-possible-ipo\",\n                        \"headline\": \"Kraken Revenue More Than Doubled In Q3 As Company Preps For Possible Ipo\",\n                        \"quote\": \"Kraken’s revenue more than doubled in the third quarter to $648 million, a 114% increase from the same period last year.\",\n                        \"publication\": \"coindesk.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a590f63f-afa6-4472-b9e4-3d20bf2a84d2\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-09-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 648000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.702057+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.034286+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.544567+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/q3-2025-financial-highlights\",\n                        \"headline\": \"Q3 2025 Financial Highlights\",\n                        \"quote\": \"Q3 2025 adjusted revenues (net of trading costs) rose to $648.0 million, increasing 50% quarter-over-quarter and setting a new all-time record for the company.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-10-22/crypto-exchange-kraken-says-revenue-more-than-doubled-in-the-third-quarter\",\n                        \"headline\": \"Kraken’s revenue reached $648 million, up 114% from the previous year (www.bloomberg.com).\",\n                        \"quote\": \"Kraken’s revenue reached $648 million, up 114% from the previous year, according to a statement.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ed684f77-a761-442d-a908-e72710fc24dc\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"quarter\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-09-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2025-06-30\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 50,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.699298+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.764060+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.952339+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/q3-2025-financial-highlights\",\n                        \"headline\": \"Q3 2025 Financial Highlights\",\n                        \"quote\": \"Q3 2025 adjusted revenues (net of trading costs) rose to $648.0 million, increasing 50% quarter-over-quarter and setting a new all-time record for the company.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"5f487ff3-7c70-4878-89fa-871e9f0e2ded\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-06-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 432000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.712014+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.754622+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.932819+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-q2-2025-financials\",\n                        \"headline\": \"Kraken Q2 2025 Financials\",\n                        \"quote\": \"We delivered adjusted revenue of $432M in Q2 2025, a 15% year-over-year increase.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a0bea047-7120-45d8-8f84-b66248b61de9\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-06-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-06-30\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 15,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.708989+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.756982+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.937288+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-q2-2025-financials\",\n                        \"headline\": \"Kraken Q2 2025 Financials\",\n                        \"quote\": \"We delivered adjusted revenue of $432M in Q2 2025, a 15% year-over-year increase.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"1755be75-5a59-4c30-bc35-fbc1efb9c706\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-03-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-03-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 18,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.717672+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.745052+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.909222+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-q1-2025-financials\",\n                        \"headline\": \"Kraken Q1 2025 Financials\",\n                        \"quote\": \"Kraken generated approximately $492 million in adjusted revenue for Q1 2025 ... This marks an 18% year-over-year adjusted revenue increase\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a252e2a0-45db-4a6a-80af-d6993bb51b08\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-03-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 492000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.714807+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.740319+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.900002+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-q1-2025-financials\",\n                        \"headline\": \"Kraken Q1 2025 Financials\",\n                        \"quote\": \"Kraken generated approximately $492 million in adjusted revenue for Q1 2025 ... This marks an 18% year-over-year adjusted revenue increase\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"1e214a07-4b34-4847-94b7-f3c10208c590\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2023-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 138,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.723808+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.749726+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.918596+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://blog.kraken.com/news/kraken-2024-financials\",\n                        \"headline\": \"Kraken 2024 Financials\",\n                        \"quote\": \"In 2024, we saw adjusted revenue of $1.6 billion (up 138% year-over-year) and $421 million in adjusted EBITDA.\",\n                        \"publication\": \"blog.kraken.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a752b410-357c-476c-a998-80ca7a32bd60\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 1500000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.720759+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.747379+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.913971+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-01-31/crypto-exchange-kraken-says-revenue-more-than-doubled-last-year\",\n                        \"headline\": \"Crypto Exchange Kraken Says Revenue More Than Doubled Last Year\",\n                        \"quote\": \"Kraken’s revenue was $1.5 billion, compared with $671 million in the prior year. Adjusted earnings before items such as taxes reached $380 million in 2024.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/krakens-revenue-more-than-doubled-in-2024\",\n                        \"headline\": \"Crypto exchange Kraken said its revenue last year more than doubled to $1.5 billion from $671 million in 2023 (www.theinformation.com).\",\n                        \"quote\": \"said its revenue last year more than doubled to $1.5 billion.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"873a3d22-9e87-415e-959a-c15959cd77d5\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 671000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.729257+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.742731+00:00\",\n            \"company\": {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.904666+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-01-31/crypto-exchange-kraken-says-revenue-more-than-doubled-last-year\",\n                        \"headline\": \"Crypto Exchange Kraken Says Revenue More Than Doubled Last Year\",\n                        \"quote\": \"The San Francisco-area based trading platform’s revenue was $1.5 billion, compared with $671 million in the prior year.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/krakens-revenue-more-than-doubled-in-2024\",\n                        \"headline\": \"Crypto exchange Kraken said its revenue last year more than doubled to $1.5 billion from $671 million in 2023 (www.theinformation.com).\",\n                        \"quote\": \"Revenue was $1.5 billion, up from $671 million in 2023.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://wsj.com/business/deals/crypto-exchange-kraken-nears-1-5-billion-deal-for-futures-trading-business-55466346\",\n                        \"headline\": \"Crypto Exchange Kraken Nears 1 5 Billion Deal For Futures Trading Business\",\n                        \"quote\": \"Kraken's revenue more than doubled to $1.5 billion in 2024 from $671 million in 2023.\",\n                        \"publication\": \"The Wall Street Journal\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 13,\n        \"total_items\": 13,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 1,\n        \"companies\": [\n            {\n                \"id\": \"239\",\n                \"slug\": \"kraken\",\n                \"domain\": \"kraken.com\"\n            }\n        ]\n    }\n}"},{"id":"2a89b715-a41f-4def-9982-8d2cc949cbb6","name":"Successful Response With Multi-Company Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domains=anthropic.com,openai.com","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domains","value":"anthropic.com,openai.com"},{"key":"metric_base","value":"trailing_revenue","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 26 Feb 2026 23:59:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=eAxdOGKuNmiBr9rUNuInkMMpyq8oKpWnmARqQ%2FfhXQ4%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150351\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=eAxdOGKuNmiBr9rUNuInkMMpyq8oKpWnmARqQ%2FfhXQ4%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150351\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d4365111bb49113-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"metric_id\": \"e8429dad-2c5f-4e92-aff3-538ca28d59b6\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2030-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 213000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.843770+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.704612+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.830815+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://fortune.com/2025/11/26/is-openai-profitable-forecast-data-center-200-billion-shortfall-hsbc\",\n                        \"headline\": \"Is Openai Profitable Forecast Data Center 200 Billion Shortfall Hsbc\",\n                        \"quote\": \"Despite this, projected revenues—though growing rapidly, to over $213 billion in 2030—would simply not be enough to bridge the divide.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a4e2149c-c90c-48d8-af09-eeb673d5a30b\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2029-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 125000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.846945+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.687099+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.790159+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com\",\n                        \"headline\": null,\n                        \"quote\": \"Total revenue is projected to surge to $125 billion by 2029 and $174 billion the following year, the Information reported in April, citing internal documents\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/simo-step-openai-board\",\n                        \"headline\": \"Simo Step Openai Board\",\n                        \"quote\": \"projected to reach $125 billion in revenue by 2029\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2025/06/09/openai-hits-10-billion-in-annualized-revenue-fueled-by-chatgpt-growth.html\",\n                        \"headline\": \"OpenAI hits $10 billion in annual recurring revenue fueled by ChatGPT growth\",\n                        \"quote\": \"OpenAI is also targeting $125 billion in revenue by 2029, according to a person familiar with the matter who asked not to be named because the details are confidential.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"3cb878b2-623b-457d-8037-8dab8a4f1d5a\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2028-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 100000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.850004+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.934843+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.346223+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://fortune.com/2025/11/01/sam-altman-openai-annual-revenue-13-billion-forecast-100-billion-2027\",\n                        \"headline\": \"Sam Altman Openai Annual Revenue 13 Billion Forecast 100 Billion 2027\",\n                        \"quote\": \"While talking about the potential for OpenAI to go public in the coming years, BG2 host Gerstner floated revenue estimates topping $100 billion a year in 2028 or 2029.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/articles/openai-projections-imply-losses-tripling-to-14-billion-in-2026\",\n                        \"headline\": \"Openai Projections Imply Losses Tripling To 14 Billion In 2026\",\n                        \"quote\": \"The company’s projections suggest it won’t turn a profit until 2029, when its revenue would hit $100 billion.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ab346558-9373-4d66-ab1b-bb3a1f9b6450\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2028-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 70000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.082265+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.771316+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.971313+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-projects-70-billion-revenue-17-billion-cash-flow-2028\",\n                        \"headline\": \"Anthropic Projects 70 Billion Revenue 17 Billion Cash Flow 2028\",\n                        \"quote\": \"Anthropic Projects $70 Billion in Revenue, $17 Billion in Cash Flow in 2028\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/11/04/anthropic-expects-b2b-demand-to-boost-revenue-to-70b-in-2028-report\",\n                        \"headline\": \"Anthropic expects to generate as much as $70 billion in revenue and $17 billion in cash flow in 2028.\",\n                        \"quote\": \"The Information reports Anthropic expects as much as $70B revenue and $17B cash flow in 2028\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a3bf1ca5-2121-4ceb-b04a-228a5af92606\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2027-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 100000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.852977+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.957713+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.399297+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://fortune.com/2025/11/01/sam-altman-openai-annual-revenue-13-billion-forecast-100-billion-2027\",\n                        \"headline\": \"Sam Altman Openai Annual Revenue 13 Billion Forecast 100 Billion 2027\",\n                        \"quote\": \"Sam Altman says OpenAI’s revenue is ‘well more’ than reports of $13 billion a year and hints it could hit $100 billion by 2027\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/11/02/sam-altman-says-enough-to-questions-about-openais-revenue\",\n                        \"headline\": \"Sam Altman Says Enough To Questions About Openais Revenue\",\n                        \"quote\": \"Gerstner floated $100B in 2028/2029; 'How about ’27?' Altman countered.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/openais-revenue-reach-100-billion-2027-altman-suggests\",\n                        \"headline\": \"Openais Revenue Reach 100 Billion 2027 Altman Suggests\",\n                        \"quote\": \"OpenAI’s revenue could reach $100 billion in 2027, Sam Altman said.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"e5634fc7-f2f4-42d5-a2c3-65b6741b82f9\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2026-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 29.4,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.856121+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.515853+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.545505+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-03-26/openai-expects-revenue-will-triple-to-12-7-billion-this-year\",\n                        \"headline\": \"Openai Expects Revenue Will Triple To 12 7 Billion This Year\",\n                        \"quote\": \"OpenAI expects revenue will continue growing at a fast clip, more than doubling next year to $29.4 billion, the person said.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"0a93733b-e784-41b5-b511-e2c44359da3d\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2026-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"less_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": null,\n                \"high\": 18000000000,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.084979+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.075542+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.627102+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-increases-2026-revenue-forecast-20-18-billion\",\n                        \"headline\": \"Anthropic Increases 2026 Revenue Forecast 20 18 Billion\",\n                        \"quote\": \"Anthropic, in December, projected to generate as much as $18 billion this year, about 20% more than its summer forecast, and $55 billion next year.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"d1e9df56-e0df-4834-9489-e8bfe632d4c8\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2026-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 26000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.033863+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.785454+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.008138+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://reuters.com/business/retail-consumer/anthropic-aims-nearly-triple-annualized-revenue-2026-sources-say-2025-10-15\",\n                        \"headline\": \"Anthropic Aims Nearly Triple Annualized Revenue 2026 Sources Say\",\n                        \"quote\": \"For 2026... a best case of as much as $26 billion.\",\n                        \"publication\": \"Reuters\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/exclusive-anthropic-aims-nearly-triple-170234463.html\",\n                        \"headline\": \"Exclusive Anthropic Aims Nearly Triple\",\n                        \"quote\": \"...a best case of as much as $26 billion, the people said.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"4b8d81f7-6161-4213-8b4e-bd58332db83c\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2026-02-12\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 14000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.039515+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.780931+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.999095+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/anthropic-valued-380-billion-latest-190341551.html\",\n                        \"headline\": \"Anthropic Valued 380 Billion Latest\",\n                        \"quote\": \"the company said its current run-rate revenue is $14 billion.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://anthropic.com/news/anthropic-raises-30-billion-series-g-funding-380-billion-post-money-valuation?939688b5_page=1&e45d281a_page=3\",\n                        \"headline\": \"Anthropic Raises 30 Billion Series G Funding 380 Billion Post Money Valuation\",\n                        \"quote\": \"Today, our run-rate revenue is $14 billion, with this figure growing over 10x annually in each of those past three years.\",\n                        \"publication\": \"anthropic.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://axios.com/2026/02/12/anthropic-raises-30b-at-380b-valuation\",\n                        \"headline\": \"Anthropic Raises 30b At 380b Valuation\",\n                        \"quote\": \"Anthropic's run-rate revenue has reached $14 billion, growing more than 10x annually over the past three years.\",\n                        \"publication\": \"Axios\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"d3d61ae2-481f-4606-8cf7-b1c6a4e09deb\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2026-02-12\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 2500000000,\n                \"high\": null,\n                \"scope_name\": \"Claude Code\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.036663+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.778584+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.994652+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/anthropic-valued-380-billion-latest-190341551.html\",\n                        \"headline\": \"Anthropic Valued 380 Billion Latest\",\n                        \"quote\": \"For Claude Code alone, the run-rate revenue has grown to over $2.5 billion, more than doubling since the beginning of 2026.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://anthropic.com/news/anthropic-raises-30-billion-series-g-funding-380-billion-post-money-valuation?e45d281a_page=4\",\n                        \"headline\": \"Anthropic Raises 30 Billion Series G Funding 380 Billion Post Money Valuation\",\n                        \"quote\": \"Today, Claude Code’s run-rate revenue has grown to over $2.5 billion; this figure has more than doubled since the beginning of 2026.\",\n                        \"publication\": \"anthropic.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://axios.com/2026/02/12/anthropic-raises-30b-at-380b-valuation\",\n                        \"headline\": \"Anthropic Raises 30b At 380b Valuation\",\n                        \"quote\": \"Claude Code... has a run-rate revenue above $2.5 billion, more than double its level at the start of the year.\",\n                        \"publication\": \"Axios\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"73c5820a-70b9-44d0-9378-d0ded5318c56\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 11600000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.859269+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.697512+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 4,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.815733+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://axios.com/2024/10/03/openai-investors-profit-money-costs\",\n                        \"headline\": \"Openai Investors Profit Money Costs\",\n                        \"quote\": \"...estimates a jump to $11.6 billion next year\",\n                        \"publication\": \"Axios\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2024/09/27/openai-sees-5-billion-loss-this-year-on-3point7-billion-in-revenue.html\",\n                        \"headline\": \"Openai Sees 5 Billion Loss This Year On 3.7 Billion In Revenue\",\n                        \"quote\": \"\\\"Revenue is expected to jump to $11.6 billion next year, a source with knowledge of the matter confirmed.\\\"\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://news.bloomberglaw.com/artificial-intelligence/openai-expects-revenue-will-triple-to-12-7-billion-this-year\",\n                        \"headline\": \"Openai Expects Revenue Will Triple To 12 7 Billion This Year\",\n                        \"quote\": \"Bloomberg notes NYT reporting that OpenAI was \\\"eyeing revenue of $11.6 billion for 2025.\\\"\",\n                        \"publication\": \"news.bloomberglaw.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/openai-reportedly-plans-to-close-new-funding-next-week-projects-11-6-billion-in-2025-revenue\",\n                        \"headline\": \"Openai Reportedly Plans To Close New Funding Next Week Projects 11 6 Billion In 2025 Revenue\",\n                        \"quote\": \"\\\"Next year, the company is projecting that its revenue pace will balloon to $11.6 billion.\\\"\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"c70e9e4d-0eaf-488b-bd0c-1d7aa16d5f74\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 20000000000,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.832525+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.107855+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.694314+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2025/11/06/sam-altman-says-openai-has-20b-arr-and-about-1-4-trillion-in-data-center-commitments\",\n                        \"headline\": \"Sam Altman Says Openai Has 20b Arr And About 1 4 Trillion In Data Center Commitments\",\n                        \"quote\": \"\\\"We expect to end this year above $20 billion in annualized revenue run rate and grow to hundreds of billion by 2030. We are looking at commitments of about $1.4 trillion over the next 8 years,\\\" he wrote.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://businessinsider.com/openai-ceo-sam-altman-addresses-strategy-government-backstop-rumors-2025-11\",\n                        \"headline\": \"Openai Ceo Sam Altman Addresses Strategy Government Backstop Rumors\",\n                        \"quote\": \"OpenAI expects to end the year with $20 billion in annualized revenue run rate\",\n                        \"publication\": \"businessinsider.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"048fdf95-54a2-44ea-835e-082820f8b4a8\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"custom\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2025-12-31\",\n                \"comparison_window_custom_start_date\": \"2023-01-01\",\n                \"type\": \"equals\",\n                \"unit_kind\": \"multiple\",\n                \"currency_code\": null,\n                \"amount\": 10,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.820890+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.361937+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.196220+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://openai.com/index/a-business-that-scales-with-the-value-of-intelligence\",\n                        \"headline\": \"A Business That Scales With The Value Of Intelligence\",\n                        \"quote\": \"While revenue followed the same curve growing 3X year over year, or 10X from 2023 to 2025: $2B ARR in 2023, $6B in 2024, and $20B+ in 2025.\",\n                        \"publication\": \"openai.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"a83a8982-3f86-4db4-b47b-e745956c0897\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"multiple\",\n                \"currency_code\": null,\n                \"amount\": 3,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.817681+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.364264+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.201531+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://openai.com/index/a-business-that-scales-with-the-value-of-intelligence\",\n                        \"headline\": \"A Business That Scales With The Value Of Intelligence\",\n                        \"quote\": \"While revenue followed the same curve growing 3X year over year, or 10X from 2023 to 2025: $2B ARR in 2023, $6B in 2024, and $20B+ in 2025.\",\n                        \"publication\": \"openai.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"cd4a0bdd-5e57-4aa3-bfdc-aa4d0261d5ef\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"multiple\",\n                \"currency_code\": null,\n                \"amount\": 3,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.814568+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.354874+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.180980+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://openai.com/index/a-business-that-scales-with-the-value-of-intelligence\",\n                        \"headline\": \"A Business That Scales With The Value Of Intelligence\",\n                        \"quote\": \"While revenue followed the same curve growing 3X year over year, or 10X from 2023 to 2025: $2B ARR in 2023, $6B in 2024, and $20B+ in 2025.\",\n                        \"publication\": \"openai.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"e177838f-cfc7-4471-be46-dda3cc44a01b\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 20000000000,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.811201+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.217334+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 4,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.907212+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://openai.com/index/a-business-that-scales-with-the-value-of-intelligence\",\n                        \"headline\": \"A Business That Scales With The Value Of Intelligence\",\n                        \"quote\": \"While revenue followed the same curve growing 3X year over year, or 10X from 2023 to 2025: $2B ARR in 2023, $6B in 2024, and $20B+ in 2025.\",\n                        \"publication\": \"openai.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://businessinsider.com/openai-cfo-friar-2026-year-practical-adoption-ai-2026-1\",\n                        \"headline\": \"Openai Cfo Friar 2026 Year Practical Adoption Ai 2026 1\",\n                        \"quote\": \"OpenAI generated more than $20 billion in annualized revenue in 2025, CFO noted.\",\n                        \"publication\": \"businessinsider.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/openai-cfo-says-revenue-grown-compute\",\n                        \"headline\": \"Openai Cfo Says Revenue Grown Compute\",\n                        \"quote\": \"Friar said that OpenAI’s compute has tripled year over year—from 0.2 gigawatts in 2023 to 0.6 gigawatts in 2024 and 1.9 gigawatts in 2025—while revenue has similarly tripled year over year—from $2 billion in annualized revenue in 2023 to $6 billion in 2024 to more than $20 billion in 2025.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://fortune.com/2026/01/27/openai-cfo-sarah-friar-mismatch-ai-abilities-value-companies-capturing\",\n                        \"headline\": \"Openai Cfo Sarah Friar Mismatch Ai Abilities Value Companies Capturing\",\n                        \"quote\": \"In 2023, revenue reached $2 billion in annual recurring revenue; it rose to $6 billion in 2024 and jumped to more than $20 billion in 2025, according to Friar’s Jan. 18 blog post.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ac33da6c-01f8-4d6e-8330-51724a506109\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 10000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.044991+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.773716+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.975983+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://fortune.com/2025/12/04/how-anthropic-grew-what-the-183-billion-giant-faces-next\",\n                        \"headline\": \"How Anthropic Grew What The 183 Billion Giant Faces Next\",\n                        \"quote\": \"Anthropic is on track to hit an annualized revenue run rate of nearly $10 billion by the end of 2025\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"e8e66312-855a-4c6e-b1d7-962973706b63\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 9000000000,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.042141+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.556423+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.646240+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2026-01-21/anthropic-s-revenue-run-rate-tops-9-billion-as-vcs-pile-in\",\n                        \"headline\": \"Anthropic S Revenue Run Rate Tops 9 Billion As Vcs Pile In\",\n                        \"quote\": \"Anthropic’s revenue run rate has more than doubled since last summer, and hit over $9 billion at the end of 2025, according to people familiar with the details... The company’s run rate... was $4 billion in July of last year.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"be1f258e-1cb3-4c95-aa68-3514a2016263\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-10-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 7000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.047686+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.783232+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.003792+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/exclusive-anthropic-aims-nearly-triple-170234463.html\",\n                        \"headline\": \"Exclusive Anthropic Aims Nearly Triple\",\n                        \"quote\": \"Anthropic told Reuters its annual revenue run rate is approaching $7 billion this month, but declined to comment on future projections.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/newsletters/ai-agenda/openais-growing-ecosystem-play\",\n                        \"headline\": \"Openais Growing Ecosystem Play\",\n                        \"quote\": \"nearing $7 billion in annualized revenue this month\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"029de76f-80c9-4153-ac40-4c3224a31050\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-09-02\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 500000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": \"Claude Code\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.050677+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.065654+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 4,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.604076+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://wsj.com/articles/anthropic-valuation-hits-183-billion-in-new-13-billion-funding-round-6212f3ed\",\n                        \"headline\": \"Anthropic Valuation Hits 183 Billion In New 13 Billion Funding Round\",\n                        \"quote\": \"Claude Code, which alone now has a $500 million revenue run rate.\",\n                        \"publication\": \"The Wall Street Journal\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/09/02/anthropic-raises-13b-series-f-at-183b-valuation\",\n                        \"headline\": \"Anthropic Raises 13b Series F At 183b Valuation\",\n                        \"quote\": \"Claude Code is also a developer favorite... already generates more than $500 million in run-rate revenue...\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theverge.com/anthropic/769179/anthropic-is-now-valued-at-183-billion\",\n                        \"headline\": \"Anthropic Is Now Valued At 183 Billion\",\n                        \"quote\": \"Claude Code has already surpassed $500 million in run-rate revenue...\",\n                        \"publication\": \"theverge.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://anthropic.com/news/anthropic-raises-series-f-at-usd183b-post-money-valuation\",\n                        \"headline\": \"Anthropic raises $13B Series F at $183B post-money valuation\",\n                        \"quote\": \"Claude Code has quickly taken off—already generating over $500 million in run-rate revenue...\",\n                        \"publication\": \"Anthropic\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"8e450883-47cd-4fdc-8e42-6eed509669d7\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-08-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 5000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.053325+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.766536+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.961925+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-09-29/anthropic-says-new-ai-model-can-code-on-its-own-for-30-hours-straight\",\n                        \"headline\": \"Anthropic Says New Ai Model Can Code On Its Own For 30 Hours Straight\",\n                        \"quote\": \"The company, now valued at $183 billion, reached $5 billion in run-rate revenue in August, fueled in part by traction for its coding software.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2025/09/02/anthropic-raises-13-billion-at-18-billion-valuation.html\",\n                        \"headline\": \"Anthropic Raises 13 Billion At 18 Billion Valuation\",\n                        \"quote\": \"As of August, Anthropic said its run-rate revenue has reached over $5 billion.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://wsj.com/articles/anthropic-valuation-hits-183-billion-in-new-13-billion-funding-round-6212f3ed\",\n                        \"headline\": \"Anthropic Valuation Hits 183 Billion In New 13 Billion Funding Round\",\n                        \"quote\": \"Annualized revenue run rate grew from $1 billion to over $5 billion since the start of 2025.\",\n                        \"publication\": \"The Wall Street Journal\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"02eeccd1-25d2-4166-9ef3-658ac4d52f36\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-07-31\",\n                \"custom_start_date\": \"2025-01-01\",\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 12000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.835337+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.209524+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.893309+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/openai-hits-12-billion-annualized-revenue-breaks-700-million-chatgpt-weekly-active-users?rc=zjctrx\",\n                        \"headline\": \"Openai Hits 12 Billion Annualized Revenue Breaks 700 Million Chatgpt Weekly Active Users\",\n                        \"quote\": \"OpenAI roughly doubled its revenue in the first seven months of the year, reaching $12 billion in annualized revenue, according to a person who spoke to OpenAI executives.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/briefings/openai-revenue-hits-12-billion-annualized-pace\",\n                        \"headline\": \"Openai Revenue Hits 12 Billion Annualized Pace\",\n                        \"quote\": \"OpenAI has reached $12 billion in annualized revenue, nearly double its pace at the beginning the year, The Information reported Wednesday.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"790b7e8e-4ff0-4649-a07e-3562f230ab97\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-07-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 4000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.055920+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.295827+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.031413+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-revenue-hits-4-billion-annual-pace\",\n                        \"headline\": \"Anthropic Revenue Hits 4 Billion Annual Pace\",\n                        \"quote\": \"reached a pace of $4 billion annually\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2026-01-21/anthropic-s-revenue-run-rate-tops-9-billion-as-vcs-pile-in\",\n                        \"headline\": \"Anthropic S Revenue Run Rate Tops 9 Billion As Vcs Pile In\",\n                        \"quote\": \"the company’s run rate ... was $4 billion in July of last year.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ee361228-d836-4096-9c47-edd6d2dabcb8\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-07-15\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"range\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 3000000000,\n                \"high\": 4000000000,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.058601+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.073005+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.622571+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-07-15/openai-rival-anthropic-courts-finance-industry-with-new-ai-tools\",\n                        \"headline\": \"Openai Rival Anthropic Courts Finance Industry With New Ai Tools\",\n                        \"quote\": \"The startup’s annualized revenue increased from $3 billion to $4 billion in the past month, according to a person familiar with the matter who was not authorized to speak publicly on private matters.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/articles/anthropic-revenue-pace-nears-5-billion-run-mega-round\",\n                        \"headline\": \"Anthropic Revenue Pace Nears 5 Billion Run Mega Round\",\n                        \"quote\": \"reached a $4 billion annualized pace as of early July.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2025/05/30/anthropic-hits-3-billion-in-annualized-revenue-on-business-demand-for-ai.html\",\n                        \"headline\": \"Anthropic hits $3 billion in annualized revenue on business demand for AI\",\n                        \"quote\": \"Anthropic is making about $3 billion in annualized revenue.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"c2711990-d57d-4472-a71f-d658576a71c1\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"custom\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-06-30\",\n                \"custom_start_date\": \"2025-01-01\",\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 4300000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.862925+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.214785+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.902750+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/openai-generated-4-3-billion-revenue-burned-2-5-billion-first-half\",\n                        \"headline\": \"Openai Generated 4 3 Billion Revenue Burned 2 5 Billion First Half\",\n                        \"quote\": \"In the first half of 2025, OpenAI generated $4.3 billion in revenue, putting the company on track to meet its full-year revenue projection of $13 billion, The Information reported Tuesday.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/articles/openais-first-half-results-4-3-billion-sales-2-5-billion-cash-burn\",\n                        \"headline\": \"Openais First Half Results 4 3 Billion Sales 2 5 Billion Cash Burn\",\n                        \"quote\": \"OpenAI generated around $4.3 billion in revenue in the first half of 2025, about 16% more than it generated all of last year, according to financial disclosures to shareholders.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://ft.com/content/908dc05b-5fcd-456a-88a3-eba1f77d3ffd\",\n                        \"headline\": \"Financial Times\",\n                        \"quote\": \"In the first half of 2025, OpenAI reported $4.3 billion in revenue, positioning it to meet its projected $13 billion full-year target, according to The Information.\",\n                        \"publication\": \"Financial Times\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"072360d3-7d50-4d00-b2e0-c84899c1abd0\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-06-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 10000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.823977+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.694993+00:00\",\n            \"company\": {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.810791+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://cnbc.com/2025/06/09/openai-hits-10-billion-in-annualized-revenue-fueled-by-chatgpt-growth.html\",\n                        \"headline\": \"OpenAI hits $10 billion in annual recurring revenue fueled by ChatGPT growth\",\n                        \"quote\": \"OpenAI has reached $10 billion in annual recurring revenue, marking a financial milestone for the ChatGPT maker as demand for artificial intelligence continues to boom. The total includes sales from consumer products, ChatGPT business products and its application programming interface, but excludes licensing revenue and major one-off deals\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/06/09/openai-claims-to-have-hit-10b-in-annual-revenue\",\n                        \"headline\": \"OpenAI claims to have hit $10B in annual revenue\",\n                        \"quote\": \"OpenAI says it recently hit $10 billion in annual recurring revenue, up from around $5.5 billion last year.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"fe9bb082-44da-40b4-b9fe-b597cad27346\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-05-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 3000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.061114+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.787891+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.013104+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/exclusive-anthropic-hits-3-billion-200202733.html\",\n                        \"headline\": \"Exclusive Anthropic Hits 3 Billion\",\n                        \"quote\": \"Anthropic is making about $3 billion in annualized revenue, according to two sources familiar with the matter\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2025/05/30/anthropic-hits-3-billion-in-annualized-revenue-on-business-demand-for-ai.html\",\n                        \"headline\": \"Anthropic hits $3 billion in annualized revenue on business demand for AI\",\n                        \"quote\": \"Anthropic is making about $3 billion in annualized revenue.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"afa28257-21e6-4dda-ae11-ecdef7f0b0c2\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-03-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 2000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.063634+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.790952+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.017606+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://cnbc.com/2025/05/30/anthropic-hits-3-billion-in-annualized-revenue-on-business-demand-for-ai.html\",\n                        \"headline\": \"Anthropic hits $3 billion in annualized revenue on business demand for AI\",\n                        \"quote\": \"The figure crossed $2 billion around the end of March, and at May's end it hit $3 billion.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2025/05/16/anthropic-ai-credit-facility.html\",\n                        \"headline\": \"Anthropic closes $2.5 billion credit facility as Wall Street continues plunging money into AI boom\",\n                        \"quote\": \"Annualized revenue reached $2 billion in the first quarter, the company confirmed.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"38a2a566-1707-40f0-91ae-2c51a94ffa06\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"ytd\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-03-03\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 30,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.066172+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.068076+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.613160+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://bloomberg.com/news/articles/2025-03-03/anthropic-finalizes-megaround-at-61-5-billion-valuation\",\n                        \"headline\": \"Anthropic Finalizes Megaround At 61 5 Billion Valuation\",\n                        \"quote\": \"Late last year, the company’s annual revenue run rate was about $1 billion, according to a person familiar with the matter. So far this year, that number has increased by 30%, said the person, who asked not to be identified discussing private information.\",\n                        \"publication\": \"Bloomberg\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/03/03/anthropic-raises-3-5b-to-fuel-its-ai-ambitions\",\n                        \"headline\": \"Anthropic raises $3.5B to fuel its AI ambitions\",\n                        \"quote\": \"That number has increased by 30% so far in 2025.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"f1b310d3-ebb7-4aea-9414-a7342ad2642a\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-01-07\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 875000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.068835+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.078013+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.631688+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://cnbc.com/2025/01/07/anthropic-in-talks-to-raise-funding-at-60-billion-valuation.html\",\n                        \"headline\": \"Anthropic In Talks To Raise Funding At 60 Billion Valuation\",\n                        \"quote\": \"Anthropic's annualized revenue is about $875 million and comes chiefly from enterprise sales, the person said.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://wsj.com/tech/ai/ai-startup-anthropic-raising-funding-valuing-it-at-60-billion-19d0605a\",\n                        \"headline\": \"Ai Startup Anthropic Raising Funding Valuing It At 60 Billion\",\n                        \"quote\": \"Anthropic's projected annual revenue has reached approximately $875 million, primarily from business sales.\",\n                        \"publication\": \"The Wall Street Journal\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 30,\n        \"total_items\": 43,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": \"https://sacra.com/api/v1/metrics/?company_domains=anthropic.com%2Copenai.com&pagination=cursor&page_after=f1b310d3-ebb7-4aea-9414-a7342ad2642a\",\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"multi-company\",\n        \"companies_count\": 2,\n        \"companies\": [\n            {\n                \"id\": \"579\",\n                \"slug\": \"openai\",\n                \"domain\": \"openai.com\"\n            },\n            {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            }\n        ]\n    }\n}"},{"id":"13ca2c50-d8c8-4142-9486-e8c4c65667e0","name":"Successful Response With Growth Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=databricks.com&metric_view=growth","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"metric_base","value":"trailing_revenue","disabled":true},{"key":"company_domain","value":"databricks.com"},{"key":"metric_view","value":"growth"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=t9hHeTnTFtfEmk4QKvbFHqBfRctnTxG3FKXR11CdCj0%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150413\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=t9hHeTnTFtfEmk4QKvbFHqBfRctnTxG3FKXR11CdCj0%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150413\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d43669489f24c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"metric_id\": \"9434fddf-16b4-4213-9508-3a745dbc856d\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2026-02-09\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2025-02-09\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": null,\n                \"low\": 65,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:53.055594+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.235582+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.940116+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://databricks.com/company/newsroom/press-releases/databricks-grows-65-yoy-surpasses-5-4-billion-revenue-run-rate\",\n                        \"headline\": \"Databricks Grows 65 Yoy Surpasses 5 4 Billion Revenue Run Rate\",\n                        \"quote\": \"Databricks ... today announced it crossed a $5.4 billion revenue run-rate, delivering >65% year-over-year growth during its Q4.\",\n                        \"publication\": \"databricks.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2026/02/09/databricks-ceo-says-saas-isnt-dead-but-ai-will-soon-make-it-irrelevant\",\n                        \"headline\": \"Databricks Ceo Says Saas Isnt Dead But Ai Will Soon Make It Irrelevant\",\n                        \"quote\": \"On Monday, Databricks announced it reached a $5.4 billion revenue run rate, growing 65% year-over-year, of which more than $1.4 billion was from its AI products.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"392cb8cb-d522-4881-b83f-42ca42958a12\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-12-16\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2024-12-16\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 55,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:53.597458+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.095468+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.665636+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2025/12/16/databricks-raises-4b-at-134b-valuation-as-its-ai-business-heats-up\",\n                        \"headline\": \"Databricks Raises 4b At 134b Valuation As Its Ai Business Heats Up\",\n                        \"quote\": \"Indeed, Databricks on Tuesday said it now generates run-rate revenue of more than $4.8 billion, up 55% from a year earlier, of which more than $1 billion came from its AI products.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"cb2afb74-d6d2-4f93-90d0-a7a7d31cf269\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-01-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2023-01-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": null,\n                \"low\": 50,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:54.551515+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.590705+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.578666+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2024/03/07/databricks-revenue-numbers-ipo\",\n                        \"headline\": \"Databricks Revenue Numbers Ipo\",\n                        \"quote\": \"\\\"For the year ending January 31, 2024, the late-stage startup pulled in $1.6 billion, a number that represented growth of more than 50% over the prior year.\\\"\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://cnbc.com/2024/06/12/databricks-says-annualized-revenue-to-reach-2point4-billion-in-first-half.html\",\n                        \"headline\": \"Databricks Says Annualized Revenue To Reach 2.4 Billion In First Half\",\n                        \"quote\": \"generated $1.6 billion in revenue for the year that ended on Jan. 31, up more than 50% year over year.\",\n                        \"publication\": \"CNBC\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"143b5331-a94e-4331-bd7d-8a800b270eb1\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-01-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2023-01-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": null,\n                \"low\": 200,\n                \"high\": null,\n                \"scope_name\": \"Databricks SQL\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:54.272815+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.386774+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.242876+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2024/03/07/databricks-revenue-numbers-ipo\",\n                        \"headline\": \"Databricks Revenue Numbers Ipo\",\n                        \"quote\": \"Databricks generated more than $1.6 billion worth of revenue, powered in part by the company’s Databricks SQL product (data warehousing) growing more than 200% year-over-year to a run rate of more than $250 million.\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"9d2c3c45-da23-4164-83be-8aaf655db0ca\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2022-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2021-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 75,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:54.638715+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.164126+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.811410+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://cnbc.com/2021/08/31/enterprise-software-company-databricks-now-worth-38-billion.html\",\n                        \"headline\": \"Enterprise Software Company Databricks Now Worth 38 Billion\",\n                        \"quote\": \"The company has now raised nearly $3.6 billion to date and is on pace to generate $1 billion or more in 2022 revenue, growing 75% year over year.\",\n                        \"publication\": \"cnbc.com\",\n                        \"type\": \"source\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"0a7004df-1a42-4388-9955-9d712ea9400f\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2022-08-05\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2021-08-05\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 80,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:52.599647+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.394175+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.257692+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2022/08/05/squaring-databricks-2021-valuation-as-it-crosses-a-1b-annual-run-rate\",\n                        \"headline\": \"Squaring Databricks 2021 Valuation As It Crosses A 1b Annual Run Rate\",\n                        \"quote\": \"Update: After publication, Databricks reached out to TechCrunch to share more information, including that its annual revenue run rate was growing at around the 80% mark when it reached the $1 billion threshold.\",\n                        \"publication\": \"techcrunch.com\",\n                        \"type\": \"source\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"c0a46189-1888-4fc9-951a-19df2dd08d92\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2021-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2020-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": null,\n                \"low\": 80,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:52.716596+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.399262+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.267716+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://techcrunch.com/2022/02/17/as-databricks-reaches-800m-arr-a-fresh-look-at-its-last-private-valuation\",\n                        \"headline\": \"As Databricks Reaches 800m Arr A Fresh Look At Its Last Private Valuation\",\n                        \"quote\": \"The San Francisco-based company said it ended 2021 with more than $800 million in annual recurring revenue, more than an 80% jump year-over-year.\",\n                        \"publication\": \"techcrunch.com\",\n                        \"type\": \"source\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"f297fc6e-7699-41c5-aa84-568b0345e99d\",\n            \"metric_definition\": {\n                \"base\": \"recurring_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2019-10-22\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2018-10-22\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"multiple\",\n                \"currency_code\": null,\n                \"amount\": 2.5,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:52.914622+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.611103+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.633628+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://venturebeat.com/technology/databricks-raises-400-million-at-a-6-2-billion-valuation\",\n                        \"headline\": \"Databricks Raises 400 Million At A 6 2 Billion Valuation\",\n                        \"quote\": \"\\\"annual recurring revenue grew 2.5 times year over year\\\" ([venturebeat.com](https://venturebeat.com/technology/databricks-raises-400-million-at-a-6-2-billion-valuation#:~:text=and%20Tiger%20Global%20Management,5%20times%20year%20over%20year))\",\n                        \"publication\": \"VentureBeat\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"4911fd58-3637-4879-af9d-0b3b0d4b7393\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2018-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2017-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"multiple\",\n                \"currency_code\": null,\n                \"amount\": 3,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": \"subscription revenue\",\n                \"scope_type\": \"business_line\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:45:54.736933+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.879158+00:00\",\n            \"company\": {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.223888+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://news.crunchbase.com/startups/databricks-doubles-capital-raised-with-250m-series-e-and-a-2-75-billion-valuation\",\n                        \"headline\": \"Databricks Doubles Capital Raised With 250m Series E And A 2 75 Billion Valuation\",\n                        \"quote\": \"experienced “approximately 3x year-over-year growth in subscription revenue during the last quarter of 2018.”\",\n                        \"publication\": \"news.crunchbase.com\",\n                        \"type\": \"source\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 9,\n        \"total_items\": 9,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 1,\n        \"companies\": [\n            {\n                \"id\": \"262\",\n                \"slug\": \"databricks\",\n                \"domain\": \"databricks.com\"\n            }\n        ]\n    }\n}"},{"id":"68847524-bd16-4af3-9eef-7e27871fc2d3","name":"Successful Response With Projections","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=anthropic.com&measurement_scenario=projection","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"metric_base","value":"trailing_revenue","disabled":true},{"key":"company_domain","value":"anthropic.com"},{"key":"measurement_scenario","value":"projection"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:00:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=zYIbyL8SixDDxzHL%2B0bVzaMkvRyYVCcx%2BhPyMufk9Jg%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150446\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=zYIbyL8SixDDxzHL%2B0bVzaMkvRyYVCcx%2BhPyMufk9Jg%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150446\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d436764cb494c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"metric_id\": \"ab346558-9373-4d66-ab1b-bb3a1f9b6450\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2028-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 70000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.082265+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.771316+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.971313+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-projects-70-billion-revenue-17-billion-cash-flow-2028\",\n                        \"headline\": \"Anthropic Projects 70 Billion Revenue 17 Billion Cash Flow 2028\",\n                        \"quote\": \"Anthropic Projects $70 Billion in Revenue, $17 Billion in Cash Flow in 2028\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://techcrunch.com/2025/11/04/anthropic-expects-b2b-demand-to-boost-revenue-to-70b-in-2028-report\",\n                        \"headline\": \"Anthropic expects to generate as much as $70 billion in revenue and $17 billion in cash flow in 2028.\",\n                        \"quote\": \"The Information reports Anthropic expects as much as $70B revenue and $17B cash flow in 2028\",\n                        \"publication\": \"TechCrunch\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"0a93733b-e784-41b5-b511-e2c44359da3d\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2026-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"less_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": null,\n                \"high\": 18000000000,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.084979+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.075542+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.627102+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-increases-2026-revenue-forecast-20-18-billion\",\n                        \"headline\": \"Anthropic Increases 2026 Revenue Forecast 20 18 Billion\",\n                        \"quote\": \"Anthropic, in December, projected to generate as much as $18 billion this year, about 20% more than its summer forecast, and $55 billion next year.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"d1e9df56-e0df-4834-9489-e8bfe632d4c8\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2026-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 26000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.033863+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.785454+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.008138+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://reuters.com/business/retail-consumer/anthropic-aims-nearly-triple-annualized-revenue-2026-sources-say-2025-10-15\",\n                        \"headline\": \"Anthropic Aims Nearly Triple Annualized Revenue 2026 Sources Say\",\n                        \"quote\": \"For 2026... a best case of as much as $26 billion.\",\n                        \"publication\": \"Reuters\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/exclusive-anthropic-aims-nearly-triple-170234463.html\",\n                        \"headline\": \"Exclusive Anthropic Aims Nearly Triple\",\n                        \"quote\": \"...a best case of as much as $26 billion, the people said.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ac33da6c-01f8-4d6e-8330-51724a506109\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2025-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 10000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.044991+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.773716+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.975983+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://fortune.com/2025/12/04/how-anthropic-grew-what-the-183-billion-giant-faces-next\",\n                        \"headline\": \"How Anthropic Grew What The 183 Billion Giant Faces Next\",\n                        \"quote\": \"Anthropic is on track to hit an annualized revenue run rate of nearly $10 billion by the end of 2025\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"1a90f473-80d9-429b-9411-a406012c0dc0\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 850000000,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:13.076893+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.776121+00:00\",\n            \"company\": {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.980592+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/anthropic-projected-at-least-850-million-in-annualized-revenue-in-2024\",\n                        \"headline\": \"Anthropic Projected At Least 850 Million In Annualized Revenue In 2024\",\n                        \"quote\": \"Anthropic has projected it will generate more than $850 million in annualized revenue by the end of 2024\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://tech.yahoo.com/business/articles/anthropic-forecasts-more-850-million-233750965.html\",\n                        \"headline\": \"Anthropic Forecasts More 850 Million\",\n                        \"quote\": \"Artificial intelligence startup Anthropic has projected it will generate more than $850 million in annualized revenue by the end of 2024\",\n                        \"publication\": \"tech.yahoo.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 5,\n        \"total_items\": 5,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 1,\n        \"companies\": [\n            {\n                \"id\": \"649\",\n                \"slug\": \"anthropic\",\n                \"domain\": \"anthropic.com\"\n            }\n        ]\n    }\n}"},{"id":"7e0a7ab7-2ade-4038-a73a-9e085a31a6d2","name":"Successful Response With Revenue Metric Bases","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=stripe.com&metric_base=trailing_revenue,recurring_revenue,run_rate_revenue","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domain","value":"stripe.com"},{"key":"metric_base","value":"trailing_revenue,recurring_revenue,run_rate_revenue"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:01:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=%2FlnQnEqKVNmb%2FzHPL%2FWgDRyRe6ezr3oM6DwLNaABJ2k%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150503\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=%2FlnQnEqKVNmb%2FzHPL%2FWgDRyRe6ezr3oM6DwLNaABJ2k%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150503\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d4368c39f3f4c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"metric_id\": \"35c57075-5f39-46ff-9379-d8408ad3a547\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2025-01-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 500000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": \"Stripe’s Revenue and Finance Automation Suite (Stripe Billing)\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.216043+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.715380+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 4,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.856388+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://stripe.com/ie/newsroom/news/stripe-2024-update\",\n                        \"headline\": \"Stripe 2024 Update\",\n                        \"quote\": \"Stripe’s Revenue and Finance Automation Suite, with Billing at its core, recently passed a $500 million revenue run rate.\",\n                        \"publication\": \"stripe.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://finance.yahoo.com/news/stripe-billing-experiment-propelled-500-120000908.html\",\n                        \"headline\": \"Stripe Billing Experiment Propelled 500\",\n                        \"quote\": \"By the start of January, the group crossed $500 million in annual revenue run rate.\",\n                        \"publication\": \"finance.yahoo.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://stripe.com/en-mt/newsroom/news/stripe-2024-update\",\n                        \"headline\": \"Stripe 2024 Update\",\n                        \"quote\": \"recently passed a $500 million revenue run rate.\",\n                        \"publication\": \"stripe.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://fortune.com/2025/02/14/stripe-billing-business-500-million-fintech-collison-brothers\",\n                        \"headline\": \"Stripe Billing Business 500 Million Fintech Collison Brothers\",\n                        \"quote\": \"At the end of January, the group crossed $500 million in annual revenue run rate.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"4fa67527-20a4-4c42-8df9-1698fab84a51\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2023-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 28,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.227044+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.963180+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.408466+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://axios.com/pro/fintech-deals/2025/03/27/stripe-revenue-2024\",\n                        \"headline\": \"Stripe Revenue 2024\",\n                        \"quote\": \"Payments giant Stripe grew revenue 28%, to $5.1 billion, last year, and it doubled free-cash flow to $2.2 billion, the Information reports.\",\n                        \"publication\": \"Axios\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-minted-2-billion-cash-last-year-go-public\",\n                        \"headline\": \"Stripe Minted 2 Billion Cash Last Year Go Public\",\n                        \"quote\": \"grew revenues about 28% to $5.1 billion, and doubled its free cash flow to about $2.2 billion, according to financial figures obtained by The Information.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/org-charts/stripe\",\n                        \"headline\": \"Stripe\",\n                        \"quote\": \"Revenue grew about 28% to $5.1 billion in 2024\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"c444c974-83ee-4a89-8b79-889ab89ac1f2\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 500000000,\n                \"high\": null,\n                \"scope_name\": \"suite of tools for revenue, tax, and billing\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.224182+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.241330+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.949094+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://ft.com/content/63f33d03-fc82-4383-b64f-dc3ca52c6e5f\",\n                        \"headline\": \"Financial Times\",\n                        \"quote\": \"the company’s suite of tools for revenue, tax, and billing is projected to exceed $500 million in annual revenue.\",\n                        \"publication\": \"Financial Times\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://stripe.com/newsroom/news/stripe-2024-update\",\n                        \"headline\": \"Stripe 2024 Update\",\n                        \"quote\": \"Stripe’s Revenue and Finance Automation Suite, with Billing at its core, recently passed a $500 million revenue run rate.\",\n                        \"publication\": \"stripe.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://fortune.com/2025/02/14/stripe-billing-business-500-million-fintech-collison-brothers\",\n                        \"headline\": \"Stripe Billing Business 500 Million Fintech Collison Brothers\",\n                        \"quote\": \"At the end of January, the group crossed $500 million in annual revenue run rate.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"fe6bfaae-7d50-4ebe-bd39-4436c72dd8c8\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2024-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 5100000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.221518+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.709847+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 4,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.841089+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://forbes.com/companies/stripe\",\n                        \"headline\": \"Stripe\",\n                        \"quote\": \"2024 – Revenue – $5.1B\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/org-charts/stripe\",\n                        \"headline\": \"Stripe\",\n                        \"quote\": \"Revenue grew about 28% to $5.1 billion in 2024.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://axios.com/pro/fintech-deals/2025/03/27/stripe-revenue-2024\",\n                        \"headline\": \"Stripe Revenue 2024\",\n                        \"quote\": \"Payments giant Stripe grew revenue 28%, to $5.1 billion, last year.\",\n                        \"publication\": \"Axios\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://theinformation.com/newsletters/the-briefing/stripe-likes-privacy-autodesks-activist-travails\",\n                        \"headline\": \"Stripe Likes Privacy Autodesks Activist Travails\",\n                        \"quote\": \"payments processing firm Stripe doubled its free cash flow to $2.2 billion in 2024 on just $5.1 billion in revenue.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"1c28ce8a-dbb8-4440-b4e6-c84b1e0740cb\",\n            \"metric_definition\": {\n                \"base\": \"run_rate_revenue\",\n                \"view\": \"value\",\n                \"base_period\": null,\n                \"base_forward\": \"year\",\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"projection\",\n                \"end_date\": \"2024-08-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 500000000,\n                \"high\": null,\n                \"scope_name\": \"Revenue and Finance Automation suite\",\n                \"scope_type\": \"product\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.218800+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.070583+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.617931+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://stripe.com/nl-be/newsroom/news/stripe-named-a-leader-by-gartner\",\n                        \"headline\": \"Stripe Named A Leader By Gartner\",\n                        \"quote\": \"Stripe’s Revenue and Finance Automation suite is on track to exceed $500 million in annual revenue run rate in the coming months.\",\n                        \"publication\": \"stripe.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://stripe.com/in/newsroom/news/stripe-2024-update\",\n                        \"headline\": \"Stripe 2024 Update\",\n                        \"quote\": \"Stripe’s Revenue and Finance Automation Suite, with Billing at its core, recently passed a $500 million revenue run rate.\",\n                        \"publication\": \"stripe.com\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://fortune.com/2025/02/14/stripe-billing-business-500-million-fintech-collison-brothers\",\n                        \"headline\": \"Stripe Billing Business 500 Million Fintech Collison Brothers\",\n                        \"quote\": \"At the end of January, the group crossed $500 million in annual revenue run rate.\",\n                        \"publication\": \"fortune.com\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"df648e39-f558-4e69-9d8d-69982b09d541\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2022-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 23,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.230104+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.011502+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.500982+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/stripe-plans-to-hire-fewer-than-1-000-workers-through-2024\",\n                        \"headline\": \"Stripe Plans To Hire Fewer Than 1 000 Workers Through 2024\",\n                        \"quote\": \"Stripe grew net revenue by 23% last year.\",\n                        \"publication\": \"theinformation.com\",\n                        \"type\": \"source\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"00597205-07b3-4f9c-a049-99ddf96d1a25\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"custom\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-09-30\",\n                \"custom_start_date\": \"2023-01-01\",\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 12500000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.241559+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.020474+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.514163+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-swings-to-a-profit-as-business-rebounds\",\n                        \"headline\": \"Stripe’s net revenues ... grew by about **35%** to roughly **$1 billion** in the third quarter ([www.theinformation.com](https://www.theinformation.com/articles/stripe-swings-to-a-profit-as-business-r\",\n                        \"quote\": \"In the first nine months of this year, Stripe’s total operating expenses, excluding stock-based compensation, grew by about 13%, while gross revenues—before credit card firms take a cut—grew by 23%, to about $12.5 billion, during the period.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"9f5a2bd2-57e2-4243-b2c7-5d0fafcc45e0\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-09-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2022-09-30\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 35,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.238801+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.017129+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.509843+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-swings-to-a-profit-as-business-rebounds\",\n                        \"headline\": \"Stripe’s net revenues ... grew by about **35%** to roughly **$1 billion** in the third quarter ([www.theinformation.com](https://www.theinformation.com/articles/stripe-swings-to-a-profit-as-business-r\",\n                        \"quote\": \"Stripe’s net revenues—what the firm takes in from payments it processes after it passes a large cut to credit card companies and other financial institutions—grew by about 35% to roughly $1 billion in the third quarter, people familiar with the matter said.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"ba47462b-844d-4549-a25a-729eccaf6468\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"custom\",\n                \"base_forward\": null,\n                \"growth_period\": \"custom\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-09-30\",\n                \"custom_start_date\": \"2023-01-01\",\n                \"comparison_window_end_date\": \"2022-09-30\",\n                \"comparison_window_custom_start_date\": \"2022-01-01\",\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 23,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.236181+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.014203+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.505292+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-swings-to-a-profit-as-business-rebounds\",\n                        \"headline\": \"Stripe’s net revenues ... grew by about **35%** to roughly **$1 billion** in the third quarter ([www.theinformation.com](https://www.theinformation.com/articles/stripe-swings-to-a-profit-as-business-r\",\n                        \"quote\": \"In the first nine months of this year, Stripe’s total operating expenses, excluding stock-based compensation, grew by about 13%, while gross revenues—before credit card firms take a cut—grew by 23%, to about $12.5 billion, during the period.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"c4e182ba-a524-4494-83a2-1b02ec4a1b75\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"quarter\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2023-09-30\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 1000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.233211+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.707222+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.836041+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-swings-to-a-profit-as-business-rebounds\",\n                        \"headline\": \"Stripe’s net revenues ... grew by about **35%** to roughly **$1 billion** in the third quarter ([www.theinformation.com](https://www.theinformation.com/articles/stripe-swings-to-a-profit-as-business-r\",\n                        \"quote\": \"Sources: Stripe’s net revenue reached ~$1B in Q3 2023.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"73384f76-345e-4c06-ab5e-d8582be6e176\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2022-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"greater_than\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": null,\n                \"low\": 2800000000,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.247677+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.712478+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.851631+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-burned-through-more-than-500-million-in-cash-last-year\",\n                        \"headline\": \"Stripe Burned Through More Than 500 Million In Cash Last Year\",\n                        \"quote\": \"Stripe’s net revenue growth slowed to about 18% in 2022, from roughly 85% in 2021. Net revenue last year was just over $2.8 billion, the people said.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"eab2a7f4-2733-4d6f-abfe-bbec08ec33c9\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2022-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2021-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 18,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.244623+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.090245+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.656316+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripe-burned-through-more-than-500-million-in-cash-last-year\",\n                        \"headline\": \"Stripe Burned Through More Than 500 Million In Cash Last Year\",\n                        \"quote\": \"Stripe’s net revenue growth slowed to about 18% in 2022, from roughly 85% in 2021.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"30df9efe-9ae9-46b6-8898-b70105fb72a5\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"growth\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": \"year\",\n                \"growth_period_length\": 1\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2021-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": \"2020-12-31\",\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"percent\",\n                \"currency_code\": null,\n                \"amount\": 60,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.257093+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.093049+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.660928+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripes-growing-pains-a-payments-star-hits-snags-in-push-for-big-businesses\",\n                        \"headline\": \"Stripes Growing Pains A Payments Star Hits Snags In Push For Big Businesses\",\n                        \"quote\": \"The company’s gross revenues jumped 60% to $12 billion in 2021 from a year earlier, and its net revenue—what’s left after Stripe pays fees to the banks and credit card companies that handle the financial transactions it processes—to around $2.5 billion, Forbes recently reported.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://forbes.com/sites/alexkonrad/2022/05/26/stripe-exclusive-interview-collison-brothers-95-billion-plan-to-stay-on-top\",\n                        \"headline\": \"Stripe Exclusive Interview Collison Brothers 95 Billion Plan To Stay On Top\",\n                        \"quote\": \"gross revenue...reached nearly $12 billion in 2021, up about 60% year over year\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"422fbaaf-ad7a-415f-9ec5-cb20af09a303\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2021-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 2255000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": \"Dublin-headquartered unit (covers sales in Europe, the Middle East, Africa and Asia)\",\n                \"scope_type\": \"business_line\",\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.253957+00:00\",\n            \"created_at\": \"2026-02-25T20:17:25.292295+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 1,\n                    \"latest_updated_at\": \"2026-02-25T20:17:42.026387+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/briefings/stripe-revenue-rises-66-to-2-255-billion-for-dublin-based-unit\",\n                        \"headline\": \"Stripe Revenue Rises 66 To 2 255 Billion For Dublin Based Unit\",\n                        \"quote\": \"Stripe, financial software provider, increased revenue at its Dublin-headquartered unit to $2.255 billion from $1.358 billion last year, while pre-tax losses fell to $22.12 million from $135.5 million, The Independent reported, citing public filings.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"51689e8d-b397-4a47-ad06-f68cc2427f03\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2021-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 12000000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.250853+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.720315+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 2,\n                    \"latest_updated_at\": \"2026-02-25T20:17:40.860963+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://theinformation.com/articles/stripes-revenue-growth-slid-last-year-as-firm-burned-through-cash\",\n                        \"headline\": \"For comparison, Forbes had reported that the company generated **nearly $12 billion** in gross revenue in *2021*, **up 60% from a year earlier** ([www.theinformation.com](https://www.theinformation.co\",\n                        \"quote\": \"For comparison, Forbes had reported that the company generated nearly $12 billion in gross revenue in 2021, up 60% from a year earlier.\",\n                        \"publication\": \"The Information\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://forbes.com/sites/alexkonrad/2022/05/26/stripe-exclusive-interview-collison-brothers-95-billion-plan-to-stay-on-top\",\n                        \"headline\": \"Stripe Exclusive Interview Collison Brothers 95 Billion Plan To Stay On Top\",\n                        \"quote\": \"Its gross revenue... reached nearly $12 billion in 2021, according to sources with knowledge of its financials.\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        },\n        {\n            \"metric_id\": \"0fee6401-e18b-4583-b6f8-c3498d5583ad\",\n            \"metric_definition\": {\n                \"base\": \"trailing_revenue\",\n                \"view\": \"value\",\n                \"base_period\": \"year\",\n                \"base_forward\": null,\n                \"growth_period\": null,\n                \"growth_period_length\": null\n            },\n            \"measurement\": {\n                \"scenario\": \"historical\",\n                \"end_date\": \"2015-12-31\",\n                \"custom_start_date\": null,\n                \"comparison_window_end_date\": null,\n                \"comparison_window_custom_start_date\": null,\n                \"type\": \"equals\",\n                \"unit_kind\": \"currency\",\n                \"currency_code\": \"USD\",\n                \"amount\": 450000000,\n                \"low\": null,\n                \"high\": null,\n                \"scope_name\": null,\n                \"scope_type\": null,\n                \"status\": \"Active\"\n            },\n            \"updated_at\": \"2026-02-26T20:27:14.259982+00:00\",\n            \"created_at\": \"2026-02-25T20:17:24.876796+00:00\",\n            \"company\": {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            },\n            \"citations\": {\n                \"summary\": {\n                    \"count\": 3,\n                    \"latest_updated_at\": \"2026-02-25T20:17:41.218852+00:00\"\n                },\n                \"sources\": [\n                    {\n                        \"link\": \"https://forbes.com/sites/ryanmac/2016/11/28/stripe-investment-makes-cofounder-the-worlds-youngest-self-made-billionaire\",\n                        \"headline\": \"Stripe Investment Makes Cofounder The Worlds Youngest Self Made Billionaire\",\n                        \"quote\": \"For each transaction it processes, Stripe obtains 2.9% of the transaction plus 30 cents, translating to an estimated $450 million in revenue for 2015.\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://forbes.com/sites/stevenbertoni/2016/01/20/meet-adyen-the-little-known-unicorn-collecting-cash-for-nextflix-uber-spotify-and-facebook\",\n                        \"headline\": \"Meet Adyen The Little Known Unicorn Collecting Cash For Nextflix Uber Spotify And Facebook\",\n                        \"quote\": \"This is why Adyen has lower revenue than Stripe does (an estimated $450 million last year) on twice the payment volume.\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    },\n                    {\n                        \"link\": \"https://forbes.com/sites/janetnovack/2016/11/07/the-forbes-fintech-50-for-2016\",\n                        \"headline\": \"The Forbes Fintech 50 For 2016\",\n                        \"quote\": \"BONA FIDES: $5 billion valuation. Processes an estimated $20 billion in transactions annually, generating $450 million in revenue.\",\n                        \"publication\": \"Forbes\",\n                        \"type\": \"article\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 16,\n        \"total_items\": 16,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 1,\n        \"companies\": [\n            {\n                \"id\": \"112\",\n                \"slug\": \"stripe\",\n                \"domain\": \"stripe.com\"\n            }\n        ]\n    }\n}"},{"id":"b406d527-77ac-4fc1-89d9-1651c128599e","name":"Successful Response With Daily Polling","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?updated_at_gte=2026-02-20T00:00:00Z&updated_at_lte=2026-02-25T23:59:59Z&page_size=30","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"updated_at_gte","value":"2026-02-20T00:00:00Z"},{"key":"updated_at_lte","value":"2026-02-25T23:59:59Z"},{"key":"page_size","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:02:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=dAiXM20Lxjkks9zX2FZX2kzOhyWiAm41GzbFUyrFPiY%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150550\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=dAiXM20Lxjkks9zX2FZX2kzOhyWiAm41GzbFUyrFPiY%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150550\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d4369ea8db34c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 0,\n        \"total_items\": 0,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"global\",\n        \"companies_count\": 0,\n        \"companies\": []\n    }\n}"},{"id":"d5882d83-8843-4fe7-a909-fb75c95eb065","name":"Successful Response Without Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=kraken.com&metric_base=run_rate_revenue&measurement_scenario=projection&measurement_end_date_gte=2010-01-01&measurement_end_date_lte=2010-12-31","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domain","value":"kraken.com"},{"key":"metric_base","value":"run_rate_revenue"},{"key":"measurement_scenario","value":"projection"},{"key":"measurement_end_date_gte","value":"2010-01-01"},{"key":"measurement_end_date_lte","value":"2010-12-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:03:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=MuXsLTE3%2Bzx4RK2%2Fe%2FG5bt0fcVEZ0IV4f%2F7%2B5%2B%2BBR2A%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150589\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=MuXsLTE3%2Bzx4RK2%2Fe%2FG5bt0fcVEZ0IV4f%2F7%2B5%2B%2BBR2A%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150589\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d436ae09ffe4c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 0,\n        \"total_items\": 0,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null,\n        \"next_link\": null,\n        \"prev_link\": null\n    },\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 0,\n        \"companies\": []\n    }\n}"},{"id":"b4a3e916-1d84-43e8-87b7-61affa2639c1","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=kraken.com&company_domains=anthropic.com,openai.com","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domain","value":"kraken.com"},{"key":"company_domains","value":"anthropic.com,openai.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:03:50 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=0bq8pFZxU7rlGaEVRMQ%2F36fdLCb%2FflDfRtLj9OV0MzM%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150630\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=0bq8pFZxU7rlGaEVRMQ%2F36fdLCb%2FflDfRtLj9OV0MzM%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150630\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"CF-RAY","value":"9d436bded9be4c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Provide either single-company or multi-company filters, not both."},{"id":"31e85134-1048-4a01-aa2e-fb2ef44b1dfa","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sacra.com/api/v1/metrics/?company_domain=notarealcompany.com","protocol":"https","host":["sacra","com"],"path":["api","v1","metrics",""],"query":[{"key":"company_domain","value":null,"description":"Optional. String. Fully-qualified company domain, for example stripe.com. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_id","value":null,"description":"Optional. String. Sacra company ID. Use for single-company queries. Do not combine with company_domains or company_ids.","type":"text","disabled":true},{"key":"company_domains","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"company_ids","value":null,"description":"Optional. Comma-separated strings. Multi-company filter for GET requests. Maximum 200 values. Do not combine with company_domain or company_id.","type":"text","disabled":true},{"key":"metric_base","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.base. Common revenue values are trailing_revenue, recurring_revenue, and run_rate_revenue.","type":"text","disabled":true},{"key":"metric_view","value":null,"description":"Optional. Comma-separated enum values mapped to metric_definition.view. Allowed values: value, growth.","type":"text","disabled":true},{"key":"measurement_scenario","value":null,"description":"Optional. Comma-separated enum values mapped to measurement.scenario. Allowed values: historical, projection.","type":"text","disabled":true},{"key":"base_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.base_period. Example values include quarter or year.","type":"text","disabled":true},{"key":"growth_period","value":null,"description":"Optional. Comma-separated strings mapped to metric_definition.growth_period. Example: year.","type":"text","disabled":true},{"key":"measurement_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date >= value.","type":"text","disabled":true},{"key":"measurement_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.end_date <= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_gte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date >= value.","type":"text","disabled":true},{"key":"comparison_window_end_date_lte","value":null,"description":"Optional. ISO 8601 date or datetime. Filters metrics where measurement.comparison_window_end_date <= value.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or after this time.","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics created at or before this time.","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or after this time. Useful for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. ISO 8601 datetime. Filters metrics updated at or before this time. Useful for daily polling.","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Integer. Number of metrics to return. Default 30. Maximum 100.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String UUID cursor for the next page. Do not use with page_before.","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String UUID cursor for the previous page. Do not use with page_after.","type":"text","disabled":true},{"key":"company_domain","value":"notarealcompany.com"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 27 Feb 2026 00:04:15 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, GET, OPTIONS"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=H0jt9j7vw7O%2BTWqnFAm7OAW6c7KICWeKwY9smgcUEC4%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772150655\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=H0jt9j7vw7O%2BTWqnFAm7OAW6c7KICWeKwY9smgcUEC4%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772150655\""},{"key":"Server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9d436c7dafd74c9b-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Bad request: Company not found with domain: notarealcompany.com"}],"_postman_id":"be352fff-36ab-4533-8c4c-e497ed8dc9a5"}],"id":"3de4ad81-0a33-4baf-9ff0-9f0340d880e0","description":"<p>The <code>/metrics/</code> endpoint returns structured, citation-backed metric observations from Sacra.</p>\n<p>It supports single-company, multi-company, and global queries. Metrics can be filtered by company, metric base, metric view, scenario, and date bounds.</p>\n<p>This endpoint uses cursor-based pagination via <code>page_after</code> and <code>page_before</code>.</p>\n<p>Global queries are supported, but must include at least one bounded date range on <code>measurement_end_date</code>, <code>comparison_window_end_date</code>, <code>created_at</code>, or <code>updated_at</code>. Global range windows are limited to 14 days.</p>\n<p>By default, citations only include evidence rows with quotes, plus SEC filing URLs.</p>\n<h1 id=\"data-dictionary\">Data Dictionary</h1>\n<h2 id=\"how-to-read-one-metric-row\">How to read one metric row</h2>\n<p>Read each <code>metrics[]</code> item in this order:</p>\n<ol>\n<li><p><code>metric_definition.base</code> + <code>metric_definition.view</code><br /> What is being measured, and whether this is a value row or growth row.</p>\n</li>\n<li><p><code>measurement.scenario</code><br /> Historical observed datapoint vs projection.</p>\n</li>\n<li><p><code>measurement.end_date</code> (+ optional custom/comparison dates)<br /> The anchor date for this datapoint. For growth rows, <code>comparison_window_end_date</code> is required.</p>\n</li>\n<li><p><code>measurement.type</code> + <code>amount/low/high</code><br /> The numeric claim shape (<code>equals</code>, <code>greater_than</code>, <code>less_than</code>, <code>range</code>).</p>\n</li>\n<li><p><code>citations.sources[]</code><br /> Where this claim came from and whether direct quote support exists.</p>\n</li>\n</ol>\n<h2 id=\"response-interpretation\">Response interpretation</h2>\n<h3 id=\"metric_definition\"><code>metric_definition</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Interpretation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>base</code></td>\n<td>Metric family: <code>trailing_revenue</code>, <code>run_rate_revenue</code>, or <code>recurring_revenue</code>.</td>\n</tr>\n<tr>\n<td><code>view</code></td>\n<td><code>value</code> = point value/range. <code>growth</code> = growth rate/multiple over a comparison period.</td>\n</tr>\n<tr>\n<td><code>base_period</code></td>\n<td>Primary metric window granularity (<code>year</code>, <code>quarter</code>, <code>month</code>, <code>ytd</code>, <code>custom</code>).</td>\n</tr>\n<tr>\n<td><code>base_forward</code></td>\n<td>Forward anchor for forward metrics. <code>year</code> is typical for ARR/annualized run-rate; <code>month</code> for MRR-style framing.</td>\n</tr>\n<tr>\n<td><code>growth_period</code></td>\n<td>Comparator cadence for growth rows (<code>year</code> =&gt; YoY, <code>quarter</code> =&gt; QoQ, <code>month</code> =&gt; MoM, <code>ytd</code> =&gt; YTD-vs-YTD style comparisons, <code>custom</code> =&gt; custom baseline).</td>\n</tr>\n<tr>\n<td><code>growth_period_length</code></td>\n<td>Number of comparator periods. <code>1</code> is the standard single-period comparison; values <code>&gt;1</code> indicate multi-period cumulative growth windows (for example 3-year CAGR or multi-month CMGR-style framing).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"measurement\"><code>measurement</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Interpretation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>scenario</code></td>\n<td><code>historical</code> = observed/realized; <code>projection</code> = forecast/expected.</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>Anchor/end date for this datapoint.</td>\n</tr>\n<tr>\n<td><code>custom_start_date</code></td>\n<td>Custom start for the primary measured window, when applicable.</td>\n</tr>\n<tr>\n<td><code>comparison_window_end_date</code></td>\n<td>End date of the comparison window for growth semantics. Required when <code>metric_definition.view = growth</code>.</td>\n</tr>\n<tr>\n<td><code>comparison_window_custom_start_date</code></td>\n<td>Custom start of comparison window (custom growth baselines).</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Numeric shape: <code>equals</code>, <code>greater_than</code>, <code>less_than</code>, <code>range</code>.</td>\n</tr>\n<tr>\n<td><code>amount</code> / <code>low</code> / <code>high</code></td>\n<td>Numeric payload tied to <code>type</code> (see below).</td>\n</tr>\n<tr>\n<td><code>unit_kind</code> + <code>currency_code</code></td>\n<td>Unit context (<code>currency</code>, <code>percent</code>, <code>multiple</code>, <code>count</code>); currency code only when currency. For revenue data, value rows are typically <code>currency</code>, while growth rows are typically <code>percent</code> or <code>multiple</code>.</td>\n</tr>\n<tr>\n<td><code>scope_name</code> + <code>scope_type</code></td>\n<td>Segment scope (for example product/business line). Null/Null means unscoped company-level datapoint. Scoped rows should populate both fields together.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Lifecycle visibility/status of the datapoint (<code>Active</code>, <code>Disabled</code>, etc). <code>/metrics</code> returns active observations only.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"numeric-shape-rules-measurementtype\">Numeric shape rules (<code>measurement.type</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>measurement.type</code></th>\n<th>Read value as</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>equals</code></td>\n<td><code>amount</code></td>\n</tr>\n<tr>\n<td><code>greater_than</code></td>\n<td><code>&gt; low</code></td>\n</tr>\n<tr>\n<td><code>less_than</code></td>\n<td><code>&lt; high</code></td>\n</tr>\n<tr>\n<td><code>range</code></td>\n<td><code>low</code> to <code>high</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Numeric payload notes:</p>\n<ul>\n<li><p><code>amount</code>, <code>low</code>, and <code>high</code> are raw numeric values (no <code>%</code>, <code>x</code>, or currency symbols).</p>\n</li>\n<li><p>Display formatting comes from <code>unit_kind</code> (and <code>currency_code</code> when <code>unit_kind=currency</code>) plus <code>measurement.type</code>.</p>\n</li>\n</ul>\n<h2 id=\"common-interpretation-patterns\">Common interpretation patterns</h2>\n<h3 id=\"forward-metrics-are-point-in-time\">Forward metrics are point-in-time</h3>\n<p>For <code>run_rate_revenue</code> and <code>recurring_revenue</code>, treat the datapoint as an anchored forward-looking point in time.</p>\n<ul>\n<li><p><code>base_forward</code> carries the annual/monthly framing.</p>\n</li>\n<li><p><code>base_period</code> is commonly <code>null</code> for this forward point-in-time shape.</p>\n</li>\n</ul>\n<h3 id=\"quarterly-yoy-growth\">Quarterly YoY growth</h3>\n<p>Typical quarterly YoY interpretation:</p>\n<ul>\n<li><p>base metric window: quarter ending <code>measurement.end_date</code></p>\n</li>\n<li><p>comparison cadence: yearly (<code>growth_period=year</code>) with quarter context</p>\n</li>\n<li><p>baseline date is required in <code>measurement.comparison_window_\\*</code></p>\n</li>\n</ul>\n<h3 id=\"same-base_period-and-growth_period\">Same <code>base_period</code> and <code>growth_period</code></h3>\n<p>Usually means same-granularity comparison (for example quarter vs prior quarter).</p>\n<h3 id=\"growth_period_length--1-cumulative-growth-windows\"><code>growth_period_length &gt; 1</code> (cumulative growth windows)</h3>\n<p>When <code>growth_period_length</code> is greater than <code>1</code>, interpret growth over multiple comparison periods rather than a single prior period.</p>\n<ul>\n<li><p>Example: <code>growth_period=year</code>, <code>growth_period_length=3</code> typically means a 3-year growth window (often CAGR-style).</p>\n</li>\n<li><p>Example: <code>growth_period=month</code>, <code>growth_period_length=6</code> typically means a 6-month growth window (often CMGR-style).</p>\n</li>\n</ul>\n<h3 id=\"scoped-datapoints\">Scoped datapoints</h3>\n<p>If <code>scope_name</code> and <code>scope_type</code> are present, the datapoint refers to that segment (not whole company).</p>\n<h3 id=\"growth-unit-semantics\">Growth unit semantics</h3>\n<p>For growth rows (<code>view=growth</code>):</p>\n<ul>\n<li><p><code>unit_kind=percent</code> means percentage growth (for example <code>55</code> =&gt; 55%).</p>\n</li>\n<li><p><code>unit_kind=multiple</code> means x-multiple growth (for example <code>3.7</code> =&gt; 3.7x).</p>\n</li>\n</ul>\n<h2 id=\"time-and-comparison-roles-matrix-how-to-interpret-each-field\">Time and Comparison Roles Matrix (how to interpret each field)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Role</th>\n<th>What it is not</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>measurement.end_date</code></td>\n<td>Anchor/end date of the primary measured window.</td>\n<td>Not automatically the comparison baseline date.</td>\n</tr>\n<tr>\n<td><code>metric_definition.base_period</code></td>\n<td>Granularity of the primary measured window (<code>year</code>, <code>quarter</code>, <code>month</code>, <code>ytd</code>, <code>custom</code>).</td>\n<td>Not the growth comparator cadence.</td>\n</tr>\n<tr>\n<td><code>metric_definition.growth_period</code></td>\n<td>Comparator cadence for growth rows (<code>year</code>/<code>quarter</code>/<code>month</code>/<code>ytd</code>/<code>custom</code>).</td>\n<td>Not the primary metric window granularity by itself.</td>\n</tr>\n<tr>\n<td><code>measurement.comparison_window_end_date</code></td>\n<td>Explicit baseline anchor date for the comparison window.</td>\n<td>Not optional for growth rows.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Canonical interpretations:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Case</th>\n<th><code>base_period</code></th>\n<th><code>growth_period</code></th>\n<th><code>end_date</code></th>\n<th><code>comparison_window_end_date</code></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Q1 2025 YoY</td>\n<td><code>quarter</code></td>\n<td><code>year</code></td>\n<td><code>2025-03-31</code></td>\n<td><code>2024-03-31</code></td>\n</tr>\n<tr>\n<td>Q2 2025 QoQ</td>\n<td><code>quarter</code></td>\n<td><code>quarter</code></td>\n<td><code>2025-06-30</code></td>\n<td><code>2025-03-31</code></td>\n</tr>\n<tr>\n<td>FY2025 YoY</td>\n<td><code>year</code></td>\n<td><code>year</code></td>\n<td><code>2025-12-31</code></td>\n<td><code>2024-12-31</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"null-handling-cheat-sheet\">Null handling cheat sheet</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th><code>null</code> typically means</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>metric_definition.base_forward</code></td>\n<td>Not stored as a forward-framed metric.</td>\n</tr>\n<tr>\n<td><code>metric_definition.growth_period</code></td>\n<td>Not a growth-view row (<code>view=value</code>).</td>\n</tr>\n<tr>\n<td><code>measurement.custom_start_date</code></td>\n<td>No explicit custom primary window start.</td>\n</tr>\n<tr>\n<td><code>measurement.comparison_window_end_date</code></td>\n<td>For value rows: not applicable. For growth rows: unexpected/incomplete (required and enforced).</td>\n</tr>\n<tr>\n<td><code>measurement.comparison_window_custom_start_date</code></td>\n<td>Comparison window is not custom (or not explicitly provided).</td>\n</tr>\n<tr>\n<td><code>measurement.scope_name</code> + <code>measurement.scope_type</code></td>\n<td>Unscoped metric at company level.</td>\n</tr>\n<tr>\n<td><code>citations.sources[].quote</code></td>\n<td>No direct extracted quote available (URL may still be valid evidence).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"citation-interpretation\">Citation interpretation</h2>\n<p>Each row has <code>citations.summary</code> and <code>citations.sources[]</code>.</p>\n<p>How to interpret:</p>\n<ul>\n<li><p><code>summary.count</code>: number of unique source links shown for the row.</p>\n</li>\n<li><p><code>sources[]</code>: deduped by URL, quote-preferred when duplicates exist.</p>\n</li>\n<li><p><code>quote=null</code> does not always mean invalid evidence.</p>\n</li>\n</ul>\n<p>Default API citation behavior:</p>\n<ul>\n<li><p>includes sources with quote text</p>\n</li>\n<li><p>also includes SEC filing URLs even without quote</p>\n</li>\n</ul>\n<p>Note:</p>\n<ul>\n<li><code>quote=null</code> most commonly appears for SEC filing URLs included by default citation policy.</li>\n</ul>\n<h2 id=\"pagination-and-meta-interpretation\">Pagination and meta interpretation</h2>\n<ul>\n<li><p><code>pagination.total_items</code>: total filtered items before page slicing.</p>\n</li>\n<li><p><code>pagination.current_page_items</code>: items in this response page.</p>\n</li>\n<li><p><code>meta.query_type</code>: <code>single-company</code>, <code>multi-company</code>, or <code>global</code>.</p>\n</li>\n<li><p><code>meta.companies[]</code>: unique companies represented in this page.</p>\n</li>\n</ul>\n<h3 id=\"ytd-vs-ytd-growth\">YTD-vs-YTD growth</h3>\n<p>When <code>growth_period=ytd</code>, compare YTD windows anchored by:</p>\n<ul>\n<li><p><code>measurement.end_date</code> (current YTD endpoint), and</p>\n</li>\n<li><p><code>measurement.comparison_window_end_date</code> (prior YTD endpoint).</p>\n</li>\n</ul>\n","_postman_id":"3de4ad81-0a33-4baf-9ff0-9f0340d880e0","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Documents","item":[{"name":"Get documents","id":"f6f2fc4f-a910-4e46-b1e1-4c3255949ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/documents/","description":"<p>Retrieves directly or indirectly related documents.</p>\n<p>Can be used for global daily polling. Global queries must specify created_at or updated_at date range of up to 2 weeks.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","documents",""],"host":["sacra","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. String. Domain Name only accepted (i.e. \"sacra.com\")</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"company_id","value":"{{COMPANY_ID}}"},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"updated_at_gte","value":null},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"updated_at_lte","value":null},{"disabled":true,"description":{"content":"<p>Optional. Int. Default 30.</p>\n","type":"text/plain"},"key":"page_size","value":null},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_after","value":null},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_before","value":null}],"variable":[]}},"response":[{"id":"37823c8a-812a-4773-a0ac-f46bde25eb6a","name":"Successful Response With Daily Poll","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/?updated_at_gte=2026-01-13T00:00:00Z&updated_at_lte=2026-01-14T00:00:00Z","protocol":"https","host":["sacra","com"],"path":["api","v1","documents",""],"query":[{"key":"company_domain","value":"{{COMPANY_DOMAIN}}","description":"Optional. String. Domain Name only accepted (i.e. \"sacra.com\")","disabled":true},{"key":"company_id","value":"{{COMPANY_ID}}","description":"Optional. Int.","type":"text","disabled":true},{"key":"created_at_gte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_lte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"page_size","value":null,"description":"Optional. Int. Default 30.","type":"text","disabled":true},{"key":"page_after","value":null,"description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_before","value":null,"description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":"2026-01-13T00:00:00Z"},{"key":"updated_at_lte","value":"2026-01-14T00:00:00Z"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"documents\": [\n        {\n            \"id\": 1835,\n            \"slug\": \"owner\",\n            \"title\": \"Owner One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/owner.pdf\",\n            \"type\": \"company\",\n            \"date\": \"2026-01-13\",\n            \"published_at\": \"2026-01-13\",\n            \"created_at\": \"2025-03-10T20:42:33.911Z\",\n            \"updated_at\": \"2026-01-13T21:01:20.492Z\",\n            \"preview_meta\": {\n                \"title\": \"Owner\",\n                \"image\": \"https://images.prismic.io/sacra/Z89OKRsAHJWomTQV_owner_logo.jpeg?auto=format,compress\",\n                \"description\": \"Software suite for restaurants to manage online ordering, websites, marketing, and loyalty\"\n            },\n            \"companies\": [\n                {\n                    \"id\": 1486,\n                    \"domain\": \"owner.com\",\n                    \"relation\": \"subject\"\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 30,\n        \"current_page_items\": 1,\n        \"total_items\": 1,\n        \"next_link\": null,\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"66797a6d-2541-4555-aca9-5c242b04958e","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/?company_domain=ramp.com","protocol":"https","host":["sacra","com"],"path":["api","v1","documents",""],"query":[{"key":"company_domain","value":"ramp.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:34:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"5845"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"documents\": [\n        {\n            \"id\": 487,\n            \"title\": \"Karim Atiyeh, co-founder and CTO of Ramp, on the future of the card issuing market\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/karim-atiyeh-ramp-expert-interview-card-issuing.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"subject\"\n        },\n        {\n            \"id\": 936,\n            \"title\": \"Ramp revenue, growth, and valuation\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/ramp-revenue-growth-valuation.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"subject\"\n        },\n        {\n            \"id\": 1067,\n            \"title\": \"Geoff Charles, VP of Product at Ramp, on Ramp's AI flywheel\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/geoff-charles-ramp-ai.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"subject\"\n        },\n        {\n            \"id\": 1074,\n            \"title\": \"Ramp One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/ramp.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"subject\"\n        },\n        {\n            \"id\": 952,\n            \"title\": \"Brex: the $400M/year anti-Amex\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/brex-the-anti-amex.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 778,\n            \"title\": \"1Password One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/1password.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 927,\n            \"title\": \"Mercury: the unbundling of Silicon Valley Bank\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/mercury-unbundling-silicon-valley-bank.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 714,\n            \"title\": \"Pipe One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/pipe.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 951,\n            \"title\": \"Brex One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/brex.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 915,\n            \"title\": \"Andy Su, co-founder of InDinero, on tech-enabled bookkeeping's 14-year evolution\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/andy-su-indinero-tech-enabled-bookkeeping.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 750,\n            \"title\": \"Swile One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/swile.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 907,\n            \"title\": \"Retool: the $82M ARR internal app builder\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/retool-internal-app-builder.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 916,\n            \"title\": \"Alex Lee, CEO of Truewind, on the potential of GPT-powered bookkeeping\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/alex-lee-truewind-data-tech-enabled-bookkeeping.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 632,\n            \"title\": \"Mercury One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/mercury.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 917,\n            \"title\": \"Pilot: the $43M per year mechanical bookkeeper\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/pilot-mechanical-bookkeeper.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 908,\n            \"title\": \"The future of Plaid's $250M screen scraping business\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/plaid-data-aggregator-business.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 417,\n            \"title\": \"Banking-as-a-Service: The $1T Market to Build the Twilio of Embedded Finance\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/banking-as-a-service-the-twilio-of-embedded-finance.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 489,\n            \"title\": \"Andy Su, co-founder of Pry, on how fintechs choose the right BaaS partners\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/andy-su-pry-baas-partnerships.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 529,\n            \"title\": \"Andy Su, co-founder of Pry, on building the \\\"Figma of finance\\\"\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/andy-su-pry-fpa-finance-backoffice.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 482,\n            \"title\": \"Fintech investor on how banking-as-a-service platforms build partnerships\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/baas-ecosystem-partner-relationships-interview.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 895,\n            \"title\": \"1Password: the $6.8B Dropbox of secrets\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/1password-dropbox-of-secrets.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 500,\n            \"title\": \"Matt Redler, co-founder and CEO of Panther, on building a modern employer of record\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/matt-redler-panther-global-payroll.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 484,\n            \"title\": \"Business development executive at a BaaS platform on differentiation and competitive dynamics in BaaS\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/baas-ecosystem-and-revenue-models-interview.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 626,\n            \"title\": \"Stripe One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/stripe.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 615,\n            \"title\": \"Andrew Hoag, CEO of Teampay on building expense management for the enterprise\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/andrew-hoag-teampay-expense-management.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 910,\n            \"title\": \"Pete Belknap, ex-engineering manager at Pilot, on gross margin in software-enabled services\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/pete-belknap-bill-pilot-tech-enabled-bookkeeping.pdf\",\n            \"type\": \"interview\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 913,\n            \"title\": \"Pilot One-Pager\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/pilot.pdf\",\n            \"type\": \"company\",\n            \"relation\": \"connected\"\n        },\n        {\n            \"id\": 935,\n            \"title\": \"Brex revenue, growth, and valuation\",\n            \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/brex-revenue-growth-valuation.pdf\",\n            \"type\": \"market\",\n            \"relation\": \"connected\"\n        }\n    ]\n}"},{"id":"72ce4559-e7e7-4722-8965-266547303d61","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/?company_domain=[contentful.com, ramp.com]","protocol":"https","host":["sacra","com"],"path":["api","v1","documents",""],"query":[{"key":"company_domain","value":"[contentful.com, ramp.com]","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:38:13 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"78"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"company_domain attribute not in query parameter or that it is not a valid URL."},{"id":"9adce7f2-6d7b-4916-9b4c-ba33fb8e88f2","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/?company_domain=johncena.com","protocol":"https","host":["sacra","com"],"path":["api","v1","documents",""],"query":[{"key":"company_domain","value":"johncena.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:36:37 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Company not found."}],"_postman_id":"f6f2fc4f-a910-4e46-b1e1-4c3255949ba0"},{"name":"Get a document","id":"e504f0c7-e22b-47cb-bbb4-a324e229bce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/documents/{{DOCUMENT_SLUG}}/","description":"<p>Retrieves a detailed Document object which includes a standardized content breakdown.</p>\n<p>You can retrieve the DOCUMENT_SLUG through the <strong>slug</strong> attribute for a given Document or Company. The <strong>Get a company</strong> endpoint includes a <strong>slug</strong> attribute in it's response object for not just the company itself, but also the company's documents attached in the response object.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","documents","{{DOCUMENT_SLUG}}",""],"host":["sacra","com"],"query":[],"variable":[]}},"response":[{"id":"cffdc4fc-529a-4186-b57d-cd9f43f2a18b","name":"Successful Response (Company)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/cursor/","protocol":"https","host":["sacra","com"],"path":["api","v1","documents","cursor",""],"query":[{"key":"company_domain","value":"ramp.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:34:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"5845"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"company\",\n    \"slug\": \"cursor\",\n    \"title\": \"Cursor\",\n    \"last_publication_date\": \"2025-02-04T00:00:00-04:56\",\n    \"metadata\": {\n        \"total_sections\": 6,\n        \"reading_time\": 7,\n        \"has_images\": true,\n        \"total_elements\": 53\n    },\n    \"preview\": {\n        \"title\": \"Cursor\",\n        \"image\": \"https://images.prismic.io/sacra/Z0Sul68jQArT1Sb7_cursorlogo.png?auto=format,compress\",\n        \"description\": \"Cursor is an AI-powered code editor that helps developers write, edit, and automate coding tasks with built-in AI assistance.\"\n    },\n    \"pdf_url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/cursor.pdf\",\n    \"content\": {\n        \"sections\": [\n            {\n                \"id\": \"revenue\",\n                \"type\": \"section\",\n                \"title\": \"Revenue\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"Revenue\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"Z6LHi5bqstJ9-O2A\",\n                        \"alt\": null,\n                        \"url\": \"https://images.prismic.io/sacra/Z6LHi5bqstJ9-O2A_cursorRevenue.png?auto=format,compress\",\n                        \"edit\": {\n                            \"x\": 0,\n                            \"y\": 0,\n                            \"zoom\": 1,\n                            \"background\": \"transparent\"\n                        },\n                        \"type\": \"image\",\n                        \"copyright\": null,\n                        \"dimensions\": {\n                            \"width\": 840,\n                            \"height\": 856\n                        },\n                        \"srcset\": {\n                            \"small\": \"https://images.prismic.io/sacra/Z6LHi5bqstJ9-O2A_cursorRevenue.png?auto=format,compress&w=400\",\n                            \"medium\": \"https://images.prismic.io/sacra/Z6LHi5bqstJ9-O2A_cursorRevenue.png?auto=format,compress&w=800\",\n                            \"large\": \"https://images.prismic.io/sacra/Z6LHi5bqstJ9-O2A_cursorRevenue.png?auto=format,compress&w=1200\",\n                            \"original\": \"https://images.prismic.io/sacra/Z6LHi5bqstJ9-O2A_cursorRevenue.png?auto=format,compress\"\n                        },\n                        \"loading\": \"lazy\",\n                        \"format\": \"webp\",\n                        \"caption\": \"Image for Revenue\"\n                    },\n                    {\n                        \"text\": \"Sacra estimates that Cursor hit $100M in annual recurring revenue (ARR) at the end of 2024, up 9,900% YoY from $1M in 2023.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Cursor is the fastest-growing SaaS company of all time from $1M to $100M in ARR, hitting the $100M milestone in roughly 12 months at the end of 2024—faster than Wiz (18 months), Deel (20 months), and Ramp (24 months). \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Unlike Wiz, which hit $100M ARR with roughly 260 enterprise customers at a $384K average contract value (ACV), Deel with 1,800 customers for $55K ACV, and Ramp with 5,000 customers for $20K ACV, Cursor reached this milestone through a customer base of roughly 360,000 mostly individual developers paying $20-40/month for an average ACV of $276.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The company's AI-powered code editor has seen rapid adoption among developers, with over 40,000 paying customers including engineers at prominent tech companies like OpenAI, Midjourney, Perplexity, and Shopify.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Cursor generates the vast majority of its revenue through subscription, charging $20 to $40 per user per month for premium features and selling into both individual developers and teams.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": null,\n                \"next_section\": \"product\"\n            },\n            {\n                \"id\": \"product\",\n                \"type\": \"section\",\n                \"title\": \"Product\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"Product\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"Z0Sxqq8jQArT1SdR\",\n                        \"alt\": null,\n                        \"url\": \"https://images.prismic.io/sacra/Z0Sxqq8jQArT1SdR_cursorproduct.png?auto=format,compress\",\n                        \"edit\": {\n                            \"x\": 0,\n                            \"y\": 0,\n                            \"zoom\": 1,\n                            \"background\": \"transparent\"\n                        },\n                        \"type\": \"image\",\n                        \"copyright\": null,\n                        \"dimensions\": {\n                            \"width\": 2036,\n                            \"height\": 1488\n                        },\n                        \"srcset\": {\n                            \"small\": \"https://images.prismic.io/sacra/Z0Sxqq8jQArT1SdR_cursorproduct.png?auto=format,compress&w=400\",\n                            \"medium\": \"https://images.prismic.io/sacra/Z0Sxqq8jQArT1SdR_cursorproduct.png?auto=format,compress&w=800\",\n                            \"large\": \"https://images.prismic.io/sacra/Z0Sxqq8jQArT1SdR_cursorproduct.png?auto=format,compress&w=1200\",\n                            \"original\": \"https://images.prismic.io/sacra/Z0Sxqq8jQArT1SdR_cursorproduct.png?auto=format,compress\"\n                        },\n                        \"loading\": \"lazy\",\n                        \"format\": \"webp\",\n                        \"caption\": \"Image for Product\"\n                    },\n                    {\n                        \"text\": \"Cursor was founded in 2022 by Michael Truell, Sualeh Asif, Arvid Lunnemark, and Aman Sanger while they were students at MIT. The editor builds on VS Code and extends it with AI capabilities.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"As developers type in Cursor, pressing Tab autocompletes the current line of code. Subsequent Tab presses predict and implement the next logical edits, whether that's modifying code further down in the current file or jumping to a different file to make related changes.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Developers can also interact with their codebase through a chat interface. They can @-mention specific files to provide context, ask questions about implementation details, or request changes. The AI suggests edits that appear in a diff view for review and quick application. In composer mode, Cursor can execute a series of coordinated changes across multiple files while maintaining developer oversight.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The technical architecture powering these interactions uses a layered approach. For high-level reasoning and planning, Cursor employs frontier models like Claude 3.5 Sonnet. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For frequent, latency-sensitive operations like code completion and editing, Cursor has developed fine-tuned, specialized Mixture-of-Experts (MoE) models that process large amounts of context while generating relatively small outputs.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": \"revenue\",\n                \"next_section\": \"business-model\"\n            },\n            {\n                \"id\": \"business-model\",\n                \"type\": \"section\",\n                \"title\": \"Business Model\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"Business Model\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"Z0SxvK8jQArT1SdT\",\n                        \"alt\": null,\n                        \"url\": \"https://images.prismic.io/sacra/Z0SxvK8jQArT1SdT_CleanShot2024-11-25at12.19.46.png?auto=format,compress\",\n                        \"edit\": {\n                            \"x\": 0,\n                            \"y\": 0,\n                            \"zoom\": 1,\n                            \"background\": \"transparent\"\n                        },\n                        \"type\": \"image\",\n                        \"copyright\": null,\n                        \"dimensions\": {\n                            \"width\": 1242,\n                            \"height\": 582\n                        },\n                        \"srcset\": {\n                            \"small\": \"https://images.prismic.io/sacra/Z0SxvK8jQArT1SdT_CleanShot2024-11-25at12.19.46.png?auto=format,compress&w=400\",\n                            \"medium\": \"https://images.prismic.io/sacra/Z0SxvK8jQArT1SdT_CleanShot2024-11-25at12.19.46.png?auto=format,compress&w=800\",\n                            \"large\": \"https://images.prismic.io/sacra/Z0SxvK8jQArT1SdT_CleanShot2024-11-25at12.19.46.png?auto=format,compress&w=1200\",\n                            \"original\": \"https://images.prismic.io/sacra/Z0SxvK8jQArT1SdT_CleanShot2024-11-25at12.19.46.png?auto=format,compress\"\n                        },\n                        \"loading\": \"lazy\",\n                        \"format\": \"webp\",\n                        \"caption\": \"Image for Business Model\"\n                    },\n                    {\n                        \"text\": \"Cursor monetizes through a tiered subscription model targeting individual developers and enterprise teams.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The product follows a freemium model with three tiers. The free tier offers limited access to AI features including 2,000 monthly code completions. The Pro tier ($20/month) provides unlimited code completions and premium AI model access. The Business tier ($40/user/month) adds enterprise features like centralized billing, admin dashboards, and enhanced privacy controls.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Cursor's competitive advantage stems from its deep integration with leading AI models like GPT-4 and Claude, while maintaining compatibility with the VS Code ecosystem. The editor differentiates itself by incorporating knowledge of a developer's entire codebase to provide contextually relevant suggestions that match their coding style.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The company employs a product-led growth strategy, allowing developers to start with the free tier and naturally upgrade as their usage increases. Enterprise expansion occurs organically as individual developers advocate for team-wide adoption, driving the shift to business accounts with centralized management and security features. This bottom-up adoption model has helped Cursor gain traction at innovative companies like OpenAI, Midjourney, and Perplexity.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": \"product\",\n                \"next_section\": \"competition\"\n            },\n            {\n                \"id\": \"competition\",\n                \"type\": \"section\",\n                \"title\": \"Competition\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"Competition\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Three fundamental shifts are transforming the AI-assisted development landscape and creating both opportunities and challenges for Cursor's market position.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"github-microsoft-bundlenomics\",\n                        \"type\": \"subsection\",\n                        \"title\": \"GitHub + Microsoft bundlenomics\",\n                        \"level\": 2,\n                        \"elements\": [\n                            {\n                                \"text\": \"GitHub + Microsoft bundlenomics\",\n                                \"type\": \"heading3\",\n                                \"spans\": [\n                                    {\n                                        \"end\": 31,\n                                        \"type\": \"strong\",\n                                        \"start\": 0\n                                    }\n                                ],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Large incumbents like GitHub/Microsoft are leveraging their massive install bases and cloud infrastructure to embed AI assistance deeply into existing workflows. GitHub Copilot's estimated $300M+ annual revenue demonstrates the power of this integrated approach. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"More importantly, GitHub's enterprise relationships and existing security compliance give them an enormous advantage - many companies simply block new development tools like Cursor for security reasons, defaulting to GitHub's vetted solutions.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"This enterprise lock-in extends beyond just security. GitHub's bundle of services (version control, CI/CD, issue tracking, Copilot) creates a compelling integrated value proposition that's hard for standalone tools to match. When enterprises are already paying for GitHub Enterprise, adding Copilot becomes a much easier decision than adopting a new vendor.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"shift-from-tools-to-agents\",\n                        \"type\": \"subsection\",\n                        \"title\": \"Shift from tools to agents\",\n                        \"level\": 2,\n                        \"elements\": [\n                            {\n                                \"text\": \"Shift from tools to agents\",\n                                \"type\": \"heading3\",\n                                \"spans\": [\n                                    {\n                                        \"end\": 26,\n                                        \"type\": \"strong\",\n                                        \"start\": 0\n                                    }\n                                ],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"The market is evolving beyond simple code completion toward autonomous development agents, but with a crucial distinction in approaches. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Cursor's recent launch of Composer represents their vision of agentic workflows - it remains fundamentally an IDE-first experience where developers maintain control while AI handles complex multi-file edits and implementations.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"This stands in sharp contrast to platforms like v0 from Vercel, Bolt.new, or Wordware which aim to convert natural language directly into applications. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"These tools target non-developers or citizen developers, essentially trying to remove the need for traditional programming. Cursor instead focuses on accelerating professional developers' workflows, keeping them in control of the development process while eliminating tedious tasks.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"This positioning reflects a fundamental split in the market: tools that aim to replace developers versus tools that aim to augment them. Cursor's approach recognizes that complex software development requires human judgment and expertise, even as AI takes on more of the implementation details.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"platform-risk-from-openai\",\n                        \"type\": \"subsection\",\n                        \"title\": \"Platform risk from OpenAI\",\n                        \"level\": 2,\n                        \"elements\": [\n                            {\n                                \"text\": \"Platform risk from OpenAI\",\n                                \"type\": \"heading3\",\n                                \"spans\": [\n                                    {\n                                        \"end\": 25,\n                                        \"type\": \"strong\",\n                                        \"start\": 0\n                                    }\n                                ],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"The most significant competitive threat may come from the model providers themselves. OpenAI is reportedly working on their own development tool, which could leverage their full stack of AI capabilities. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Their ChatGPT macOS app already includes Terminal and XCode integration, showing clear intent to move into the development space. As the provider of GPT-4, they could potentially offer deeper integration and capabilities than third-party tools.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"This creates an existential question for the market: will model providers eventually own the development experience? The risk isn't just about features - it's about economics and access. If OpenAI launches a competitive product, they could price it aggressively or offer capabilities that aren't available through their API.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            }\n                        ]\n                    }\n                ],\n                \"prev_section\": \"business-model\",\n                \"next_section\": \"tam-expansion\"\n            },\n            {\n                \"id\": \"tam-expansion\",\n                \"type\": \"section\",\n                \"title\": \"TAM Expansion\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"TAM Expansion\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Cursor is evolving from an AI-powered code editor into a comprehensive development environment that aims to transform how software is built. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Their vision extends beyond code completion to become the central hub where developers spend their entire day, integrating terminal operations, testing, debugging, and deployment into a unified AI-assisted experience. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The recent launch of Composer, which coordinates complex multi-file changes while maintaining developer control, demonstrates this broader ambition. Meanwhile, investments in enterprise features and custom models for specific development tasks show how Cursor is positioning itself for broader organizational adoption.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"developer-productivity-platform\",\n                        \"type\": \"subsection\",\n                        \"title\": \"Developer productivity platform\",\n                        \"level\": 2,\n                        \"elements\": [\n                            {\n                                \"text\": \"Developer productivity platform\",\n                                \"type\": \"heading3\",\n                                \"spans\": [\n                                    {\n                                        \"end\": 31,\n                                        \"type\": \"strong\",\n                                        \"start\": 0\n                                    }\n                                ],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"The immediate TAM for AI coding assistance is substantial. As software continues to eat the world, the global shortage of developers has created a productivity crisis that companies are willing to spend significantly to solve. GitHub Copilot alone is generating over $300M in annual revenue. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Cursor's ability to understand entire codebases and adapt to individual coding styles positions it to capture significant market share from both individual developers and enterprises seeking productivity gains. By improving developer productivity by even 20-30%, Cursor could capture significant value given average developer salaries of $150K+. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Beyond core development, Cursor has potential to expand into adjacent areas like technical documentation and code review, while serving additional personas like data scientists and DevOps engineers.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"m-a-value\",\n                        \"type\": \"subsection\",\n                        \"title\": \"M&A value\",\n                        \"level\": 2,\n                        \"elements\": [\n                            {\n                                \"text\": \"M&A value\",\n                                \"type\": \"heading3\",\n                                \"spans\": [\n                                    {\n                                        \"end\": 9,\n                                        \"type\": \"strong\",\n                                        \"start\": 0\n                                    }\n                                ],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Cursor could represent significant strategic value for several types of potential acquirers. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"Cloud providers might acquire Cursor to improve their developer experience, while development platform companies like Atlassian or GitLab might see it as a way to compete with GitHub's Copilot advantage. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"AI companies might view Cursor as a way to own a key application of their technology while gaining valuable training data and direct access to developers—an increasingly influential user base. \",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            },\n                            {\n                                \"text\": \"The combination of massive market opportunity, multiple growth vectors, and strategic value creates significant upside potential as development workflows increasingly center around AI assistance.\",\n                                \"type\": \"paragraph\",\n                                \"spans\": [],\n                                \"direction\": \"ltr\"\n                            }\n                        ]\n                    }\n                ],\n                \"prev_section\": \"competition\",\n                \"next_section\": \"risks\"\n            },\n            {\n                \"id\": \"risks\",\n                \"type\": \"section\",\n                \"title\": \"Risks\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"Risks\",\n                        \"type\": \"heading2\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"OpenAI dependency and competition: Cursor's core product heavily relies on OpenAI's technology, while OpenAI is simultaneously expanding ChatGPT's coding capabilities. This creates a precarious position where a key supplier is also becoming a direct competitor. OpenAI could limit access, raise prices, or further enhance ChatGPT to directly compete with Cursor's features.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 33,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Developer workflow disruption: Cursor's value proposition depends on seamlessly integrating AI into existing developer workflows without causing friction or interruption. If developers find the AI suggestions disruptive or experience performance issues, they may revert to traditional IDEs. The challenge of maintaining speed and reliability while processing entire codebases through AI is technically complex.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 29,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Enterprise adoption barriers: Large companies often have strict security policies about sending code to external AI services. Cursor's cloud-based architecture may face resistance from security-conscious enterprises, limiting expansion beyond individual developers and smaller teams. This could constrain growth in the enterprise market where the highest-value customers typically reside.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 28,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": \"tam-expansion\",\n                \"next_section\": null\n            }\n        ],\n        \"table_of_contents\": [\n            {\n                \"id\": \"revenue\",\n                \"title\": \"Revenue\",\n                \"level\": 1,\n                \"subsections\": []\n            },\n            {\n                \"id\": \"product\",\n                \"title\": \"Product\",\n                \"level\": 1,\n                \"subsections\": []\n            },\n            {\n                \"id\": \"business-model\",\n                \"title\": \"Business Model\",\n                \"level\": 1,\n                \"subsections\": []\n            },\n            {\n                \"id\": \"competition\",\n                \"title\": \"Competition\",\n                \"level\": 1,\n                \"subsections\": [\n                    {\n                        \"id\": \"github-microsoft-bundlenomics\",\n                        \"title\": \"GitHub + Microsoft bundlenomics\",\n                        \"level\": 2\n                    },\n                    {\n                        \"id\": \"shift-from-tools-to-agents\",\n                        \"title\": \"Shift from tools to agents\",\n                        \"level\": 2\n                    },\n                    {\n                        \"id\": \"platform-risk-from-openai\",\n                        \"title\": \"Platform risk from OpenAI\",\n                        \"level\": 2\n                    }\n                ]\n            },\n            {\n                \"id\": \"tam-expansion\",\n                \"title\": \"TAM Expansion\",\n                \"level\": 1,\n                \"subsections\": [\n                    {\n                        \"id\": \"developer-productivity-platform\",\n                        \"title\": \"Developer productivity platform\",\n                        \"level\": 2\n                    },\n                    {\n                        \"id\": \"m-a-value\",\n                        \"title\": \"M&A value\",\n                        \"level\": 2\n                    }\n                ]\n            },\n            {\n                \"id\": \"risks\",\n                \"title\": \"Risks\",\n                \"level\": 1,\n                \"subsections\": []\n            }\n        ]\n    }\n}"},{"id":"9fe778b7-95bd-4143-819a-b651499248e1","name":"Successful Response (Interview)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/documents/arjun-sethi-kraken-nasdaq-of-crypto/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:34:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"5845"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"interview\",\n    \"slug\": \"arjun-sethi-kraken-nasdaq-of-crypto\",\n    \"title\": \"Arjun Sethi, co-CEO of Kraken, on building the Nasdaq of crypto\",\n    \"last_publication_date\": \"2025-02-23T00:00:00-04:56\",\n    \"metadata\": {\n        \"total_sections\": 2,\n        \"reading_time\": 22,\n        \"has_images\": false,\n        \"total_elements\": 90\n    },\n    \"preview\": {\n        \"title\": \"Arjun Sethi, co-CEO of Kraken, on building the Nasdaq of crypto\",\n        \"image\": \"https://images.prismic.io/sacra/Z7vRRJ7c43Q3gG8U_Group132-1-.png?auto=format,compress\",\n        \"description\": \"What do you and David Ripley bring to the table as co-CEOs, and how does that dynamic work? But perhaps more importantly, why now for Kraken? What is it about Kraken's current inflection point that made it beneficial to have two experienced operators like you and David at the helm...\"\n    },\n    \"pdf_url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/arjun-sethi-kraken-nasdaq-of-crypto.pdf\",\n    \"content\": {\n        \"sections\": [\n            {\n                \"id\": \"background\",\n                \"type\": \"section\",\n                \"title\": \"Background\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"type\": \"heading2\",\n                        \"text\": \"Background\",\n                        \"spans\": []\n                    },\n                    {\n                        \"text\": \"Kraken’s strength with professional traders has it positioned to stake its claim as the tech-forward Nasdaq to Coinbase’s NYSE. With its deep liquidity driven by high-volume trading, Kraken’s platform vision has its exchange as the central utility for an ecosystem of apps and services that gets crypto in the hands of every person on earth.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Key points from Sacra AI:\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"With Kraken’s focus on the exchange and building for professional traders, Kraken looks to position as the tech-forward Nasdaq to Coinbase’s more traditional New York Stock Exchange. “The way I think about Coinbase and us is NYSE and Nasdaq. They certainly are larger from a pure volume standpoint. We are more advanced from a technology standpoint. Take a look at meaningful metrics. Our tech platform uptime is 99.9%, round trip latency is sub 2ms. Our average revenue per customer is now well over $2,000 – far surpassing any comparable stat we’ve seen from traditional or crypto exchanges, including Coinbase.”\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 183,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 11,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/kraken/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 5\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Deep pools of liquidity on its exchange allow it to support emerging crypto payments use-cases like high volume B2B transactions involving fiat & stablecoin on/off ramps that rely on instant settlement and tight spreads. “The traditional exchange world is completely fragmented and hasn't focused on the customer. They've primarily concentrated on trading, speculating, investing, and indexing. In crypto, many things are vertically integrated. For example, a stablecoin is integrated into sending and receiving money. You need sufficient liquidity to send and receive money or trade and manage cross-collateral movement, especially across different chains in crypto.”\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 221,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"With the exchange as the platform, Kraken’s approach is to build—and partner with developers to build—apps and services on top of the exchange to serve the wide diversity of users, use cases & geographies and to foster innovation in the ecosystem. “You have to have an ecosystem with enough liquidity to be able to support a ton of applications, with exchanges playing a part in supplying liquidity both on-chain and off-chain. The key consideration is understanding what types of applications that you can build because of that… holding crypto isn't enough; you need to be able to use it. This means offering banking services, payroll capabilities, and other essential functions.” \",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 247,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 41,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/kraken/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 35\n                            },\n                            {\n                                \"end\": 682,\n                                \"type\": \"strong\",\n                                \"start\": 681\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": null,\n                \"next_section\": \"interview\"\n            },\n            {\n                \"id\": \"interview\",\n                \"type\": \"section\",\n                \"title\": \"Interview\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"type\": \"heading2\",\n                        \"text\": \"Interview\",\n                        \"spans\": []\n                    },\n                    {\n                        \"text\": \"What do you and David Ripley bring to the table as co-CEOs, and how does that dynamic work? But perhaps more importantly, why now for Kraken? What is it about Kraken's current inflection point that made it beneficial to have two experienced operators like you and David at the helm?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 282,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"Kraken’s co-founder Jesse Powell helped Mt. Gox recover from a hack in 2011. From then he developed a strong reputation in those early days of crypto for understanding how to build a frictionless and trusted exchange with a strong sense for security and controls. He and our co-founder Thanh Luu created a company with a very specific vision. Looking at our Kraken culture doc which defines who we are, it’s an enumeration of what should be seamless. It’s clear what the payment rails, peer-to-peer transfers, trading, growth - what all of that should look like.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Kraken has been built culturally around these values, with the mission  of getting crypto into the hands of every person on earth. I think that’s a very key point. It doesn't necessarily mean crypto has to be directly in their hands - rather, it's about facilitating what people want to do. Whether I want to send a remittance, a meme coin, or  something to my son related to his games, these actions should be seamless. What you see in Kraken today is that our platform allows for trading and payment transfer  for professional traders and users of all kinds, creating depth and quality of liquidity. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"We're carrying on this mission and vision - we’re a tech company building the best products on earth using crypto. Dave was acquired in [Dave Ripley was CEO of Glidera, which Kraken acquired in 2016], I was an early shareholder and independent board director, and we've all been part of the company’s journey. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Given my background in fintech, it felt natural for all of us to continue working together toward one mission at one company. Many people ask about the division of labor and why we don't have just one CEO. We came together recognizing our different areas of extreme product-market fit. Rather than changing anything, we focused on multiplying what we do at an accelerating pace and compounding growth at the company that way. That's what we've been proving out and continuing to do.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"You mentioned serving the needs of institutional clients, traders, and more professional use cases. What does this mean for Kraken, and what are the concrete areas where investments will double down on that vision?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 214,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"Within traditional stock trading in the United States today, we have NYSE and Nasdaq. They are the two exchanges that account for the bulk of trading and dominate liquidity across the entire country. Similarly in crypto, you have Coinbase and you have Kraken. In a lot of ways, Coinbase looks more like NYSE, while Kraken looks more like Nasdaq. Nasdaq is an electronic marketplace, more tech-forward, exchange focused on speed and specific client types. It’s also built additional tech platform capabilities on top of it, which has evolved and compounded over time.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"In my view, the traditional exchange world is too fragmented. They've primarily concentrated on trading, investing, and indexing. In crypto, many things are vertically integrated. For example, a stablecoin is integrated into sending and receiving money. You need sufficient liquidity to send and receive money or trade and manage cross-collateral movement, especially across different chains in crypto.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"These constraints and transparency requirements force you to build a comprehensive stack with multiple use cases. For instance, in our application, once you have a KRAK tag [a unique identifier on Kraken for sending and receiving crypto], you can send and receive money for free in 190-plus countries. This is significant because traditionally, such functionality required building a brick-and-mortar system with specific licenses. We have this capability because of our exchange infrastructure, which allows us to operate at speed and reduce costs to near zero.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This benefits our customers by reducing costs for sending, storing, and spending money across the board. Additionally, we can provide yield opportunities.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For example, if you're at a bank in different parts of the world where those yields aren't available, we're now able to build these types of products. Not all products will reside in the exchange, but the exchange helps facilitate many of these offerings. There is also a set of new, innovative offerings that I'm particularly excited about - the ability to create safe financial products for investors both within and outside the United States.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The United States has long been one of the most liquid markets in the world. The reason is that you have rule of law and a specific approach to liquidity, risk management, and facilitation between parties. Crypto enables us to implement this methodology all over the world. When we say we want crypto in everyone's hands, we recognize that use cases vary by region. Someone in Nigeria will have different needs than someone in Turkey, India, or Argentina.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For example, India has a huge derivatives market. We can facilitate that through our crypto rails. Turkey focuses more on speculation, Argentina is more a stable yield market, and Brazil prioritizes sending and receiving funds. There’s obviously overlap in how customers interact with products across markets, each region has distinct needs. How can you be on the frontline to enable these behaviors and drive innovation forward? Some of this we'll achieve through partnerships, where others can hook into our platform and we'll help them scale successfully, while other initiatives we'll pursue independently because we consider them strategically important.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Your analogy describes Kraken as Nasdaq to Coinbase’s NYSE, but is there also a difference in emphasis on retail vs. institutional needs? Kraken seems to emphasize providing the fiat on-ramps and off-ramps, along with the liquidity and technology that the financial system needs to bridge crypto and fiat currencies.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 316,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"If today you have that comparison between Coinbase and NYSE and Kraken as NASDAQ, how did we get here? We had to build an exchange. We built both the technology and the exchange itself. We're looking forward to expanding and compounding this business, but there's so much more we can build on top of that.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"We operate with a services architecture orientation, building various features on top of our exchange. For example, we've built the professional traders app, the consumer trade app, and a send-and-receive feature - all on our exchange. While the exchange serves as our foundation and partner, we continue to build additional services upon it.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Other companies in the ecosystem have chosen to build one monolithic experience. This isn't necessarily good or bad, but they've chosen to create a single experience for their customers. We want to provide the best experience for customers based on their location and needs. Whether it's banking and financial services in Mexico or remittances in another part of Latin America, we tailor our approach to specific use cases.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Everyone talks about stablecoins, but they require liquidity and the ability to move between fiat and crypto through on-ramps and off-ramps. These processes are not easy, and our exchange infrastructure, licensing, and user experiences enable customers to do these things. The challenge is making these elements work together seamlessly without confusing customers.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Today’s crypto and Web3 protocol wars are similar to the way people thought about telecommunications and email protocols, or debates about open source software. The average person walking down the street to grab coffee down the street doesn't care about the underlying rails - they just need it to work. Reducing friction in these transactions encourages greater adoption.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Regarding stablecoins, we've seen statistics showing that Kraken is powering 40% of stablecoin volume through on-ramps and off-ramps. Could you discuss Kraken's strategy going forward specifically for stablecoins? How do you plan to maintain your position at this crucial junction and continue growing with the stablecoin ecosystem?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 332,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"If you take a look at the stablecoin ecosystem, Tether is currently the de facto winner worldwide. You have to ask the question, why? The reason for Tether's dominance is their extensive global partnerships. Whether you're creating an application for sending and receiving, managing liquidity, or generating stability and yield, you use them. They've established themselves as the go-to solution for quick integration.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The stablecoin ecosystem is driven by the volume of transactions, though the liquidity requirements vary by use case. For B2B businesses, they just need sufficient liquidity to move money for basic transactions, while high-volume transactions require much more substantial liquidity. You have to have an ecosystem with enough liquidity to be able to support a ton of applications, with exchanges playing a part in supplying liquidity both on-chain and off-chain. The key consideration is understanding what types of applications that you can build because of that.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"You’re co-founder and investor (via Tribe Capital) in Kapital, a neobank for SMBs in Latin America. It has several products that help its customers leverage stablecoins. Are stablecoins permeating into Main Street businesses globally? Is stablecoin volume proliferating more extensively than we might expect?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 308,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"Let me answer your question in reverse order. Is it proliferating? Absolutely. Stablecoins are spreading rapidly across Africa, Latin America, and Southeast Asia. The reason for this proliferation is simple: everyone wants access to something stable for their business operations, sending money, or savings. That stable currency is the US dollar, and its digital equivalent is a USD stablecoin. There are multiple players in this space - USDC, USDT, and several others.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Kapital operates in Mexico, Peru, and Colombia. In Colombia specifically, stablecoin adoption is quite high, around 60-70% or more. That's how people want to save their money. If you're a business owner who gets paid in USDT, you're going to store it in USDT, seek yield in USDT, and send and receive payments in USDT. While other stablecoins can be used for transactions, the demand centers on USDT because people view it as synonymous with the US dollar.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"In Mexico, Kapital is a regulated bank - we don't hold, trade, or include crypto in our lending ratios. However, for our Colombian customers who hold crypto, we work with them to ensure seamless fiat on-ramps and off-ramps. A key point is that holding crypto isn't enough; you need to be able to use it. This means offering banking services, payroll capabilities, and other essential functions.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"People often overlook that sending and receiving money is fundamental to daily life. Whether it's splitting dinner with a friend or conducting business transactions with credit lines and inventory, these transactions are typically denominated in US dollars as the reserve currency. This activity will transition to stablecoins, with USD remaining the de facto reference currency.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For example, when a Colombian strawberry or flower farmer working with Kapital exports to the United States, stablecoins provide the most efficient transaction pathway. The benefits are clear: transactions are instantaneous and trackable, require a facilitating partner, and involve zero costs. While wire transfers might be affordable in the US, international transfers often require multiple intermediary steps in other countries. Traditional services like Western Union have transaction limits, but crypto exchanges can handle large-value transfers for inventory.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This isn't limited to Latin America. In Asia, the frequency and volume are even higher, particularly for moving money between financial hubs like Singapore and the UK. Some customers transfer hundreds of millions of dollars monthly, and they can't do this cost-effectively through traditional channels with multiple middlemen. This is where we'll see the most disruption and revolution, and we want to help facilitate and empower that transformation.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"What kind of productization does that entail? Specifically, how do you bring that to life in terms of helping with those use cases?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 131,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"You have to approach your exchange as a platform. While exchanges are initially built as platforms for traders, you need to expand their functionality to serve merchants, enterprise businesses, and banks. This has been an area we've been focusing on extensively.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"I wanted to touch on meme coins as well and get your perspective. Kraken has a reputation for solidity, seriousness, stability, and being tech-forward. Meme coins are relatively new and have a different reputation. Why do you think it's important to serve that use case, and how do you balance it against Kraken's brand positioning?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 332,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"The future of the meme coins market is uncertain, but it's going through a process of testing and iteration. Currently, they rely on hype and brand. Proponents argue that stronger integration into real-world applications could secure their place in finance, though the meaning of this remains unclear.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Consider why certain items in games like Diablo become valuable - they derive value because someone else values them, not from intrinsic worth. Meme coins represent incentivized freedom of expression that changes the financial social game. As evidenced in Solana's approach, you're essentially speculating on culture, voting up and down on cultural elements. This is particularly powerful in the United States, where freedom of expression is highly valued.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Memes are ideas present throughout the ecosystem, whether egregious or legitimate, expressing the views of individuals or groups. People communicate through them, store value, send and receive assets, and build communities. If people create meme coins analogous to how we played Dungeons & Dragons, they're building communities. The question becomes what we can build on top of that - perhaps social networks and structures, new stores of value, or ways to enact specific social change in regions or countries as forms of expression.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"While we don't know the outcome, high adoption indicates something significant that deserves attention. When people point to NFTs as having flamed out, they misunderstand that NFT is a technology with broad applications. You can wrap real-world assets around it - I've worked with companies that wrap trusts around NFTs, creating tradable assets that enable quick ownership transfers.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"People often get scared because of the initial noise, but the key is identifying the signal and empowering it. Being in the early days is advantageous - we can learn quickly, see where this leads, and watch what becomes mainstream and culturally significant for each region.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"How do you approach managing these quick-moving decisions about what to list or not list, and what to engage with or not engage with?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 133,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"There is something really important about letting people express innovation. This consists of two parts. First, how do you create an environment for open exchange where the speed of development is unrestricted? It needs to be less about rules and acting as gatekeepers - more of a free-flowing space. We need to help enable this innovation rather than restrict it.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This connects to a concept we've been discussing in politics: those who have power tend to use it to perpetuate their worldview. We see this differently demonstrated in DeFi, where they showcase their priorities in a fast, transparent way. When something isn't working, they adjust quickly. This rapid adaptability is special and worth preserving.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"We can view exchanges in two categories: open exchanges and trusted exchanges. Currently, we operate more as a trusted exchange, that’s how people view us. But in any exchange - trusted or not - you can make money, lose money, or maintain your position. Whether you invest in listed stocks or penny stocks, losses are possible depending on your risk profile and appetite. People will always make their own choices, and our role is to create a safe space for them to do that.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The future may involve a bifurcation into two models. Trusted exchanges, which make decisions based on trading volume and sufficient disclosures around projects - this is where regulators can help define future parameters, and I’m really looking forward to that. In parallel, open exchanges should remain unrestricted, similar to the internet. There needs to be that sandbox for experimentation. Technology itself should remain open, but when you build technology for specific use cases, that's when appropriate rules become necessary.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"To the extent you're able to share, what are some things that have been working at Kraken that you'd like to see people double down on, and what kind of KPIs can help guide that process?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 186,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"My background comes from working at numerous startup companies in the social gaming and social networking space, including Facebook. With my team at Tribe Capital, we built a company called Termina and developed a framework called growth accounting for high-velocity startups. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This framework measures the efficacy of product-market fit across distribution, engagement, and monetization, then integrates these elements. This analysis requires raw transactional data, which is readily available in startup companies, software-led companies, or machine learning AI companies through API integrations, customer connections, and software workflow usage.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"While most companies focus solely on financial and operating metrics, we examine all engagement metrics. The fundamental question is whether customers are using your product at all, before even considering monetization. This is quantifiable and can be benchmarked. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"My perspective is shaped by the data from companies I've invested in and we’ve built from scratch, especially in fintech. We've identified what works and what remains uncertain, which helps determine where to invest R&D money - what we call \\\"loonshots\\\" - to innovate new products while maintaining essential features for customer experience and proper attach rates.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"You also have to put the art on top of the science. Rather than starting with a vision for look-and-feel and then finding customers, it’s the other way around - start with the baseline foundational features customers need, then create the best experience around that. That makes a big difference. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This applies to everything: onboarding, helping customers save, send, receive, store, speculate, trade, manage wealth, make payments, secure loans, or participate in investment opportunities like an Apollo Global Fund on-chain with 11% yield. There’s so many things people could have access to, the key is effectively bridging knowledge gaps for customers.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This approach comes from my experience building various games between 2002-2009 - social gaming, mobile gaming, hardcore games, casual games - each with different distribution and revenue models. We focus on what we call the \\\"whimsical\\\" aspects of product development. This model has helped us scale companies to multibillion-dollar valuations. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For example, we were part of the early team that helped Slack develop their approach. Many of Slack's game-like mechanics became industry standards, now widely copied by other chat tools. Before Slack, there was HipChat, and before that, earlier versions of similar tools. There are baseline features that continuously improve through iteration.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"The Kraken business model has primarily been built around transaction fees. As you develop more financial infrastructure and serve different kinds of use cases, will the revenue mix evolve? Is the core DNA of the business model going to shift?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 243,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"While we view ourselves as a platform with deep, high-quality exchange liquidity and various capabilities, maintaining focus is crucial. Our priority is catering to our core customer base with all our products and financial services while continuing to expand beyond that foundation.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"We're partnering with numerous companies in areas experiencing innovation, particularly in DeFi and traditional finance-style banking and financial services. These partnerships help create safe entry points into these spaces. Rather than immediately doubling or tripling down on new initiatives, we'll continue to pursue strategic partnerships.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This connects back to the question of quantifying product-market fit. We need to evaluate what's working and assess the customer experience, even for API-driven products. As we build out our products and services, everything must serve our customers' needs. Our primary focus will remain on supporting our customers' complete workflow requirements.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Could you walk us through the areas where you compete with Coinbase and Binance, and where you believe your positioning is distinct from them? How should people understand the different market segments where you are and are not competing?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 238,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"We're all competing against each other - that's a fair statement. The way I think about Coinbase and us is NYSE and Nasdaq. They certainly are larger from a pure volume standpoint. We are more advanced from a technology standpoint. Take a look at meaningful metrics. Our tech platform uptime is 99.9%, round trip latency is sub 2ms. Our average revenue per customer is now well over $2,000 – far surpassing any comparable stat we’ve seen from traditional or crypto exchanges, including Coinbase. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"With Binance, you have an offshore exchange that takes a monolithic approach where all experiences must exist solely on Binance. Everyone's taking a different approach. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"One area we've focused on and will continue to prioritize is professional traders, similar to what Interactive Brokers has done - understanding their workflow, trading preferences, and how institutions work with us, along with developing products and services specifically for them.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"People often discuss retail and institutional trading but overlook the middle category: professional traders. These are individuals who trade professionally, whether it's one person in a garage, a family office, or a team starting from scratch with their own capital. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"This segment represents arguably the healthiest part of any economy because it prevents a bifurcation between retail and institutional trading. Just as we consider small, medium, and mid-market enterprise businesses, the goal is enabling maximum creativity within these small to medium categories of professional traders.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Since DeFi is still an area where many people outside the tech and crypto world find confusing, could you explain what this product will bring to the Kraken family and Kraken users?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 181,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"Today Ink is an L2 blockchain built on Optimism’s Superchain, if you're familiar with it. The stated mission of the chain is to serve as a bridge into DeFi. This mission stems from everything I mentioned earlier - when customers want to generate yield, make payments, or speculate and trade, they engage with both our trusted exchange and DeFi components. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"While DeFi is currently open and experiencing significant innovation, we want to serve as that bridge. This is where Ink really comes in - to empower other application providers to use our bridges across Ink, and to allow us to build our own vertically integrated apps on-chain. This makes the experience straightforward and accessible for users, not complex or daunting.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"DeFi apps today are really complicated, requiring Chrome extensions and seed phrases. The common saying \\\"not your keys, not your crypto\\\" means you have to store it on some sort of physical device, which is very hard for the average individual. There's a direct parallel between this and the safety of holding cash under your bedsheets. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Our goal is to bridge the gap between complexity and accessibility. While many people want access to these financial products, they may not be technically sophisticated or understand all the intricacies of DeFi. We come in by providing access to a trusted set of products. That's the mission of Ink Layer Two.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Polymarket and Kalshi have made some noise, especially after this election year. Since Polymarket is part of the crypto ecosystem, do you have plans to enter that space? How would you approach that kind of expansion?\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 216,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"is_question\": true\n                    },\n                    {\n                        \"text\": \"What’s funny I think meme coins are an expression of prediction markets - probably the strongest enumeration of that concept. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"There are many areas where people are innovating. Polymarket, for example, is really cool because it's building a social network where people express themselves through taking actions with money. That's awesome. We want to help enable this globally - some initiatives we'll empower, some we'll participate in, and others we'll invest in. We want to see more of this because frictionless access to these markets serves customers' best interests worldwide.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"There are so many markets here, and our goal isn't to dominate all of them. It’s not like we’re going to create video games so we can power payments, it’s more about empowering video game companies through crypto - that's our deep passion and background. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Similarly, when we think about freelance creators and digital nomads who need to operate globally, the question is how do we enable them to navigate every jurisdiction with bank account-style products, yield products, and transaction solutions? That's a hard problem, so this goes on around what the use cases are.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Prediction markets represent another avenue to facilitate crypto adoption in the future. They're building a network, and importantly, the lesson here is that the worlds of finance and culture are rapidly colliding. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"You have this programmable money system meeting programmable social culture, which creates exciting building opportunities. However, compliance becomes crucial because you're handling people's capital, allowing them to speculate and vote with it. \",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Regulatory clarity and compliance become really key - you need to consider what forms of expression you're enabling while ensuring it serves users' best interests and aligns with traditional post-World War II financial infrastructure.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"That's where we fit in as a bridge. We're all working to figure out how to adhere to regulations while maintaining an open space for ideas and exchange that remains permissionless.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": \"background\",\n                \"next_section\": null\n            }\n        ],\n        \"table_of_contents\": [\n            {\n                \"id\": \"background\",\n                \"title\": \"Background\",\n                \"level\": 1,\n                \"subsections\": []\n            },\n            {\n                \"id\": \"interview\",\n                \"title\": \"Interview\",\n                \"level\": 1,\n                \"subsections\": []\n            }\n        ]\n    }\n}"},{"id":"3356fe36-f3e4-4c58-824d-8c335e96d840","name":"Successful Response (Market)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/documents/how-perplexity-hits-656m-arr/","protocol":"https","host":["sacra","com"],"path":["api","v1","documents","how-perplexity-hits-656m-arr",""],"query":[{"key":"company_domain","value":"ramp.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:34:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"5845"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"market\",\n    \"slug\": \"how-perplexity-hits-656m-arr\",\n    \"title\": \"How Perplexity hits $656M ARR\",\n    \"last_publication_date\": \"2025-02-20T00:00:00-04:56\",\n    \"metadata\": {\n        \"total_sections\": 1,\n        \"reading_time\": 2,\n        \"has_images\": true,\n        \"total_elements\": 22\n    },\n    \"preview\": {\n        \"title\": \"How Perplexity hits $656M ARR\",\n        \"image\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress\",\n        \"description\": \"TL;DR: As competition intensifies between Perplexity, foundation model companies, and Google, Perplexity is betting on deepening prosumer habitual use in key verticals like finance and shopping to drive growth to a projected $127M in 2025 and $656M in 2026. Sacra estimates that Perplexity hit $63M in ARR at the end of 2024, up 800% from $7M in 2023. For more, check out our full report and dataset on Perplexity...\"\n    },\n    \"pdf_url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/how-perplexity-hits-656m-arr.pdf\",\n    \"content\": {\n        \"sections\": [\n            {\n                \"id\": \"main\",\n                \"type\": \"section\",\n                \"title\": \"Main Content\",\n                \"level\": 1,\n                \"elements\": [\n                    {\n                        \"text\": \"TL;DR: As competition intensifies between Perplexity, foundation model companies, and Google, Perplexity is betting on deepening prosumer habitual use in key verticals like finance and shopping to drive growth to a projected $127M in 2025 and $656M in 2026. Sacra estimates that Perplexity hit $63M in ARR at the end of 2024, up 800% from $7M in 2023. For more, check out our full report and dataset on Perplexity.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 414,\n                                \"type\": \"strong\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"id\": \"Z7fOD57c43Q3gCes\",\n                        \"alt\": null,\n                        \"url\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress\",\n                        \"edit\": {\n                            \"x\": 0,\n                            \"y\": 0,\n                            \"zoom\": 1,\n                            \"background\": \"transparent\"\n                        },\n                        \"type\": \"image\",\n                        \"copyright\": null,\n                        \"dimensions\": {\n                            \"width\": 840,\n                            \"height\": 860\n                        },\n                        \"srcset\": {\n                            \"small\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress&w=400\",\n                            \"medium\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress&w=800\",\n                            \"large\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress&w=1200\",\n                            \"original\": \"https://images.prismic.io/sacra/Z7fOD57c43Q3gCes_perplexityRevenue-1-.png?auto=format,compress\"\n                        },\n                        \"loading\": \"lazy\",\n                        \"format\": \"webp\",\n                        \"caption\": \"Image for Main Content\"\n                    },\n                    {\n                        \"text\": \"We first covered Perplexity at $11M ARR in March 2024, growing 4,272% YoY, when it broke through with its strong initial product-market fit, and we followed up with them at $51M ARR in October, growing 1,600% YoY, as it started to scale.\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [\n                            {\n                                \"end\": 53,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/perplexity-google-search-for-work/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 31\n                            },\n                            {\n                                \"end\": 192,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/perplexity-at-51m-arr/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 173\n                            }\n                        ],\n                        \"direction\": \"ltr\",\n                        \"metadata\": {\n                            \"key_metrics\": {\n                                \"date\": \"March 2024\"\n                            }\n                        }\n                    },\n                    {\n                        \"text\": \"Here’s our end-of-year Perplexity update with key points via Sacra AI:\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Sacra estimates that Perplexity reached $63M in annual recurring revenue (ARR) at the end of 2024, up 800% year-over-year, with growth decelerating from 20% compounding monthly growth rate over those 12 months (CMGR12) to 12% CMGR3 over the last 3 months of the year, valued at $9B as of their $500M Series D in December (IVP) for a 143x forward revenue multiple.\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 31,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/perplexity/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 21\n                            },\n                            {\n                                \"end\": 121,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/perplexity-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 40\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"As foundation model companies like OpenAI, Anthropic & xAI focus on search as a use case, eliminate their knowledge cutoff dates and build reasoning-based deep research agents—and Google for its part launches Gemini-powered AI features across search and all of its apps & devices—Perplexity risks seeing commoditized its core experience of AI-summarized search results for complex queries (10-11 words long).\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 41,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/openai\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 35\n                            },\n                            {\n                                \"end\": 52,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/anthropic\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 43\n                            },\n                            {\n                                \"end\": 58,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/xai\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 55\n                            },\n                            {\n                                \"end\": 290,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/perplexity/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 280\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"By Perplexity’s own December 2024 projections of hitting $656M ARR by the end of 2026, it looks to hold the line at 11% CMGR through the next 24 months and 10x in revenue scale, betting that it can build novel product experiences on top of foundation models and deepen prosumer habitual use in key verticals like finance (Perplexity Finance, Perplexity Deep Research) and shopping (Buy with Pro, Snap to Shop).\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 13,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/perplexity/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 3\n                            },\n                            {\n                                \"end\": 85,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/perplexity-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 20\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"For more, check out this other research from our platform:\",\n                        \"type\": \"paragraph\",\n                        \"spans\": [],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Perplexity (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 10,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/perplexity\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 19,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/perplexity-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 12\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Anthropic vs. OpenAI\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 20,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/anthropic-vs-openai/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"OpenAI (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 6,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/openai/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 15,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/openai-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 8\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Anthropic (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 9,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/anthropic\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 18,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/anthropic-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 11\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"OpenAI vs. Anthropic vs. Cohere [2023]\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 38,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/openai-vs-anthropic-vs-cohere/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"CoreWeave: the $465M/year cloud GPU startup growing 1,760% YoY\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 62,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/coreweave-the-440m-cloud-gpu-startup/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Edo Liberty, founder and CEO of Pinecone, on the companies indexed on OpenAI\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 76,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/edo-liberty-pinecone-openai-vector-databases/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Pinecone: the MongoDB of AI\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 27,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/pinecone-mongodb-of-ai/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Will Bryk, CEO of Exa, on building search for AI agents\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 55,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/will-bryk-exa-search-engine-for-ai-agents/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"AI talking heads growing 1024%\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 30,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/ai-talking-heads-growing/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Kyle Corbitt, CEO of OpenPipe, on the future of fine-tuning LLMs\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 64,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/kyle-corbitt-openpipe-fine-tuning-llms/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Scale (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 5,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/scale-ai/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 14,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/scale-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 7\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Databricks (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 10,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/databricks\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 19,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/databricks-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 12\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    },\n                    {\n                        \"text\": \"Hugging Face (dataset)\",\n                        \"type\": \"list-item\",\n                        \"spans\": [\n                            {\n                                \"end\": 12,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/c/hugging-face\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 0\n                            },\n                            {\n                                \"end\": 22,\n                                \"data\": {\n                                    \"url\": \"https://sacra.com/research/hugging-face-revenue-growth-valuation/\",\n                                    \"target\": \"_blank\",\n                                    \"link_type\": \"Web\"\n                                },\n                                \"type\": \"hyperlink\",\n                                \"start\": 14\n                            }\n                        ],\n                        \"direction\": \"ltr\"\n                    }\n                ],\n                \"prev_section\": null,\n                \"next_section\": null\n            }\n        ],\n        \"table_of_contents\": [\n            {\n                \"id\": \"main\",\n                \"title\": \"Main Content\",\n                \"level\": 1,\n                \"subsections\": []\n            }\n        ]\n    }\n}"},{"id":"6e38c112-d980-4a16-a617-3b6d2604a257","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/documents/cuRsOr.com/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:38:13 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"78"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid slug format. Please use only lowercase letters, numbers, and hyphens.\"\n}"},{"id":"82a6460d-cc68-4502-9482-c7b10251208e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/documents/john-cena/"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:36:37 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Document not found\"\n}"}],"_postman_id":"e504f0c7-e22b-47cb-bbb4-a324e229bce4"}],"id":"5a721338-e264-4def-a653-ae747dee396e","description":"<p>The <code>/documents</code> endpoint lets you fetch a specific company's related documents by it's web domain name (i.e. sacra.com), fetch a global set of documents within a 2 week range, and fetch the contents of a document by it's slug (i.e. lovable-vs-bolt-vs-cursor).</p>\n","event":[{"listen":"prerequest","script":{"id":"0f9646fd-98ed-43e5-8666-867ef5f3b6a0","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"26041b33-c226-4875-8061-516120a5da80","type":"text/javascript","requests":{},"exec":[""]}}],"_postman_id":"5a721338-e264-4def-a653-ae747dee396e","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"News","item":[{"name":"Get company news","id":"0d6b940e-6af1-4b3f-ad5e-ddae26633065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/news/company/","description":"<p>Retrieves a specific company's news if they exist. Sorted by News release date in reverse chronological order and paginated.</p>\n<p>Can be used for global daily polling. Global queries must specify created_at, released_at or updated_at date range of up to 2 weeks.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a7d5fa82-c271-44ad-9568-9f6024b10e87","id":"a7d5fa82-c271-44ad-9568-9f6024b10e87","name":"News","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","news","company",""],"host":["sacra","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional string. Single company domain (domain only, e.g., openai.com)</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Optional string/list. Multiple company domains (GET: comma-separated string, POST: array or comma-separated string).</p>\n","type":"text/plain"},"key":"company_domains","value":"{{COMPANY_DOMAINS}}"},{"disabled":true,"description":{"content":"<p>Optional integer. Single company internal ID.</p>\n","type":"text/plain"},"key":"company_id","value":"{{COMPANY_ID}}"},{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_before","value":""},{"disabled":true,"description":{"content":"<p>Optional. String GUID. Exclusive</p>\n","type":"text/plain"},"key":"page_after","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_start","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"created_at_end","value":""},{"disabled":true,"description":{"content":"<p>Optional. String URL Encoded DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"release_date_start","value":""},{"disabled":true,"description":{"content":"<p>Optional. String URL Encoded DateTime ISO 8601 format. Inclusive</p>\n","type":"text/plain"},"key":"release_date_end","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling. Required if no company_domain or company_id is given.</p>\n","type":"text/plain"},"key":"updated_at_gte","value":""},{"disabled":true,"description":{"content":"<p>Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling. Required if no company_domain or company_id is given.</p>\n","type":"text/plain"},"key":"updated_at_lte","value":""}],"variable":[]}},"response":[{"id":"884a9af5-fd77-4bcb-8ded-9d48c6045eaf","name":"Successful Response With Company News","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=stripe.com","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"stripe.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"440d9f52-275a-4d39-973f-e780a76a9bf6\",\n            \"release_date\": \"2026-03-02T23:18:27Z\",\n            \"headline\": \"Stripe Releases 1 Preview to Monetize AI Model Costs\",\n            \"short_headline\": \"Stripe Preview\",\n            \"description\": \"Stripe's preview lets AI companies track, pass through and mark up underlying model usage fees to create a new revenue stream and simplify billing; reports include no funding, valuation, revenue, per-share or pricing details.\",\n            \"created_at\": \"2026-03-03T15:17:46.635681Z\",\n            \"updated_at\": \"2026-03-03T15:17:46.635689Z\",\n            \"articles\": [\n                {\n                    \"id\": \"66348676-99ee-4f5b-8d5a-61b1ae64af6e\",\n                    \"link\": \"https://techcrunch.com/2026/03/02/stripe-wants-to-turn-your-ai-costs-into-a-profit-center\",\n                    \"headline\": \"Stripe wants to turn your AI costs into a profit center | TechCrunch\",\n                    \"short_summary\": \"Stripe released a preview intended to allow AI companies to easily track, pass through, and make a profit on underlying AI model fees.\",\n                    \"date_published\": \"2026-03-02T23:18:27Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/gQXnvct4PIhFXZvwRBdJyBYeObFNG5OPXvolHJUnUNU/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly90ZWNo/Y3J1bmNoLmNvbS93/cC1jb250ZW50L3Vw/bG9hZHMvMjAyMy8x/MC9HZXR0eUltYWdl/cy0xMjg5MTYzNjY0/LmpwZz9yZXNpemU9/MTIwMCw4MDA'}\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"75d01678-6a74-4d49-94b9-cbf184d37512\",\n                    \"link\": \"https://techcrunch.com/2026/03/02/stripe-wants-to-turn-your-ai-costs-into-a-profit-center/\",\n                    \"headline\": \"Stripe wants to turn your AI costs into a profit center\",\n                    \"short_summary\": \"Stripe released a preview intended to allow AI companies to easily track, pass through, and make a profit on underlying AI model fees.\",\n                    \"date_published\": \"2026-03-02T23:18:27Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"2a62f06c-37b7-49d6-b873-f7771a74a0ee\",\n            \"release_date\": \"2026-02-27T16:48:15.746387Z\",\n            \"headline\": \"Meta Partners with Stripe to Enhance Crypto Payments Infrastructure\",\n            \"short_headline\": \"\\\"Meta, Stripe Boost Crypto Payments\\\"\",\n            \"description\": \"Meta's partnership with Stripe to enhance crypto payments signals a strategic pivot towards integrating stablecoins into mainstream financial systems, potentially reshaping transaction dynamics and positioning both companies at the forefront of a $300 billion market.\",\n            \"created_at\": \"2026-03-01T16:52:04.518031Z\",\n            \"updated_at\": \"2026-03-01T16:53:01.617172Z\",\n            \"articles\": [\n                {\n                    \"id\": \"cbae07f9-10e3-488f-9644-b7833f1e0572\",\n                    \"link\": \"https://www.forbes.com/sites/digital-assets/2026/02/26/metas-possible-crypto-comeback-highlights-stablecoin-acceleration/\",\n                    \"headline\": \"Meta’s (Possible) Crypto Comeback Highlights Stablecoin Acceleration\",\n                    \"short_summary\": \"Meta plans to leverage Stripe's expertise for stablecoin payments, as stablecoin transactions quadrupled in 2025, reaching a $300 billion market.\",\n                    \"date_published\": \"2026-02-27T16:48:15.746387Z\",\n                    \"thumbnail\": \"https://imageio.forbes.com/specials-images/imageserve/69a0e95cc6540f0bdcce53b8/0x0.jpg?format=jpg&height=900&width=1600&fit=bounds\",\n                    \"publication\": \"Forbes\",\n                    \"publication_score\": 150\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"51fe4952-661c-4e46-959b-dc28c167f541\",\n            \"release_date\": \"2026-02-25T16:48:18.111342Z\",\n            \"headline\": \"Stripe Develops Stablecoin Solutions Amid Crypto Market Shifts\",\n            \"short_headline\": \"\\\"Stripe Launches Stablecoin Solutions\\\"\",\n            \"description\": \"Stripe's entry into stablecoin solutions positions it to capitalize on the evolving crypto landscape, potentially reshaping payment settlements and enhancing its competitive edge against traditional financial giants like Visa amid market volatility.\",\n            \"created_at\": \"2026-03-01T16:51:30.285762Z\",\n            \"updated_at\": \"2026-03-01T16:52:59.237460Z\",\n            \"articles\": [\n                {\n                    \"id\": \"b9a5dd78-84e0-458d-bd9d-e02b2bdbdb1e\",\n                    \"link\": \"https://techcrunch.com/podcast/is-crypto-growing-up-tether-risk-stripes-stablecoin-play-and-the-genius-act-explained/\",\n                    \"headline\": \"Is crypto growing up? Tether risk, Stripe's stablecoin play, ...\",\n                    \"short_summary\": \"Stripe is developing stablecoin solutions with Bridge, Privy, and Tempo, potentially positioning itself as a leader in stablecoin settlement.\",\n                    \"date_published\": \"2026-02-25T16:48:18.111342Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2026/02/GettyImages-2194779803.jpg?resize=1200,675\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"8e5f8e61-0504-4436-b4fd-d4c14801b2d8\",\n            \"release_date\": \"2026-02-25T16:48:11.254886Z\",\n            \"headline\": \"Stripe Reports 50% Faster Growth in Startup Revenue\",\n            \"short_headline\": \"\\\"Stripe Revenue Grows 50%\\\"\",\n            \"description\": \"Stripe's accelerated growth in startup revenue underscores a transformative shift in the entrepreneurial landscape, positioning AI-driven companies as key players in attracting investment and driving sustainable revenue streams.\",\n            \"created_at\": \"2026-03-01T16:51:16.394146Z\",\n            \"updated_at\": \"2026-03-01T16:53:02.524435Z\",\n            \"articles\": [\n                {\n                    \"id\": \"a27582b0-c91b-4195-8474-751f57eed991\",\n                    \"link\": \"https://techcrunch.com/2026/02/24/more-startups-are-hitting-10m-arr-in-3-months-than-ever-before/\",\n                    \"headline\": \"More startups are hitting $10M ARR in 3 months than ever before\",\n                    \"short_summary\": \"In 2025, double the number of startups hit $10M ARR within three months compared to 2024, with 57% of new businesses outside the U.S.\",\n                    \"date_published\": \"2026-02-25T16:48:11.254886Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2024/01/GettyImages-582759168.jpg?resize=1200,800\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"92aa1721-afc7-4e7b-ba96-e31638077fe7\",\n            \"release_date\": \"2026-02-24T20:54:54Z\",\n            \"headline\": \"Stripe Considers Acquiring PayPal Valued at $159 Billion\",\n            \"short_headline\": \"\\\"Stripe Eyes $159B PayPal\\\"\",\n            \"description\": \"Stripe's potential acquisition of PayPal, valued at $159 billion, could reshape the digital payments landscape, enhancing Stripe's market share and competitive edge while signaling a consolidation trend among fintech giants.\",\n            \"created_at\": \"2026-02-26T12:16:33.246401Z\",\n            \"updated_at\": \"2026-03-01T16:52:56.427425Z\",\n            \"articles\": [\n                {\n                    \"id\": \"1b0568ae-b127-4c3b-8f0e-4582f8fd10e7\",\n                    \"link\": \"https://axios.com/pro/fintech-deals/2026/02/26/stripe-paypal-rumors-tether-jpmorgan\",\n                    \"headline\": \"Between the lines of the Stripe-PayPal rumors\",\n                    \"short_summary\": \"Reports emerged this week that Stripe is considering buying some or all of the payments giant.\",\n                    \"date_published\": \"2026-02-26T21:32:06Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/ZtkItdzMxajg1QiGz2q5pOhrtGBKmEm-KoKCKvAtYPg/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuYXhpb3MuY29t/L0NJTWpNTExEV29Z/UjlZN21DaW1ETWpY/Q0J1MD0vMTM2Nng3/Njgvc21hcnQvMjAy/Mi8wOC8wMy8xOTU0/MTYtMTY1OTU1NjQ1/NjM0Ni5qcGc'}\",\n                    \"publication\": \"Axios\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"6a761227-7f23-4c36-9922-f08e00ca376c\",\n                    \"link\": \"https://www.americanbanker.com/payments/news/stripe-considers-acquiring-paypal\",\n                    \"headline\": \"What Stripe would get by acquiring PayPal\",\n                    \"short_summary\": \"Stripe's valuation reached $159 billion, with $1.9 trillion in total volume processed, and aims to acquire PayPal to enhance its market position.\",\n                    \"date_published\": \"2026-02-26T16:48:03.993158Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=format,compress\",\n                    \"publication\": \"American Banker\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"e19e7e4a-c3de-4b72-8d2f-cd696fd7241b\",\n                    \"link\": \"https://www.bloomberg.com/news/videos/2026-02-25/stripe-said-to-express-interest-in-rival-paypal-video\",\n                    \"headline\": \"Stripe Said to Express Interest in Rival PayPal\",\n                    \"short_summary\": \"Stripe is considering an acquisition of all or parts of&nbsp;PayPal Holdings, according to people familiar with the matter. Ryan Gould reports on \\\"Bloomberg Deals.\\\" (Source: Bloomberg)\",\n                    \"date_published\": \"2026-02-25T17:31:18Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"91cf2c0c-0a39-4348-b051-ab8559e85e9d\",\n                    \"link\": \"https://www.coindesk.com/business/2026/02/24/payments-giant-stripe-reportedly-mulling-paypal-acquisition\",\n                    \"headline\": \"PayPal (PYPL) jumps 7% as Stripe reportedly weighs acquisition. Here is what it means for crypto\",\n                    \"short_summary\": \"Stripe, valued at $159 billion, processed $1.9 trillion in transactions last year and is considering acquiring parts of PayPal.\",\n                    \"date_published\": \"2026-02-25T16:48:06.634112Z\",\n                    \"thumbnail\": \"https://cdn.sanity.io/images/s3y3vcno/production/f8b3037764125a46ab06b577815db521cfab14f5-1920x1080.png?auto=format&w=960&h=540&crop=focalpoint&fit=clip&q=75&fm=jpg\",\n                    \"publication\": \"CoinDesk\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9501240a-e955-4eb8-acf3-5026aa5ce8fd\",\n                    \"link\": \"https://reuters.com/business/stripe-is-considering-acquisition-all-or-parts-paypal-bloomberg-news-reports-2026-02-24\",\n                    \"headline\": \"Stripe is considering acquisition of all or parts of PayPal, Bloomberg News reports | Reuters\",\n                    \"short_summary\": \"Payments firm Stripe is considering an acquisition of PayPal or parts of the digital payments pioneer, Bloomberg News reported on Tuesday, citing people familiar with the matter.\",\n                    \"date_published\": \"2026-02-24T20:54:54Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/x9LycGFRuf6bt1BxgS1Qpd8I-ld5CcX20F29sJCvSo4/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly93d3cu/cmV1dGVycy5jb20v/cmVzaXplci92Mi9B/MlBIT0U1WUJaUDJY/QVpKTVdDTVpPVVRV/TS5qcGc_YXV0aD0w/NjJiN2QwOTVhYzVi/YTIzNTZhM2JlODVh/OWYxZjE4NTYzZjIz/Yjc4NDc4ZjEyZjBm/ZDYwNDE5MzFlY2Rm/M2ZmJmFtcDtoZWln/aHQ9MTAwNSZhbXA7/d2lkdGg9MTkyMCZh/bXA7cXVhbGl0eT04/MCZhbXA7c21hcnQ9/dHJ1ZQ'}\",\n                    \"publication\": \"Reuters\",\n                    \"publication_score\": 150\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"443eb2c5-6dc9-40e5-8e76-8b027d809d1e\",\n            \"release_date\": \"2026-02-24T13:00:06Z\",\n            \"headline\": \"Stripe Valued at $159 Billion Following Tender Offer\",\n            \"short_headline\": \"Stripe Valued at $159B\",\n            \"description\": \"Stripe's $159 billion valuation following the tender offer underscores its pivotal role in the digital payments landscape, signaling strong investor confidence in its growth potential amidst increasing competition and evolving financial technologies.\",\n            \"created_at\": \"2026-02-26T12:12:16.170878Z\",\n            \"updated_at\": \"2026-03-02T12:59:18.292534Z\",\n            \"articles\": [\n                {\n                    \"id\": \"2fecb236-67d3-4dc1-b69f-04b341c96541\",\n                    \"link\": \"https://techcrunch.com/2026/02/24/stripe-is-reportedly-eyeing-deal-to-buy-some-or-all-of-paypal/\",\n                    \"headline\": \"Stripe is reportedly eyeing deal to buy some or all of PayPal\",\n                    \"short_summary\": \"Stripe is considering acquiring PayPal, with a valuation of $159 billion, a 74% increase, while PayPal's market cap is around $40 billion.\",\n                    \"date_published\": \"2026-02-25T16:48:09.084064Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2024/04/Stripe-resized.webp?resize=1200,674\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"3ff3b844-15eb-4f7d-8acf-896a5de2506f\",\n                    \"link\": \"https://www.cnbc.com/2026/02/24/paypal-stock-stripe-acquisition-report.html\",\n                    \"headline\": \"PayPal pops nearly 7% on report fintech startup Stripe is weighing an acquisition\",\n                    \"short_summary\": \"Stripe's valuation surged to $159 billion, with a projected annual revenue run rate of $1 billion for services beyond payments this year.\",\n                    \"date_published\": \"2026-02-25T16:48:01.838654Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=format,compress\",\n                    \"publication\": \"CNBC\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"bbb10da9-c22b-49e3-97bd-b536a9153bf0\",\n                    \"link\": \"https://news.crunchbase.com/fintech/unicorn-stripe-secondary-sale-valuation/\",\n                    \"headline\": \"Fintech Giant Stripe’s Valuation Soars to $159B In Latest Secondary Stock Sale\",\n                    \"short_summary\": \"Stripe's valuation surged to $159 billion, with $1.9 trillion in total volume generated by businesses using its platform, and aims for $1 billion revenue run rate by 2026.\",\n                    \"date_published\": \"2026-02-25T16:47:56.897125Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=format,compress\",\n                    \"publication\": \"Crunchbase News\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"cecb2114-0b40-46e4-94d5-e4f13d3ae941\",\n                    \"link\": \"https://www.cnbc.com/2026/02/24/stripe-value-stock-sale-tender-offer.html\",\n                    \"headline\": \"Stripe valued at $159 billion after tender offer for employees, shareholders\",\n                    \"short_summary\": \"Fintech startup Stripe continues to show strong growth, with a valuation now at $159 billion and total volume nearing $2 trillion last year.\",\n                    \"date_published\": \"2026-02-25T12:01:00.822172Z\",\n                    \"thumbnail\": \"https://serpapi.com/searches/69a035fa3882c58c389cabd1/images/d81BcZC6g5OxP_s7tC-rwdsEWQE0wFDts-_6WO4zQ08.jpeg\",\n                    \"publication\": \"CNBC\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"753178ef-b53e-4069-955a-1b4cf27bc8d0\",\n                    \"link\": \"https://news.crunchbase.com/fintech/unicorn-stripe-secondary-sale-valuation\",\n                    \"headline\": \"Fintech Giant Stripe’s Valuation Soars to $159B In Latest Secondary Stock Sale\",\n                    \"short_summary\": \"Payments infrastructure giant Stripe announced Tuesday that it has inked deals with investors to provide liquidity to current and former employees through a tender offer at a $159 billion valuation. Notably, the valuation represents an impressive 49% increase from the $106.7 billion Stripe was value...\",\n                    \"date_published\": \"2026-02-24T17:37:58Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Crunchbase News\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"66e7c150-92d2-4148-9c05-bd9ad650e133\",\n                    \"link\": \"https://techcrunch.com/2026/02/24/stripes-valuation-soars-74-to-159-billion\",\n                    \"headline\": \"Stripe's valuation soars 74% to $159 billion | TechCrunch\",\n                    \"short_summary\": \"Stripe has conducted another tender offer, where employees sell shares. Investors include Thrive Capital, Coatue, a16z, and Stripe itself.\",\n                    \"date_published\": \"2026-02-24T17:28:23Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/DN2eg_t2tSGQh8AMkpRH3xHzC1-zk066YVUaMt1nJdo/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly90ZWNo/Y3J1bmNoLmNvbS93/cC1jb250ZW50L3Vw/bG9hZHMvMjAxOS8w/OS9HZXR0eUltYWdl/cy01MjcwMTMxNjgu/anBnP3Jlc2l6ZT0x/MjAwLDgwMQ'}\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"ea7fde01-0552-484d-9d6a-c8b0e98ba0c6\",\n                    \"link\": \"https://techcrunch.com/2026/02/24/stripes-valuation-soars-74-to-159-billion/\",\n                    \"headline\": \"Stripe’s valuation soars 74% to $159 billion\",\n                    \"short_summary\": \"Stripe has conducted another tender offer, where employees sell shares. Investors include Thrive Capital, Coatue, a16z, and Stripe itself.\",\n                    \"date_published\": \"2026-02-24T17:28:23Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"edfa9836-ac22-4194-b803-4f3dc56c3454\",\n                    \"link\": \"https://www.paymentsdive.com/news/stripe-valued-at-159b-in-tender-offer-ipo-payments/812883/\",\n                    \"headline\": \"Stripe valued at $159B in tender offer\",\n                    \"short_summary\": \"Stripe's tender offer values the company at $159 billion, with a 34% volume increase to $1.9 trillion in 2024.\",\n                    \"date_published\": \"2026-02-24T16:47:59.419504Z\",\n                    \"thumbnail\": \"https://imgproxy.divecdn.com/f3V0oCd3wL-ly0g-d0InUB3lJtzxR2lwUta5po_laXc/g:ce/rs:fit:770:435/Z3M6Ly9kaXZlc2l0ZS1zdG9yYWdlL2RpdmVpbWFnZS9QYXRyaWNrX2FuZF9Kb2huX0NvbGxpc29uXzEuanBn.webp\",\n                    \"publication\": \"Payments Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"1ae7d1d9-b72a-48e1-8590-733e7ccbf83c\",\n                    \"link\": \"https://reuters.com/business/stripe-valuation-jumps-159-billion-latest-share-sale-2026-02-24\",\n                    \"headline\": \"Stripe valuation jumps to $159 billion in latest employee share sale | Reuters\",\n                    \"short_summary\": \"Stripe was valued at $159 billion in a tender offer for employees and shareholders, the fintech firm said on Tuesday, a more than 70% jump from a similar share sale a year earlier.\",\n                    \"date_published\": \"2026-02-24T13:13:06Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/x9LycGFRuf6bt1BxgS1Qpd8I-ld5CcX20F29sJCvSo4/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly93d3cu/cmV1dGVycy5jb20v/cmVzaXplci92Mi9B/MlBIT0U1WUJaUDJY/QVpKTVdDTVpPVVRV/TS5qcGc_YXV0aD0w/NjJiN2QwOTVhYzVi/YTIzNTZhM2JlODVh/OWYxZjE4NTYzZjIz/Yjc4NDc4ZjEyZjBm/ZDYwNDE5MzFlY2Rm/M2ZmJmFtcDtoZWln/aHQ9MTAwNSZhbXA7/d2lkdGg9MTkyMCZh/bXA7cXVhbGl0eT04/MCZhbXA7c21hcnQ9/dHJ1ZQ'}\",\n                    \"publication\": \"Reuters\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"96489935-c2c9-41d8-9f38-c87037283c36\",\n                    \"link\": \"https://cnbc.com/2026/02/24/stripe-value-stock-sale-tender-offer.html\",\n                    \"headline\": \"Stripe valued at $159 billion after tender offer for employees, shareholders\",\n                    \"short_summary\": \"Fintech startup Stripe continues to show strong growth, with a valuation now at $159 billion and total volume nearing $2 trillion last year.\",\n                    \"date_published\": \"2026-02-24T13:00:38Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/w_aXvkJ8NV6C7IjlnuFyxOD2sVApdHSdwggmemtDNog/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZS5jbmJjZm0uY29t/L2FwaS92MS9pbWFn/ZS8xMDY5Nzk0NTEt/MTYzNzY4Mjg2MjQy/Mi1nZXR0eWltYWdl/cy05NjIxNDM3NjAt/MTAwMTU0NjA0Lmpw/ZWc_dj0xNzcxOTM4/MTUyJmFtcDt3PTE5/MjAmYW1wO2g9MTA4/MA'}\",\n                    \"publication\": \"CNBC\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"8fb71fe1-45a4-4853-a71f-be77ac95d7d6\",\n                    \"link\": \"https://ft.com/content/42639c42-2e95-42e7-aacf-3a39743657f5\",\n                    \"headline\": \"Stripe valuation soars to $159bn in latest share sale\",\n                    \"short_summary\": \"Deal will allow payments company to stay private for longer\",\n                    \"date_published\": \"2026-02-24T13:00:08Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/ssNgosh69_N4EH08_TGKR2-I8Nu_jrDo81l8q6mXa1I/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZnQuY29tL3Yz/L2ltYWdlL3Jhdy9o/dHRwcyUzQSUyRiUy/RmQxZTAwZWs0ZWJh/Ym1zLmNsb3VkZnJv/bnQubmV0JTJGcHJv/ZHVjdGlvbiUyRjI5/ZGQ4MTQ2LTRhMDkt/NDY4ZS1iYWU0LWU2/ZGQ1MzBkMGZlMy5q/cGc_c291cmNlPW5l/eHQtYmFycmllci1w/YWdl'}\",\n                    \"publication\": \"Financial Times\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"7bd73ccc-151d-4a56-bfa7-7562218cd1d5\",\n                    \"link\": \"https://axios.com/pro/fintech-deals/2026/02/24/stripe-tender-offer-159-billion\",\n                    \"headline\": \"Stripe tender offer values company at $159 billion\",\n                    \"short_summary\": \"The raise means it's at least another year before a Stripe IPO.\",\n                    \"date_published\": \"2026-02-24T13:00:06Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/xdg7s1kflTyH_lPtTpkUZ1kYXhDe10ujrdF3m0-eemE/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuYXhpb3MuY29t/L1dJeHJBT0ZWSFpI/TTY0aWRXRlhZMzlO/VVBfZz0vMTM2Nng3/Njgvc21hcnQvMjAy/MS8wNy8yMy8yMDQ0/NTMtMTYyNzA3MzA5/Mzk3Ni5qcGc'}\",\n                    \"publication\": \"Axios\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"afa454b0-c8be-4473-b790-f0e0bd9346fe\",\n            \"release_date\": \"2026-02-24T05:30:00Z\",\n            \"headline\": \"Xflow Raises $16.6M to Fix Cross-Border B2B Payments\",\n            \"short_headline\": \"Xflow Raises $16.6M\",\n            \"description\": \"The $16.6M round, with participation from Stripe and PayPal Ventures, values Xflow at $85M post-money and funds expansion of its cross-border B2B payments infrastructure for Indian exporters and global buyers.\",\n            \"created_at\": \"2026-02-24T12:06:45.863808Z\",\n            \"updated_at\": \"2026-02-24T12:06:45.863818Z\",\n            \"articles\": [\n                {\n                    \"id\": \"b8f878b0-de69-437e-9ce7-c6294e792120\",\n                    \"link\": \"https://techcrunch.com/2026/02/23/stripe-paypal-ventures-bet-on-indias-xflow-to-fix-cross-border-b2b-payments\",\n                    \"headline\": \"Stripe, PayPal Ventures bet on India's Xflow to fix cross-border B2B payments | TechCrunch\",\n                    \"short_summary\": \"Stripe and PayPal Ventures have participated in Xflow's $16.6 million round that gives it a post-money valuation of $85 million.\",\n                    \"date_published\": \"2026-02-24T05:30:00Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/H0qjilWKgIAef_EhdYkBV4fMb4BI6l-AhghxC31Y__I/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly90ZWNo/Y3J1bmNoLmNvbS93/cC1jb250ZW50L3Vw/bG9hZHMvMjAyNi8w/Mi94Zmxvdy1mb3Vu/ZGVycy1hbmFuZC1i/YWxhamktYXNod2lu/LWJoYXRuYWdhci1h/Ymhpaml0LWNoYW5k/cmFzZWthcmFuLmpw/Zz9yZXNpemU9MTIw/MCw4MDA'}\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"c4c91312-5946-40df-add6-fc0a40589789\",\n                    \"link\": \"https://techcrunch.com/2026/02/23/stripe-paypal-ventures-bet-on-indias-xflow-to-fix-cross-border-b2b-payments/\",\n                    \"headline\": \"Stripe, PayPal Ventures bet on India’s Xflow to fix cross-border B2B payments\",\n                    \"short_summary\": \"Stripe and PayPal Ventures have participated in Xflow's $16.6 million round that gives it a post-money valuation of $85 million.\",\n                    \"date_published\": \"2026-02-24T05:30:00Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"594811f9-bac0-4e9a-b21c-4471bf184c67\",\n            \"release_date\": \"2026-02-18T16:51:40.132896Z\",\n            \"headline\": \"MonetizationOS Launches Free Paywall Infrastructure with Stripe Partnership\",\n            \"short_headline\": \"MonetizationOS Offers Free Paywall\",\n            \"description\": \"MonetizationOS's free paywall infrastructure, bolstered by its Stripe partnership, positions it to capture a significant share of the $400 billion digital content market by enabling businesses to effectively monetize and protect their intellectual property against rising bot traffic.\",\n            \"created_at\": \"2026-02-22T16:53:44.844547Z\",\n            \"updated_at\": \"2026-02-22T16:54:21.602828Z\",\n            \"articles\": [\n                {\n                    \"id\": \"ebefc95b-7629-4d8d-875f-e49a70d92a79\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/monetizationos-launches-free-paywall-infrastructure-to-fix-broken-economics-of-the-internet-302691579.html\",\n                    \"headline\": \"MonetizationOS Launches Free Paywall Infrastructure to ...\",\n                    \"short_summary\": \"MonetizationOS launched a free paywall infrastructure, offering 1,000,000 operations monthly, enabling businesses to monetize IP without technical resources.\",\n                    \"date_published\": \"2026-02-18T16:51:40.132896Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=format,compress\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"957a450e-0cc8-4e62-b0af-21f24f42b0ec\",\n            \"release_date\": \"2026-02-18T16:51:33.423303Z\",\n            \"headline\": \"Akeneo Partners with Stripe to Enhance Agentic Commerce\",\n            \"short_headline\": \"\\\"Akeneo Partners with Stripe\\\"\",\n            \"description\": \"Akeneo's partnership with Stripe strategically positions both companies to leverage AI-driven commerce, enhancing product discoverability and payment efficiency, which could significantly boost their market competitiveness in an increasingly digital retail landscape.\",\n            \"created_at\": \"2026-02-22T16:53:18.282507Z\",\n            \"updated_at\": \"2026-02-22T16:54:23.007243Z\",\n            \"articles\": [\n                {\n                    \"id\": \"30f4aff8-9b9d-44f1-8481-181e5df332f8\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/akeneo-partners-with-stripe-to-help-businesses-get-ready-to-sell-on-ai-agents-302689901.html\",\n                    \"headline\": \"Akeneo Partners with Stripe to Help Businesses Get Ready to Sell on AI Agents\",\n                    \"short_summary\": \"Stripe's Agentic Commerce Suite enables businesses to simplify checkout and accept agentic payments, enhancing their product catalogs for AI-driven commerce.\",\n                    \"date_published\": \"2026-02-18T16:51:33.423303Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2611951/logo_akeneo_lock_up_blackstar__1_Logo.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        },\n        {\n            \"id\": \"13851673-9239-4a6b-a3ae-2bc626d6eaac\",\n            \"release_date\": \"2026-02-17T16:51:37Z\",\n            \"headline\": \"Stripe's Bridge Receives OCC Approval for $1.1B Trust Bank Charter\",\n            \"short_headline\": \"Stripe Secures $1.1B Charter\",\n            \"description\": \"Stripe's OCC-approved trust bank charter positions it to leverage regulatory advantages in the fintech space, potentially reshaping digital banking and payment landscapes while enhancing its competitive edge against traditional financial institutions.\",\n            \"created_at\": \"2026-02-22T16:52:44.805954Z\",\n            \"updated_at\": \"2026-02-23T12:30:25.058127Z\",\n            \"articles\": [\n                {\n                    \"id\": \"8ba744d4-5484-4c02-87f1-e3ea60c9b1a4\",\n                    \"link\": \"https://www.americanbanker.com/payments/news/stripe-owned-bridge-acquires-trust-charter-for-stablecoins\",\n                    \"headline\": \"Stripe-owned Bridge acquires trust charter for stablecoins\",\n                    \"short_summary\": \"Stripe's Bridge received conditional OCC approval for a national trust charter, enabling stablecoin operations, with a market cap of $308 billion for stablecoins.\",\n                    \"date_published\": \"2026-02-20T16:51:23.556048Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=format,compress\",\n                    \"publication\": \"American Banker\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"946db8d1-6f10-433f-8604-69f6d5addc91\",\n                    \"link\": \"https://finance.yahoo.com/news/stripe-owned-bridge-gains-national-221349444.html\",\n                    \"headline\": \"Stripe-Owned Bridge Gains National Bank Trust Charter to Boost Stablecoin Offerings\",\n                    \"short_summary\": \"Bridge, Stripe's stablecoin firm, received conditional approval for a national trust banking charter to enhance its stablecoin offerings in a $308 billion market.\",\n                    \"date_published\": \"2026-02-18T16:51:30.800156Z\",\n                    \"thumbnail\": \"https://s.yimg.com/ny/api/res/1.2/.Bh3YojByueAZAX3lEzMKA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/decrypt_157/5926a9f8ac8d53a41c76b637129b6ccf\",\n                    \"publication\": \"Yahoo Finance\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"0fcc5adb-3861-468f-b00d-6e982e8576eb\",\n                    \"link\": \"https://www.bankingdive.com/news/stripe-bridge-occ-conditional-approval-national-trust-bank-charter/812417/\",\n                    \"headline\": \"OCC conditionally approves Stripe subsidiary Bridge for trust charter\",\n                    \"short_summary\": \"Stripe subsidiary Bridge received conditional approval for a national trust bank charter, enabling it to issue stablecoins and manage digital assets.\",\n                    \"date_published\": \"2026-02-18T16:51:28.554938Z\",\n                    \"thumbnail\": \"https://imgproxy.divecdn.com/4ug5YEwKB1bgH7ibjQs__fNlp_ho8KdGg6O8guolCKM/g:nowe:8:4/c:619:350/rs:fit:770:435/Z3M6Ly9kaXZlc2l0ZS1zdG9yYWdlL2RpdmVpbWFnZS9ySWQxNl9pbWFnZTUucG5n.webp\",\n                    \"publication\": \"Banking Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"0b21ffdd-df01-422f-b31f-c58fe6f9669a\",\n                    \"link\": \"https://www.coindesk.com/business/2026/02/17/stripe-s-stablecoin-firm-bridge-wins-initial-approval-of-national-bank-trust-charter\",\n                    \"headline\": \"Stripe's stablecoin firm Bridge wins initial approval of national bank trust charter\",\n                    \"short_summary\": \"Stripe's stablecoin firm Bridge received conditional approval for a national trust bank charter, enhancing its capabilities in stablecoin issuance and management.\",\n                    \"date_published\": \"2026-02-18T16:51:26.172992Z\",\n                    \"thumbnail\": \"https://cdn.sanity.io/images/s3y3vcno/production/5ffdb8f018c201bca88d370562244cb1dc40ece0-1920x1080.jpg?auto=format&w=960&h=540&crop=focalpoint&fit=clip&q=75&fm=jpg\",\n                    \"publication\": \"CoinDesk\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"5c4c816d-82ce-4739-ac1a-ed5f4397cfbb\",\n                    \"link\": \"https://www.pymnts.com/bank-regulation/2026/stripe-owned-bridge-clears-occ-hurdle-for-federal-bank-charter/\",\n                    \"headline\": \"Stripe-Owned Bridge Clears OCC Hurdle for Federal Bank Charter\",\n                    \"short_summary\": \"Stripe-owned Bridge received conditional approval for a national trust bank charter, enabling it to offer stablecoin services under federal oversight.\",\n                    \"date_published\": \"2026-02-18T16:51:21.044004Z\",\n                    \"thumbnail\": \"https://www.pymnts.com/wp-content/uploads/2026/02/OCC-Stripe-Bridge-bank-charter.jpeg\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"3dd6b66a-f25c-46cc-b629-bd4195f9460b\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/payoneer-to-launch-stablecoin-capabilities-powered-by-bridge-bringing-secure-always-on-digital-money-to-global-businesses-302687951.html\",\n                    \"headline\": \"Payoneer to Launch Stablecoin Capabilities, Powered by Bridge, Bringing Secure, Always-On Digital Money to Global Businesses\",\n                    \"short_summary\": \"Payoneer plans to launch stablecoin capabilities in Q2 2026, enhancing cross-border transactions for nearly 2 million customers globally.\",\n                    \"date_published\": \"2026-02-17T16:51:37.912192Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2748009/Payoneer_Logo.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                }\n            ],\n            \"company\": {\n                \"id\": 112,\n                \"domain\": \"stripe.com\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"query_type\": \"single-company\",\n        \"companies_count\": 1,\n        \"companies\": [\n            {\n                \"id\": 112,\n                \"domain\": \"stripe.com\",\n                \"name\": \"Stripe\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 10,\n        \"total_items\": 497,\n        \"next_link\": \"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_after=13851673-9239-4a6b-a3ae-2bc626d6eaac\",\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"f5b96c8c-1db9-425a-b6fc-e6f88ae6cc96","name":"Successful Response With Companies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domains=polymarket.com,kalshi.com","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"{{COMPANY_DOMAIN}}","description":"Optional string. Single company domain (domain only, e.g., openai.com)","disabled":true},{"key":"company_domains","value":"{{COMPANY_DOMAINS}}","description":"Optional string/list. Multiple company domains (GET: comma-separated string, POST: array or comma-separated string).","type":"text","disabled":true},{"key":"company_id","value":"{{COMPANY_ID}}","description":"Optional integer. Single company internal ID.","type":"text","disabled":true},{"key":"page_size","value":"","description":"Optional. Int.","type":"text","disabled":true},{"key":"page_before","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_after","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"created_at_start","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_end","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"release_date_start","value":"","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"release_date_end","value":"","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling. Required if no company_domain or company_id is given.","type":"text","disabled":true},{"key":"updated_at_lte","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling. Required if no company_domain or company_id is given.","type":"text","disabled":true},{"key":"company_domains","value":"polymarket.com,kalshi.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Fri, 06 Mar 2026 15:53:14 GMT"},{"key":"content-type","value":"application/json"},{"key":"allow","value":"OPTIONS, POST, GET"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"report-to","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=wyGkg8Q3N2g2Nt0cgN%2F0jT6SNeOCrzEc6PeGappS768%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1772812393\"}],\"max_age\":3600}"},{"key":"reporting-endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=wyGkg8Q3N2g2Nt0cgN%2F0jT6SNeOCrzEc6PeGappS768%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1772812393\""},{"key":"server","value":"cloudflare"},{"key":"vary","value":"Accept, origin, Cookie"},{"key":"via","value":"2.0 heroku-router"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"cf-ray","value":"9d82883548a064a6-YYZ"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"6c5c4ff4-06a1-4417-8908-6811f3d755cc\",\n            \"release_date\": \"2026-03-04T12:00:53Z\",\n            \"headline\": \"Polymarket Launches 12+ Iran-Related Contracts as Bets Spike\",\n            \"short_headline\": \"Polymarket Opens 12+\",\n            \"description\": \"Polymarket’s rollout of 12+ Iran-related contracts broadens geopolitical wagering, driving user engagement and attracting regulatory scrutiny amid record betting volume; no funding, valuation, revenue, investor or price-per-share details were disclosed.\",\n            \"created_at\": \"2026-03-05T14:16:07.576136Z\",\n            \"updated_at\": \"2026-03-05T14:16:07.576145Z\",\n            \"articles\": [\n                {\n                    \"id\": \"01475fde-cab5-4dc6-8f59-cfca8aa6c12a\",\n                    \"link\": \"https://www.bloomberg.com/news/articles/2026-03-04/prediction-markets-roll-out-new-war-bets-beyond-washington-reach\",\n                    \"headline\": \"Prediction Markets Roll Out New War Bets Beyond Washington’s Reach\",\n                    \"short_summary\": \"Polymarket opened more than a dozen new contracts tied to the Iran conflict since Saturday, including bets on regime change and Houthi strikes on Israel, as geopolitical wagers hit a record.\",\n                    \"date_published\": \"2026-03-04T12:00:53Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1553,\n                \"domain\": \"polymarket.com\"\n            }\n        },\n        {\n            \"id\": \"46501745-8556-42e5-b37e-91ecf9e5e01f\",\n            \"release_date\": \"2026-02-26T14:06:21.983922Z\",\n            \"headline\": \"Kalshi Market Valued at $12 Million Amid Betting Surge\",\n            \"short_headline\": \"Kalshi Valued at $12M\",\n            \"description\": \"The $12 million valuation of the Kalshi market underscores the growing investor interest in prediction markets as a viable financial instrument, potentially reshaping how market participants assess and respond to government fiscal policies.\",\n            \"created_at\": \"2026-03-01T14:09:04.204500Z\",\n            \"updated_at\": \"2026-03-01T14:10:17.366968Z\",\n            \"articles\": [\n                {\n                    \"id\": \"1ac51249-050c-4c0f-96c8-4213148b5c9b\",\n                    \"link\": \"https://techcrunch.com/2026/02/25/an-accountant-won-a-big-jackpot-on-kalshi-by-betting-against-doge/\",\n                    \"headline\": \"An accountant won a big jackpot on Kalshi by betting against DOGE\",\n                    \"short_summary\": \"Alan Cole wagered over $342,000 on Kalshi's prediction market, earning $470,300 after federal spending increased, resulting in a $128,000 profit.\",\n                    \"date_published\": \"2026-02-26T14:06:21.983922Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2025/08/GettyImages-2217126338.jpg?w=1024\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"aaea3ae8-3e84-40eb-96b5-0b5b093abd8d\",\n            \"release_date\": \"2026-02-26T14:06:15.446507Z\",\n            \"headline\": \"Kalshi Bans Politician for $100K Insider Trading Violation\",\n            \"short_headline\": \"Kalshi Bans Politician, $100K Fine\",\n            \"description\": \"Kalshi's enforcement against insider trading not only reinforces market integrity but also sets a precedent that could influence regulatory scrutiny and investor confidence in emerging prediction markets, potentially impacting their growth and adoption.\",\n            \"created_at\": \"2026-03-01T14:08:30.829248Z\",\n            \"updated_at\": \"2026-03-01T14:10:16.709360Z\",\n            \"articles\": [\n                {\n                    \"id\": \"382fc588-e461-4580-963c-7a56183e059a\",\n                    \"link\": \"https://www.wired.com/story/kalshi-insider-trading-california-politician-and-youtuber/\",\n                    \"headline\": \"Kalshi Suspended a California Politician and a YouTuber for Insider Trading\",\n                    \"short_summary\": \"Kalshi suspended a California politician and a YouTuber for insider trading, imposing penalties ten times the initial trade amount, intended for charity.\",\n                    \"date_published\": \"2026-02-26T14:06:15.446507Z\",\n                    \"thumbnail\": \"https://media.wired.com/photos/699f113794854663df474cba/191:100/w_1280,c_limit/biz-kalshi-insidertrading-2260402751.jpg\",\n                    \"publication\": \"WIRED\",\n                    \"publication_score\": 150\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"f4aba6c8-15a3-41d6-8d1d-4c855c6e9eb5\",\n            \"release_date\": \"2026-02-26T14:06:10.857467Z\",\n            \"headline\": \"Kalshi Fines Insider Trader $20,000 for Market Manipulation\",\n            \"short_headline\": \"Kalshi Fines Trader $20K\",\n            \"description\": \"Kalshi's $20,000 fine for insider trading underscores the platform's commitment to regulatory compliance, potentially enhancing investor confidence and shaping the future of prediction markets as they navigate legal scrutiny.\",\n            \"created_at\": \"2026-03-01T14:08:15.652159Z\",\n            \"updated_at\": \"2026-03-01T14:10:16.059816Z\",\n            \"articles\": [\n                {\n                    \"id\": \"c355728c-def3-44c6-a477-7f0a678cbd24\",\n                    \"link\": \"https://techcrunch.com/2026/02/25/kalshi-fined-a-mrbeast-editor-for-insider-trading-on-markets-related-to-the-youtube-star/\",\n                    \"headline\": \"Kalshi fined a MrBeast editor for insider trading on markets related to the YouTube star\",\n                    \"short_summary\": \"Kalshi fined MrBeast editor Artem Kaptur over $20,000 for insider trading, including a $5,397.58 profit from $4,000 in trades.\",\n                    \"date_published\": \"2026-02-26T14:06:24.121321Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2023/08/mrbeastburger.jpg?resize=1200,797\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"bdad379b-6055-40c7-9cd2-7732dd0783ac\",\n                    \"link\": \"https://www.cbsnews.com/news/kalshi-mrbeast-employee-fined-suspended-insider-trading/\",\n                    \"headline\": \"Kalshi fines and suspends MrBeast employee for insider trading\",\n                    \"short_summary\": \"Kalshi fined employee Artem Kaptur $15,000 and suspended him for two years for insider trading, returning $5,397.58 in profits.\",\n                    \"date_published\": \"2026-02-26T14:06:17.594531Z\",\n                    \"thumbnail\": \"https://assets1.cbsnewsstatic.com/hub/i/r/2026/02/25/1aeaf6fb-364f-4961-82f7-94d8a338b7be/thumbnail/1200x630/dc5a912da66626cf0386b0935be1b324/gettyimages-2260500273.jpg\",\n                    \"publication\": \"CBS News\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"950ffc93-739b-41db-bf68-97dad8196ca9\",\n                    \"link\": \"https://news.kalshi.com/p/kalshi-trading-violation-enforcement-cases\",\n                    \"headline\": \"Two Insider Cases We’ve Recently Closed\",\n                    \"short_summary\": \"Kalshi closed two insider trading cases, imposing penalties totaling 15 times the initial trade sizes, with investigations resulting in a 5-year and 2-year ban.\",\n                    \"date_published\": \"2026-02-26T14:06:10.857467Z\",\n                    \"thumbnail\": \"https://beehiiv-images-production.s3.amazonaws.com/uploads/asset/file/4dd37e44-2504-4c11-9df6-1d5e7d7c67e4/insider-trader-report.jpg?t=1770304585\",\n                    \"publication\": \"Kalshi\",\n                    \"publication_score\": 0\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"59a48d3d-06a1-4863-8d3d-f3f2ef8a1baf\",\n            \"release_date\": \"2026-02-24T14:06:12.990160Z\",\n            \"headline\": \"Kalshi Outperforms Traditional Forecasting with Accurate CPI Predictions\",\n            \"short_headline\": \"\\\"Kalshi Predicts CPI Accurately\\\"\",\n            \"description\": \"Kalshi's superior accuracy in predicting CPI and rate decisions signals a potential shift in economic forecasting, offering investors and policymakers a more reliable tool for decision-making amidst volatile markets.\",\n            \"created_at\": \"2026-03-01T14:07:47.752858Z\",\n            \"updated_at\": \"2026-03-01T14:10:15.351320Z\",\n            \"articles\": [\n                {\n                    \"id\": \"db500f62-9111-417c-a1c2-9c3fbca9c8cb\",\n                    \"link\": \"https://www.forbes.com/sites/jasonbrett/2026/02/23/kalshi-polymarket-offer-evolution-of-predictions-for-fed-wall-street/\",\n                    \"headline\": \"Kalshi, Polymarket Studies Show Potential Value For Fed, Wall Street\",\n                    \"short_summary\": \"Kalshi's prediction markets outperform traditional surveys in accuracy for macroeconomic indicators, potentially enhancing tools for the Federal Reserve's policy decisions.\",\n                    \"date_published\": \"2026-02-24T14:06:12.990160Z\",\n                    \"thumbnail\": \"https://imageio.forbes.com/specials-images/imageserve/699c74b5a461fd19c829dbed/0x0.jpg?format=jpg&height=900&width=1600&fit=bounds\",\n                    \"publication\": \"Forbes\",\n                    \"publication_score\": 150\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"04ca286c-4c9c-402c-9dd0-275d7453e3f1\",\n            \"release_date\": \"2026-02-21T14:05:42.053461Z\",\n            \"headline\": \"Kalshi Partners with Media Outlets to Enhance Engagement\",\n            \"short_headline\": \"Kalshi Boosts Engagement Strategy\",\n            \"description\": \"Kalshi's partnership with major media outlets not only enhances viewer engagement through real-time betting data but also raises ethical concerns about the intersection of journalism and gambling, potentially reshaping audience trust and revenue models in news media.\",\n            \"created_at\": \"2026-02-22T14:09:17.580805Z\",\n            \"updated_at\": \"2026-02-22T14:09:57.021592Z\",\n            \"articles\": [\n                {\n                    \"id\": \"cde48487-32b3-44f6-8044-d6c3ea2918a5\",\n                    \"link\": \"https://www.theverge.com/business/881967/polymarket-kalshi-journalism-sponsorship-ad\",\n                    \"headline\": \"Prediction markets want to eat the news\",\n                    \"short_summary\": \"Kalshi has partnered with major news outlets like CNN and CNBC to integrate betting data, enhancing its market presence and revenue potential.\",\n                    \"date_published\": \"2026-02-21T14:05:42.053461Z\",\n                    \"thumbnail\": \"https://platform.theverge.com/wp-content/uploads/sites/2/2026/02/STKS527_PREDICTION_MARKETS_CVIRGINIA.jpg?quality=90&strip=all&crop=0%2C10.732984293194%2C100%2C78.534031413613&w=1200\",\n                    \"publication\": \"The Verge\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"6fc76c7e-1652-4c0b-91ad-747806067ac1\",\n            \"release_date\": \"2026-02-19T18:00:30.320114Z\",\n            \"headline\": \"Polymarket Achieves $15.5M Trading Volume Across Key Matches\",\n            \"short_headline\": \"Polymarket Hits $15.5M\",\n            \"description\": \"Polymarket's $15.5M trading volume signals increasing investor interest in prediction markets, potentially reshaping how information is valued and traded in financial ecosystems, while highlighting the platform's growth amid regulatory scrutiny.\",\n            \"created_at\": \"2026-02-22T18:04:20.109493Z\",\n            \"updated_at\": \"2026-02-22T18:04:54.132043Z\",\n            \"articles\": [\n                {\n                    \"id\": \"ebe90733-4e72-4413-8225-44d76fcb79bc\",\n                    \"link\": \"https://polymarket.com/sports/epl/epl-mac-new-2026-02-21\",\n                    \"headline\": \"Newcastle vs. Man City Odds & Predictions (Feb. 20, 2026)\",\n                    \"short_summary\": \"Polymarket's \\\"Manchester City FC vs. Newcastle United FC\\\" market has generated $7.5 million in trading volume since its launch on February 8, 2026.\",\n                    \"date_published\": \"2026-02-21T23:00:45.347562Z\",\n                    \"thumbnail\": \"https://polymarket.com/api/og?eslug=epl-mac-new-2026-02-21&layout=single&tid=1771783120204\",\n                    \"publication\": \"Polymarket\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"442f12a3-4ed4-40ee-a4b9-9fe21945d7f4\",\n                    \"link\": \"https://polymarket.com/sports/epl/epl-wol-ars-2026-02-18\",\n                    \"headline\": \"Arsenal vs. Wolves Odds & Predictions (Feb. 17, 2026)\",\n                    \"short_summary\": \"Polymarket's \\\"Wolverhampton Wanderers FC vs. Arsenal FC\\\" market has generated $4.8 million in trading volume since its launch on February 5, 2026.\",\n                    \"date_published\": \"2026-02-19T18:00:33.749477Z\",\n                    \"thumbnail\": \"https://polymarket.com/api/og?eslug=epl-wol-ars-2026-02-18&layout=single&tid=1771783137214\",\n                    \"publication\": \"Polymarket\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d9b41093-33f2-4bf1-bb51-2cfe915c02e7\",\n                    \"link\": \"https://polymarket.com/sports/mwoh/mwoh-usa-slo-2026-02-20\",\n                    \"headline\": \"Slovakia vs. USA Odds & Predictions (Feb. 19, 2026)\",\n                    \"short_summary\": \"Polymarket's \\\"Men's Semifinals - USA vs. Slovakia\\\" has generated $3.2 million in trading volume, reflecting strong community engagement and real-time odds.\",\n                    \"date_published\": \"2026-02-19T18:00:30.320114Z\",\n                    \"thumbnail\": \"https://polymarket.com/api/og?eslug=mwoh-usa-slo-2026-02-20&layout=single&tid=1771783030859\",\n                    \"publication\": \"Polymarket\",\n                    \"publication_score\": 0\n                }\n            ],\n            \"company\": {\n                \"id\": 1553,\n                \"domain\": \"polymarket.com\"\n            }\n        },\n        {\n            \"id\": \"1fb0d313-a0a2-4570-8506-1e357636b994\",\n            \"release_date\": \"2026-02-19T14:05:46.650078Z\",\n            \"headline\": \"Kalshi Gains Federal Support Amid $63.5B Prediction Market Growth\",\n            \"short_headline\": \"Kalshi Secures Federal Support\",\n            \"description\": \"Kalshi's federal backing signals a pivotal shift in regulatory acceptance of prediction markets, potentially unlocking significant capital and innovation in a $63.5 billion sector poised for rapid growth and mainstream adoption.\",\n            \"created_at\": \"2026-02-22T14:08:42.435376Z\",\n            \"updated_at\": \"2026-03-01T14:10:14.797894Z\",\n            \"articles\": [\n                {\n                    \"id\": \"41f70d32-ee93-47c4-973d-1b4252e6a6af\",\n                    \"link\": \"https://www.forbes.com/sites/willyakowicz/2026/02/26/where-is-sports-betting-legal-america-2022/\",\n                    \"headline\": \"Where Is Sports Betting Legal? A Guide To All 50 States\",\n                    \"short_summary\": \"In 2025, Americans wagered $166.9 billion on sports, generating $16.9 billion in revenue and $3.7 billion in taxes, a significant increase.\",\n                    \"date_published\": \"2026-02-27T14:06:30.958512Z\",\n                    \"thumbnail\": \"https://imageio.forbes.com/specials-images/imageserve/67916c71ce91bb37a074fffc/0x0.jpg?format=jpg&height=900&width=1600&fit=bounds\",\n                    \"publication\": \"Forbes\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"813e6315-bd84-4e89-aa60-57ce9458f187\",\n                    \"link\": \"https://www.forbes.com/sites/jasonbrett/2026/02/24/cftc-backs-cryptocom-in-nevada-prediction-markets-fight-scotus-next/\",\n                    \"headline\": \"CFTC Backs Crypto.com In Nevada Prediction Markets Fight—SCOTUS Next?\",\n                    \"short_summary\": \"Prediction markets saw $63.5 billion in trading volume in 2025, with a Ninth Circuit win potentially catalyzing billions in new volume.\",\n                    \"date_published\": \"2026-02-25T14:06:28.575761Z\",\n                    \"thumbnail\": \"https://imageio.forbes.com/specials-images/imageserve/699e038a8fed0ccd61525034/0x0.jpg?format=jpg&height=900&width=1600&fit=bounds\",\n                    \"publication\": \"Forbes\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"702fd50b-e002-4941-be44-e530abe80da9\",\n                    \"link\": \"https://www.theverge.com/policy/881139/broligarch-prediction-markets\",\n                    \"headline\": \"It's MAGA v Broligarch in the battle over prediction markets\",\n                    \"short_summary\": \"The CFTC's lawsuit against states regulating prediction markets like Kalshi could impact its operations and revenue potential in the emerging market.\",\n                    \"date_published\": \"2026-02-19T14:05:46.650078Z\",\n                    \"thumbnail\": \"https://platform.theverge.com/wp-content/uploads/sites/2/2026/02/gettyimages-2254306861.jpg?quality=90&strip=all&crop=0%2C10.723165084465%2C100%2C78.55366983107&w=1200\",\n                    \"publication\": \"The Verge\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"33c4edf6-c6e3-471a-99c8-3ee6fc423287\",\n            \"release_date\": \"2026-02-19T14:05:44.178092Z\",\n            \"headline\": \"Kalshi Faces Legal Challenges Amid $20 Million Revenue Risk\",\n            \"short_headline\": \"Kalshi Risks $20M Revenue\",\n            \"description\": \"Kalshi's legal challenges threaten its $20 million revenue potential, highlighting the precarious balance between regulatory compliance and innovation in the emerging prediction market sector.\",\n            \"created_at\": \"2026-02-22T14:08:59.592839Z\",\n            \"updated_at\": \"2026-02-22T14:09:55.316057Z\",\n            \"articles\": [\n                {\n                    \"id\": \"5764fe94-c55c-48e2-92fa-bf0b7979530c\",\n                    \"link\": \"https://www.nbcnews.com/news/us-news/nevada-legal-battle-prediction-markets-calls-unlicensed-sports-gamblin-rcna259728\",\n                    \"headline\": \"Nevada legal battle against prediction markets it calls 'unlicensed sports gambling' is moving forward\",\n                    \"short_summary\": \"Kalshi's legal battle against Nevada's claims of illegal sports betting could significantly impact its operations and the prediction market industry.\",\n                    \"date_published\": \"2026-02-21T14:05:37.315242Z\",\n                    \"thumbnail\": \"https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/rockcms/2026-02/260219-kalshi-vl-441p-079036.jpg\",\n                    \"publication\": \"NBC News\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"e6b75c4a-4d85-4dd1-a0b4-f0c76789e7ef\",\n                    \"link\": \"https://www.theverge.com/policy/880658/nevada-kalshi-prediction-market-lawsuit\",\n                    \"headline\": \"Nevada sues to block Kalshi’s prediction betting market\",\n                    \"short_summary\": \"Nevada's lawsuit against Kalshi claims it operates without a license, impacting its ability to generate revenue from prediction betting in the state.\",\n                    \"date_published\": \"2026-02-19T14:05:44.178092Z\",\n                    \"thumbnail\": \"https://platform.theverge.com/wp-content/uploads/sites/2/2026/02/STKB383_KALSHI_D.jpg?quality=90&strip=all&crop=0%2C10.728364100735%2C100%2C78.54327179853&w=1200\",\n                    \"publication\": \"The Verge\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        },\n        {\n            \"id\": \"33914659-b6bb-458e-9983-ecb70b2e1f61\",\n            \"release_date\": \"2026-02-19T12:00:00Z\",\n            \"headline\": \"Tradeweb Strikes 1 Deal to Distribute Kalshi Markets\",\n            \"short_headline\": \"Tradeweb Adds Kalshi\",\n            \"description\": \"The partnership brings Kalshi's regulated prediction contracts onto Tradeweb's institutional distribution network, expanding market access and liquidity for event-based trading; no funding, valuation, price-per-share, or revenue figures were disclosed.\",\n            \"created_at\": \"2026-02-20T13:27:28.789591Z\",\n            \"updated_at\": \"2026-02-20T13:27:28.789599Z\",\n            \"articles\": [\n                {\n                    \"id\": \"54008099-0f23-4c9b-8da4-0c84fc54d803\",\n                    \"link\": \"https://www.bloomberg.com/news/articles/2026-02-19/bond-trading-hub-tradeweb-strikes-prediction-markets-deal-with-kalshi\",\n                    \"headline\": \"Wall Street Bond-Trading Hub Tradeweb Strikes Deal With Kalshi\",\n                    \"short_summary\": \"Electronic trading platform Tradeweb Markets Inc. signed a deal to bring Kalshi Inc.’s prediction markets to more institutional investors.\",\n                    \"date_published\": \"2026-02-19T12:00:00Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"query_type\": \"multi-company\",\n        \"companies_count\": 2,\n        \"companies\": [\n            {\n                \"id\": 1553,\n                \"domain\": \"polymarket.com\",\n                \"name\": \"Polymarket\"\n            },\n            {\n                \"id\": 1494,\n                \"domain\": \"kalshi.com\",\n                \"name\": \"Kalshi\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 10,\n        \"total_items\": 177,\n        \"next_link\": \"https://sacra.com/api/v1/news/company/?company_domains=polymarket.com%2Ckalshi.com&page_after=33914659-b6bb-458e-9983-ecb70b2e1f61\",\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"918bc3f6-43e4-4795-b662-ee61848816a8","name":"Successful Response With Daily Polling","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company?updated_at_gte=2026-01-13T00:00:00Z&updated_at_lte=2026-01-14T00:00:00Z","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company"],"query":[{"key":"company_id","value":"{{COMPANY_ID}}","description":"Required if company_domain not given. Int.","type":"text","disabled":true},{"key":"page_size","value":"","description":"Optional. Int.","type":"text","disabled":true},{"key":"page_before","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"page_after","value":"","description":"Optional. String GUID. Exclusive","type":"text","disabled":true},{"key":"created_at_start","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"created_at_end","value":"","description":"Optional. String DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"release_date_start","value":"","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"release_date_end","value":"","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive","type":"text","disabled":true},{"key":"updated_at_gte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"updated_at_lte","value":null,"description":"Optional. String DateTime ISO 8601 format. Inclusive. Recommended for daily polling.","type":"text","disabled":true},{"key":"updated_at_gte","value":"2026-01-13T00:00:00Z"},{"key":"updated_at_lte","value":"2026-01-14T00:00:00Z"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"997bdd91-ec86-4f54-ac46-671eb50ec214\",\n            \"release_date\": \"2026-01-13T10:37:38Z\",\n            \"headline\": \"Balderton Capital Cashes Out $2 Billion From Revolut Stake\",\n            \"short_headline\": \"Balderton Cashes $2B\",\n            \"description\": \"It led Revolut’s first funding round and has cashed out about $2bn while retaining a substantial stake in the fintech now valued at roughly $75bn, highlighting massive returns for early investors.\",\n            \"created_at\": \"2026-01-13T12:24:06.621470Z\",\n            \"updated_at\": \"2026-01-13T12:24:06.621479Z\",\n            \"articles\": [\n                {\n                    \"id\": \"0681f131-b451-43d6-a3f6-c857060021ee\",\n                    \"link\": \"https://ft.com/content/e19a419f-5c81-4326-8f41-478e90c7211a\",\n                    \"headline\": \"The London investor making billions from Revolut\",\n                    \"short_summary\": \"The VC firm Balderton Capital is cashing in on its home-run bet on the fintech\",\n                    \"date_published\": \"2026-01-14T05:00:31Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/5uSgC-UsTcXh4fRY4fvFU2ISn8-JcCCRiZtMqqVrL-0/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZnQuY29tL3Yz/L2ltYWdlL3Jhdy9o/dHRwcyUzQSUyRiUy/RmQxZTAwZWs0ZWJh/Ym1zLmNsb3VkZnJv/bnQubmV0JTJGcHJv/ZHVjdGlvbiUyRjY1/NGI0OWUyLTFkMDIt/NDRhOS04ZWZkLWFi/NGNiZmJkMzQ0Mi5q/cGc_c291cmNlPW5l/eHQtYmFycmllci1w/YWdl'}\",\n                    \"publication\": \"Financial Times\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"4a455f11-9540-4cf7-96d9-5c2114428785\",\n                    \"link\": \"https://ft.com/content/97e6f29e-bc79-43e0-bcbd-2dfe98755ea3\",\n                    \"headline\": \"Billions from a million: the London VC that hit the jackpot with Revolut\",\n                    \"short_summary\": \"Balderton Capital led $75bn fintech’s first funding round and retains substantial stake even after cashing out $2bn\",\n                    \"date_published\": \"2026-01-13T10:37:38Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/mFkaweHXQjQKrebzXyuQdZf0BkfAi_YENjU_Dun2djE/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZnQuY29tL3Yz/L2ltYWdlL3Jhdy9o/dHRwcyUzQSUyRiUy/RmQxZTAwZWs0ZWJh/Ym1zLmNsb3VkZnJv/bnQubmV0JTJGcHJv/ZHVjdGlvbiUyRjc4/Zjg3YTE1LTBjOGMt/NDEwNC05YWNkLTJk/MTNhYzZhMDY4Yi5q/cGc_c291cmNlPW5l/eHQtYmFycmllci1w/YWdl'}\",\n                    \"publication\": \"Financial Times\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 407,\n                \"domain\": \"revolut.com\"\n            }\n        },\n        {\n            \"id\": \"af3b6723-1909-4cc5-ae04-9d576e836bc2\",\n            \"release_date\": \"2026-01-12T20:39:26Z\",\n            \"headline\": \"OpenAI Acquires Health App Torch for $100 Million\",\n            \"short_headline\": \"OpenAI Buys Torch\",\n            \"description\": \"It deepens ChatGPT Health’s record-analysis AI; sources say roughly $100M total — about $60M upfront, remainder in equity to retain employees — all four Torch staff join, early backers include Adrian Aoun and First Round.\",\n            \"created_at\": \"2026-01-13T12:36:48.659881Z\",\n            \"updated_at\": \"2026-01-13T12:36:48.659890Z\",\n            \"articles\": [\n                {\n                    \"id\": \"3627257c-28d7-49f7-8951-139002d36069\",\n                    \"link\": \"https://www.axios.com/2026/01/12/openai-acquires-health-tech-company-torch\",\n                    \"headline\": \"OpenAI acquires health tech company Torch\",\n                    \"short_summary\": \"Keep up with health care politics, policy and business, by health care editor Tina Reed and Maya Goldman. Sign up for Axios Vitals to continue reading for...\",\n                    \"date_published\": \"2026-01-13T12:00:55.659638Z\",\n                    \"thumbnail\": \"https://serpapi.com/searches/696785765abea5c8703b0f97/images/03393cceb476625800a1d4026f2e74647dc313e0bde838d48dc728ce615f5ec8.jpeg\",\n                    \"publication\": \"Axios\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"31202567-fd5f-4339-a9f4-3e2a6f963a2e\",\n                    \"link\": \"https://www.cnbc.com/2026/01/12/open-ai-torch-health-care-technology.html\",\n                    \"headline\": \"OpenAI acquires health-care technology startup Torch for $60 million, source says\",\n                    \"short_summary\": \"Torch CEO Ilya Abyzov previously co-founded Forward, a direct-to-consumer primary care business that did patient visits with tech-enabled \\\"CarePods.\\\"\",\n                    \"date_published\": \"2026-01-13T12:00:55.659547Z\",\n                    \"thumbnail\": \"https://serpapi.com/searches/696785765abea5c8703b0f97/images/03393cceb4766258d44b1edac414ebc11b9950d8d318361c3311f17681c01def.jpeg\",\n                    \"publication\": \"CNBC\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"0711cde9-8363-4cfe-80ab-41a68f4c0045\",\n                    \"link\": \"https://techcrunch.com/2026/01/12/openai-buys-tiny-health-records-startup-torch-for-reportedly-100m/\",\n                    \"headline\": \"OpenAI buys tiny health records startup Torch for, reportedly, $100M\",\n                    \"short_summary\": \"AI health records startup Torch will be using its tech for OpenAI's new ChatGPT Health, according to co-founder Ilya Abyzov.\",\n                    \"date_published\": \"2026-01-13T00:04:19Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"470fcf43-59fd-4719-bd8b-3bb888cd36c7\",\n                    \"link\": \"https://www.theinformation.com/articles/openai-agrees-buy-ai-healthcare-app-100-million\",\n                    \"headline\": \"OpenAI Agrees to Buy AI Healthcare App For About $100 Million\",\n                    \"short_summary\": \"OpenAI has agreed to buy Torch, a one-year-old AI healthcare app, for about $100 million in equity, according to a person with direct knowledge of the acquisition. Torch enables customers to view and analyze their health data from health systems such as Kaiser Permanente, medical scanning firms like...\",\n                    \"date_published\": \"2026-01-12T20:39:26Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 579,\n                \"domain\": \"openai.com\"\n            }\n        },\n        {\n            \"id\": \"a5b3c1f2-ac95-42c7-b730-3d9a6a1bff3e\",\n            \"release_date\": \"2026-01-12T19:30:00Z\",\n            \"headline\": \"Anthropic Secures $500M Annual Microsoft Spend for Cowork\",\n            \"short_headline\": \"Anthropic $500M Spend\",\n            \"description\": \"Anthropic's Cowork escalates rivalry with Microsoft Copilot as Microsoft plans to spend over $500 million annually on Anthropic models; Cowork is a macOS research preview for Claude Max subscribers ($100–$200/month), and Anthropic rents billions in Microsoft cloud capacity.\",\n            \"created_at\": \"2026-01-13T13:23:31.514202Z\",\n            \"updated_at\": \"2026-01-13T13:23:31.514210Z\",\n            \"articles\": [\n                {\n                    \"id\": \"497cee86-2097-4b9f-b7fb-4cfefad80367\",\n                    \"link\": \"https://www.theinformation.com/articles/cowork-versus-copilot\",\n                    \"headline\": \"Cowork Versus Copilot\",\n                    \"short_summary\": \"The AI business continues to create and shift alliances between almost every leading tech firm. Companies may be incentivized to work together to fill each other’s AI or capital needs even as they compete more fiercely for consumer or enterprise dollars.That’s what’s happening with Microsoft and Ant...\",\n                    \"date_published\": \"2026-01-15T18:51:21Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"0950a0ed-4a95-4911-872e-5409a1262b9f\",\n                    \"link\": \"https://techcrunch.com/2026/01/12/anthropics-new-cowork-tool-offers-claude-code-without-the-code/\",\n                    \"headline\": \"Anthropic’s new Cowork tool offers Claude Code without the code\",\n                    \"short_summary\": \"Built into the Claude Desktop app, Cowork lets users designate a specific folder where Claude can read or modify files, with further instructions given through the standard chat interface.\",\n                    \"date_published\": \"2026-01-12T19:30:00Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"f3db6a6e-7c3e-4315-8c73-0a682f0e7a2d\",\n                    \"link\": \"https://venturebeat.com/technology/anthropic-launches-cowork-a-claude-desktop-agent-that-works-in-your-files-no\",\n                    \"headline\": \"Anthropic launches Cowork, a Claude Desktop agent that works in your files — no coding required\",\n                    \"short_summary\": \"Anthropic released Cowork on Monday, a new AI agent capability that extends the power of its wildly successful Claude Code tool to non-technical users — and according to company insiders, the team built the entire feature in approximately a week and a half, largely using Claude Code itself.The launc...\",\n                    \"date_published\": \"2026-01-12T11:30:00Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"VentureBeat\",\n                    \"publication_score\": 150\n                }\n            ],\n            \"company\": {\n                \"id\": 649,\n                \"domain\": \"anthropic.com\"\n            }\n        },\n        {\n            \"id\": \"ac289ea8-92ee-4006-a591-dc6d0970accc\",\n            \"release_date\": \"2026-01-12T18:45:26Z\",\n            \"headline\": \"1X Introduces Neo World Model Enabling Zero-Shot Task Learning\",\n            \"short_headline\": \"1X Debuts Model\",\n            \"description\": \"The model lets Neo learn new tasks from video or voice prompts without prior experience, accelerating 1X's push toward consumer-ready humanoids; the company has not disclosed funding, valuation, revenue, investors, or per-share pricing.\",\n            \"created_at\": \"2026-01-13T13:02:24.413819Z\",\n            \"updated_at\": \"2026-01-13T13:02:24.413828Z\",\n            \"articles\": [\n                {\n                    \"id\": \"c1d24d84-94ce-4793-8cc7-13ecbb210107\",\n                    \"link\": \"https://techcrunch.com/2026/01/13/neo-humanoid-maker-1x-releases-world-model-to-help-bots-learn-what-they-see/\",\n                    \"headline\": \"Neo humanoid maker 1X releases world model to help bots learn what they see\",\n                    \"short_summary\": \"1X released a new world model that it says is a solid step toward its robots being able to teach themselves new tasks.\",\n                    \"date_published\": \"2026-01-13T17:14:08Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"e3cfefef-cbe2-47d8-80a2-bb2234d5cba1\",\n                    \"link\": \"https://www.bloomberg.com/news/videos/2026-01-12/new-ai-model-lets-robot-neo-learn-tasks-from-scratch-video\",\n                    \"headline\": \"New AI Model Lets Robot Neo Learn Tasks From Scratch\",\n                    \"short_summary\": \"Humanoid maker 1X Technologies has introduced a new AI model that it says allows its home robot Neo to perform new tasks from a video or voice prompt even if the robot has zero experience doing the task before. 1X Technologies CEO and CTO Bernt Børnich joins Caroline Hyde and Ed Ludlow on “Bloomberg...\",\n                    \"date_published\": \"2026-01-12T18:45:26Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1803,\n                \"domain\": \"1x.tech\"\n            }\n        },\n        {\n            \"id\": \"333b1097-63db-4998-8566-a17a9a3f7206\",\n            \"release_date\": \"2026-01-12T15:29:24Z\",\n            \"headline\": \"BitGo Seeks $1.96 Billion Valuation in US IPO\",\n            \"short_headline\": \"BitGo Seeks $1.96B\",\n            \"description\": \"BitGo's IPO, offering 11.8 million shares at $15–$17 to raise up to $201 million and target up-to-$1.96 billion valuation, signals renewed investor appetite for crypto custody and could reposition the firm as a public leader in institutional crypto services.\",\n            \"created_at\": \"2026-01-13T12:07:54.797515Z\",\n            \"updated_at\": \"2026-01-13T12:07:54.797525Z\",\n            \"articles\": [\n                {\n                    \"id\": \"b061de58-6c57-4ff5-ac97-a0ce39b2f859\",\n                    \"link\": \"https://bloomberg.com/news/videos/2026-01-13/crypto-wallet-firm-bitgo-backers-seek-201m-in-us-ipo-video\",\n                    \"headline\": \"Watch Crypto Wallet Firm BitGo, Backers Seek $201 Million in US IPO - Bloomberg\",\n                    \"short_summary\": \"BitGo Holdings and some of its backers are seeking to raise as much as $201 million in an initial public offering, becoming the first crypto company to proceed with listing plans in 2026. The Palo Alto, California-headquartered startup is offering 11.8 million shares for $15 to $17 each in ...\",\n                    \"date_published\": \"2026-01-13T22:48:21Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/E9zcanWjMKfy3koyQFIN69DIOSN5kAUMFzytEbIL1qI/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9hc3Nl/dHMuYndieC5pby9p/bWFnZXMvdXNlcnMv/aXFqV0hCRmRmeElV/L2lwTEs1STlfZkdh/TS92My8tMXgtMS5q/cGc'}\",\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"53bc20b6-5f4a-4bef-9d3f-915b38929873\",\n                    \"link\": \"https://www.bloomberg.com/news/videos/2026-01-13/crypto-wallet-firm-bitgo-backers-seek-201m-in-us-ipo-video\",\n                    \"headline\": \"Crypto Wallet Firm BitGo, Backers Seek $201 Million in US IPO\",\n                    \"short_summary\": \"BitGo Holdings and some of its backers are seeking to raise as much as $201 million in an initial public offering, becoming the first crypto company to proceed with listing plans in 2026. The Palo Alto, California-headquartered startup is offering 11.8 million shares for $15 to $17 each in its IPO, ...\",\n                    \"date_published\": \"2026-01-13T22:48:21Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"26fc6aef-5f38-4ec2-952c-58ab381357b0\",\n                    \"link\": \"https://www.reuters.com/technology/crypto-custody-startup-bitgo-aims-raise-about-201-million-us-ipo-2026-01-12/\",\n                    \"headline\": \"Crypto firm BitGo eyes up to $1.96 billion valuation in US IPO\",\n                    \"short_summary\": \"Crypto custody startup BitGo said on Monday it was targeting a valuation ​of up to $1.96 billion in its U.S. initial public offering, ‌seeking to tap into...\",\n                    \"date_published\": \"2026-01-13T12:01:01.700325Z\",\n                    \"thumbnail\": \"https://serpapi.com/searches/6967857b079a2b79cf1e09a6/images/23b80a9c0ac63952f77b750fd528ad76e3109f18f24d187486c48bdfbe06904d.jpeg\",\n                    \"publication\": \"Reuters\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"0cf3866f-33cf-4b30-b700-81de29f21c35\",\n                    \"link\": \"https://reuters.com/technology/crypto-custody-startup-bitgo-aims-raise-about-201-million-us-ipo-2026-01-12\",\n                    \"headline\": \"Crypto firm BitGo eyes up to $1.96 billion valuation in US IPO | Reuters\",\n                    \"short_summary\": \"Crypto custody startup BitGo said on Monday it was targeting a valuation ​of up to $1.96 billion in its U.S. initial public offering, ‌seeking to tap into the investor appetite for crypto firms.\",\n                    \"date_published\": \"2026-01-12T15:55:37Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/K0RQ59KQ86BUPSXdsWfv8A7D0vKcrJTZE0BBxicEsuw/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly93d3cu/cmV1dGVycy5jb20v/cmVzaXplci92Mi9W/WkQyVFlIT01WTzNE/RU81N1EyUDMyMk40/SS5qcGc_YXV0aD02/NGFjNWYwODgxOWQ1/MzgyMGM0NGM4ZDgz/MzIwMTcyN2Q0ZDFk/ZDE4M2MyZWM3MTk4/YWZlYzNiODYzMThl/Y2Q2JmFtcDtoZWln/aHQ9MTAwNSZhbXA7/d2lkdGg9MTkyMCZh/bXA7cXVhbGl0eT04/MCZhbXA7c21hcnQ9/dHJ1ZQ'}\",\n                    \"publication\": \"Reuters\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"fcd2b82f-dbcb-4d55-b78c-e3a60184893b\",\n                    \"link\": \"https://axios.com/pro/fintech-deals/2026/01/12/bitgo-us-ipo-201-million\",\n                    \"headline\": \"BitGo seeks to raise up to $201M in U.S. IPO\",\n                    \"short_summary\": \"The crypto custody firm plans to sell 11.8 million shares at $15 to $17.\",\n                    \"date_published\": \"2026-01-12T15:29:24Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/5q0vMvgOu26UlB4Ll7Qgeg2xK8pY-WhDH3edr2Rtqg8/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuYXhpb3MuY29t/L0syS1I4V3p3WFBH/UXZvZjJYVDlfUWU2/M0ViVT0vMTM2Nng3/Njgvc21hcnQvMjAy/NC8wMS8wOS8xODUy/NTYtMTcwNDgyNjM3/Njc5MC5qcGc'}\",\n                    \"publication\": \"Axios\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"3483055b-8377-40f2-a82a-a1fedb2d19f9\",\n                    \"link\": \"https://bloomberg.com/news/articles/2026-01-12/crypto-wallet-firm-bitgo-backers-seek-201-million-in-us-ipo\",\n                    \"headline\": \"Crypto Wallet Firm BitGo, Backers Seek $201 Million in US IPO - Bloomberg\",\n                    \"short_summary\": \"BitGo Holdings Inc. and some of its backers are seeking to raise as much as $201 million in an initial public offering, becoming the first crypto company to proceed with listing plans in 2026.\",\n                    \"date_published\": \"2026-01-12T14:15:26Z\",\n                    \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/FVfwSLiUgrlFOCUkotTGpN-3htJZcXxDmjbIIHxwolQ/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9hc3Nl/dHMuYndieC5pby9p/bWFnZXMvdXNlcnMv/aXFqV0hCRmRmeElV/L2liSnpzRW52Y3o1/WS92MS8xMjAweDgw/MC5qcGc'}\",\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1919,\n                \"domain\": \"bitgo.com\"\n            }\n        },\n        {\n            \"id\": \"e4492ea8-1b52-4e4f-a686-aafe41b16924\",\n            \"release_date\": \"2026-01-12T14:00:29Z\",\n            \"headline\": \"Motive Heads to IPO With $240 Million Debt\",\n            \"short_headline\": \"Motive Owes $240M\",\n            \"description\": \"Motive’s IPO push spotlights scalability and margin risks as it carries $240 million debt, burned $74 million in the first nine months, spends over 47% of revenue on sales, and relies on 400 annotators costing under $1M annually.\",\n            \"created_at\": \"2026-01-13T12:43:16.198009Z\",\n            \"updated_at\": \"2026-01-13T12:43:16.198018Z\",\n            \"articles\": [\n                {\n                    \"id\": \"67ed145e-6d88-4c1e-aaca-1cf71d464c7f\",\n                    \"link\": \"https://www.theinformation.com/articles/dashcam-maker-motive-touts-ai-relies-humans\",\n                    \"headline\": \"Dashcam Maker Motive Touts AI but Relies on Humans\",\n                    \"short_summary\": \"Last summer, a manager at startup Motive Technologies sent an urgent Slack message to 400 employees based in Pakistan. “WE HAVE A PROBLEM,” it said in all caps. Motive sells AI-powered dashcams that allow trucking companies to monitor drivers and send alerts about crashes and other safety issues. In...\",\n                    \"date_published\": \"2026-01-12T14:00:29Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1262,\n                \"domain\": \"gomotive.com\"\n            }\n        },\n        {\n            \"id\": \"ccc5e5c7-3cde-4618-95d8-486f23a25ac5\",\n            \"release_date\": \"2026-01-12T12:43:14Z\",\n            \"headline\": \"ElevenLabs Hits $330M ARR, Showing Rapid Voice-AI Traction\",\n            \"short_headline\": \"ElevenLabs Hits $330M\",\n            \"description\": \"Crossing $330M ARR after rising from $200M in just five months, CEO Mati Staniszewski says ElevenLabs' rapid monetization strengthens its market position in voice AI and sets the stage for aggressive product and commercial expansion into 2026.\",\n            \"created_at\": \"2026-01-13T12:20:13.071757Z\",\n            \"updated_at\": \"2026-01-13T12:20:13.071765Z\",\n            \"articles\": [\n                {\n                    \"id\": \"6252bd2a-c593-41c4-bf86-ab31f6d8a17d\",\n                    \"link\": \"https://techcrunch.com/2026/01/13/elevenlabs-ceo-says-the-voice-ai-startup-crossed-330-million-arr-last-year/\",\n                    \"headline\": \"ElevenLabs CEO says the voice AI startup crossed $330M ARR last year\",\n                    \"short_summary\": \"The company said it took only five months to go from $200 million to $330 million in annual recurring revenue.\",\n                    \"date_published\": \"2026-01-13T16:15:22Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"c03d387c-f436-4bbe-91ff-9985bf417960\",\n                    \"link\": \"https://www.bloomberg.com/news/videos/2026-01-12/elevenlabs-330m-crossed-in-arr-video\",\n                    \"headline\": \"ElevenLabs: $330M Crossed in ARR\",\n                    \"short_summary\": \"AI Voice Generator, ElevenLabs, says they have now crossed $330M in ARR. The Co-Founder and CEO Mati Staniszewski speaks with Bloomberg TV on the outlook for 2026 and what's next for the AI company. He speaks with Bloomberg's Tom Mackenzie, Guy Johnson and Anna Edwards on The Opening Trade. (Source:...\",\n                    \"date_published\": \"2026-01-12T12:43:14Z\",\n                    \"thumbnail\": null,\n                    \"publication\": \"Bloomberg\",\n                    \"publication_score\": 200\n                }\n            ],\n            \"company\": {\n                \"id\": 1406,\n                \"domain\": \"elevenlabs.io\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"query_type\": \"domain-less\",\n        \"companies_count\": 1276,\n        \"companies\": null\n    },\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 7,\n        \"total_items\": 7,\n        \"next_link\": null,\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"add0adc7-5a5f-498d-abd8-8adc41a1ebfc","name":"Successful Response With Page After","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_after=a0b4983c-ff37-40f2-8dee-6a7889ae1911","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"stripe.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"},{"key":"page_size","value":"10"},{"key":"page_after","value":"a0b4983c-ff37-40f2-8dee-6a7889ae1911"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"4b81b067-7392-415b-8b24-41cfe6b585a3\",\n            \"release_date\": \"2023-08-09T04:56:00Z\",\n            \"headline\": \"Leap Event Technology Launches Integrated Merchant Services Solution Powered by Stripe\",\n            \"short_headline\": null,\n            \"description\": \"Leap Event Technology's new integrated merchant services solution, powered by Stripe, aims to streamline transaction infrastructure and services for enterprise ticketing and e-commerce products. With centralized record-keeping, various payment options, and chargeback and fraud prevention tools, the solution not only improves the overall process for clients but also enhances the attendee experience by offering a secure and seamless payment platform.\",\n            \"created_at\": \"2023-11-16T09:40:07.631879Z\",\n            \"updated_at\": \"2023-12-09T00:51:49.027687Z\",\n            \"articles\": [\n                {\n                    \"id\": \"75035092-6f09-4ef3-b9ef-dce660e01886\",\n                    \"link\": \"https://thepaypers.com/payments-general/leap-event-technology-launches-merchant-services-solution-via-stripe--1263852\",\n                    \"headline\": \"Leap Event Technology launches merchant services solution ...\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, offering a comprehensive array of payment processing options for their clients.\",\n                    \"date_published\": \"2023-08-11T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/gambling-online-payment_LI.png\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"2d476547-7809-4b75-9c23-c5759d0a9df6\",\n                    \"link\": \"https://www.prnewswire.com/in/news-releases/leap-event-technology-launches-integrated-merchant-services-solution-301896565.html\",\n                    \"headline\": \"LEAP EVENT TECHNOLOGY LAUNCHES INTEGRATED MERCHANT SERVICES SOLUTION India - English\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, consolidating transaction infrastructure and services for event organizers.\",\n                    \"date_published\": \"2023-08-09T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2141050/Leap_Event_Tech_Logo_Black.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"008cef82-69cd-4816-8fa0-8b18285cd819\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/leap-event-technology-launches-integrated-merchant-services-solution-301896504.html\",\n                    \"headline\": \"LEAP EVENT TECHNOLOGY LAUNCHES INTEGRATED ...\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, allowing event organizers to manage payments and optimize revenue.\",\n                    \"date_published\": \"2023-08-09T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2141050/Leap_Event_Tech_Logo_Black.jpg?p=facebook\",\n                    \"publication\": \"prnewswire.com\",\n                    \"publication_score\": 100\n                }\n            ]\n        },\n        {\n            \"id\": \"b52d043c-d772-4233-b8bb-8af070cc0f62\",\n            \"release_date\": \"2023-08-02T04:56:00Z\",\n            \"headline\": \"Stripe Launches New Tool to Simplify Global Tax Compliance for Businesses\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's new tool, Stripe Tax, not only simplifies global tax compliance for businesses but also addresses the common challenge of tax complexity that hinders international expansion for many companies.\",\n            \"created_at\": \"2023-11-16T09:40:05.344763Z\",\n            \"updated_at\": \"2023-12-09T00:50:59.516790Z\",\n            \"articles\": [\n                {\n                    \"id\": \"abbdcde8-531e-4fbe-a814-b2ce506079d3\",\n                    \"link\": \"https://smallbiztrends.com/2023/08/stripe-unveils-tax-for-platforms-to-streamline-tax-compliance-for-small-businesses.html\",\n                    \"headline\": \"Stripe Unveils \\\"Tax for Platforms\\\" to Streamline Tax ...\",\n                    \"short_summary\": \"Stripe has launched \\\"Tax for Platforms\\\" to help small businesses on Stripe Connect streamline tax compliance and offer comprehensive transaction support to their users.\",\n                    \"date_published\": \"2023-08-18T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Small Business Trends\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9700faf9-61af-4176-8446-f659a530ad36\",\n                    \"link\": \"https://thepaypers.com/payments-general/stripe-launches-tax-for-platforms--1263733\",\n                    \"headline\": \"Stripe launches Tax for platforms - ThePaypers\",\n                    \"short_summary\": \"Stripe has launched Stripe Tax for platforms on Stripe Connect, allowing businesses to offer their customers no-code tax compliance.\",\n                    \"date_published\": \"2023-08-03T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/tax-social-media_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"cedd1f7b-1dd6-4864-8a91-0a5c744733a1\",\n                    \"link\": \"https://www.cfodive.com/news/stripe-brings-tax-product-platforms-taps-ai-compliance/689763/\",\n                    \"headline\": \"Stripe brings tax product to platforms, taps AI\",\n                    \"short_summary\": \"Stripe is expanding its Stripe Tax solution to enable platforms on its Connect service to offer tax solutions to their customers, easing the path to international growth and addressing the complexities of tax compliance.\",\n                    \"date_published\": \"2023-08-02T04:56:00Z\",\n                    \"thumbnail\": \"https://www.cfodive.com/imgproxy/G67mbkXQn3lRIGNK5J3rfC96VzoN71x-wZL3PuESEbg/crop:6969:3937/g:nowe:31:714/rs:fill:770:435:0/bG9jYWw6Ly8vZGl2ZWltYWdlL0dldHR5SW1hZ2VzLTE0MDM0NTMyNDVfUTBvTTZpQi5qcGc.jpg\",\n                    \"publication\": \"CFO Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"e5a0435d-c4e7-4158-942b-1778c4d10edd\",\n                    \"link\": \"https://www.pymnts.com/taxes/2023/stripe-debuts-stripe-tax-for-platforms-to-help-cross-border-sales/\",\n                    \"headline\": \"Stripe Debuts Stripe Tax for Platforms to Aid X-Border Sales\",\n                    \"short_summary\": \"Stripe has launched a new tool called Stripe Tax to help its platform clients boost their global commerce sales by providing assistance with sales tax and VAT.\",\n                    \"date_published\": \"2023-08-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"fd8e2d27-64d4-4d9b-891b-35935fbb141e\",\n            \"release_date\": \"2023-07-25T04:56:00Z\",\n            \"headline\": \"Able CDP Launches Revenue Analytics App for Stripe\",\n            \"short_headline\": null,\n            \"description\": \"The new revenue analytics app launched by Able CDP for Stripe provides businesses with comprehensive insights into their revenue sources and customer journey mapping, empowering them to make data-driven decisions and enhance customer engagement.\",\n            \"created_at\": \"2023-11-16T09:40:03.916809Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.103917Z\",\n            \"articles\": [\n                {\n                    \"id\": \"974a1fc1-5476-4592-ac54-c8f3b4881136\",\n                    \"link\": \"https://martechseries.com/analytics/able-cdp-introduces-a-revenue-analytics-app-for-stripe-insights-at-your-fingertips/\",\n                    \"headline\": \"Able CDP Introduces a Revenue Analytics app for Stripe – Insights at Your Fingertips\",\n                    \"short_summary\": \"Able CDP has launched a revenue analytics app for Stripe, providing businesses with in-depth insights into their Stripe revenue directly within the Stripe Dashboard.\",\n                    \"date_published\": \"2023-07-26T04:56:00Z\",\n                    \"thumbnail\": \"https://martechseries.com/wp-content/uploads/2022/07/Analytics-16-2-2022-1-8.jpg\",\n                    \"publication\": \"MarTech Series\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"39c57e1f-9ea1-4a3e-8b59-ead3cb63ec1d\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/able-cdp-introduces-a-revenue-analytics-app-for-stripe---insights-at-your-fingertips-301885506.html\",\n                    \"headline\": \"Able CDP Introduces a Revenue Analytics app for Stripe\",\n                    \"short_summary\": \"Able CDP has launched an app for Stripe revenue analytics, providing businesses with in-depth insights and data intelligence conveniently embedded within the Stripe Dashboard.\",\n                    \"date_published\": \"2023-07-25T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"prnewswire.com\",\n                    \"publication_score\": 100\n                }\n            ]\n        },\n        {\n            \"id\": \"d08f287c-2bac-4b12-8652-e00119d28ac9\",\n            \"release_date\": \"2023-07-13T04:56:00Z\",\n            \"headline\": \"Tulip Partners with Stripe to Revolutionize Retail Payments\",\n            \"short_headline\": null,\n            \"description\": \"The partnership between Tulip and Stripe aims to provide retailers with a fully integrated omnichannel experience, enhancing payment processes and empowering retailers in an increasingly digital world. This collaboration marks a significant milestone in revolutionizing the retail payments landscape and highlights Tulip's commitment to driving business growth through comprehensive retail solutions.\",\n            \"created_at\": \"2023-11-16T09:40:04.819896Z\",\n            \"updated_at\": \"2023-12-09T00:50:59.337002Z\",\n            \"articles\": [\n                {\n                    \"id\": \"86cdbc72-da90-4e92-be44-e5c74ad64903\",\n                    \"link\": \"https://thepaypers.com/payments-general/tulip-partners-with-stripe--1263423\",\n                    \"headline\": \"Tulip partners with Stripe - ThePaypers\",\n                    \"short_summary\": \"Cloud-based retail solutions provider Tulip has partnered with financial infrastructure platform Stripe to improve payment experiences for retailers and consumers.\",\n                    \"date_published\": \"2023-07-14T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/ecommerce-digital-receipt-bank_LI.png\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d54b69d5-0b8d-4981-9bd1-dba1726e1ab8\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/tulip-and-stripe-join-forces-to-revolutionize-retail-payments-301875776.html\",\n                    \"headline\": \"Tulip and Stripe Join Forces to Revolutionize Retail Payments\",\n                    \"short_summary\": \"Tulip and Stripe have formed a strategic partnership to enhance retail payments and provide a frictionless and secure transaction process for Tulip's luxury fashion and retail customers.\",\n                    \"date_published\": \"2023-07-13T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2152773/Tulip_Logo.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"85054e69-a572-45dd-9d35-241e6f59db13\",\n                    \"link\": \"https://www.pymnts.com/partnerships/2023/tulip-and-stripe-announce-strategic-partnership-for-enhanced-retail-payments/\",\n                    \"headline\": \"Tulip and Stripe Partner for Enhanced Retail Payments\",\n                    \"short_summary\": \"Tulip and Stripe have partnered to enhance retail payments, providing retailers with access to Stripe's payment infrastructure and tools.\",\n                    \"date_published\": \"2023-07-13T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"98fe1b58-61ca-4a18-91e5-73a9c487a2a7\",\n            \"release_date\": \"2023-06-29T04:56:00Z\",\n            \"headline\": \"Stripe Implements Strategic Layoffs in Human Resources Department\",\n            \"short_headline\": null,\n            \"description\": \"The recent layoffs in Stripe's human resources department are part of the company's efforts to realign its hiring plans for future locations, following its acquisition of analytics software startup Okay and partnership with Google Workspace. These strategic layoffs may have implications for employee morale, company reputation, market perception of the fintech sector, and industry competitiveness.\",\n            \"created_at\": \"2023-11-16T09:40:06.052019Z\",\n            \"updated_at\": \"2023-12-09T00:51:15.872301Z\",\n            \"articles\": [\n                {\n                    \"id\": \"629751f4-6e1e-448a-8656-c9414f87b748\",\n                    \"link\": \"https://www.theinformation.com/briefings/stripe-plans-to-hire-fewer-than-1-000-workers-through-2024\",\n                    \"headline\": \"Briefing: Stripe Plans to Hire Fewer Than 1000 Workers ...\",\n                    \"short_summary\": \"Stripe plans to hire fewer than 1,000 workers through 2024 as it aims to move back to profitability, according to a profile on John Collison, the company's co-founder and interim CFO.\",\n                    \"date_published\": \"2023-07-24T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/2763/1fd19665-7c7a-4832-966a-c1d2692a290c.jpg\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"37feba84-024e-44fa-ab32-90122698126e\",\n                    \"link\": \"https://www.paymentsdive.com/news/fintech-stripe-cuts-additional-job-digital-payments/685101/\",\n                    \"headline\": \"Stripe cuts additional jobs\",\n                    \"short_summary\": \"Stripe, the digital payments services provider, recently cut about 40 employees in its latest effort to improve efficiency, particularly in areas like recruiting.\",\n                    \"date_published\": \"2023-07-07T04:56:00Z\",\n                    \"thumbnail\": \"https://www.paymentsdive.com/imgproxy/82eeSYYa52oJXv1zleZYCph19YLqxJBzBrw9sjxSPcI/g:ce/rs:fill:770:435:0/bG9jYWw6Ly8vZGl2ZWltYWdlL0dldHR5SW1hZ2VzLTExODYzODkzNTQuanBn.jpg\",\n                    \"publication\": \"Payments Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"f3d347df-d7cb-4ecf-8c8b-0957e7c95e05\",\n                    \"link\": \"https://techstory.in/fintech-giant-stripe-implements-strategic-layoffs-to-enhance-competitiveness/\",\n                    \"headline\": \"Fintech Giant Stripe Implements Strategic Layoffs to Enhance Competitiveness\",\n                    \"short_summary\": \"Fintech giant Stripe implements strategic layoffs in its recruiting department to realign hiring plans and enhance competitiveness.\",\n                    \"date_published\": \"2023-07-01T04:56:00Z\",\n                    \"thumbnail\": \"https://techstory.in/wp-content/uploads/2023/07/layoff-man-box.jpeg\",\n                    \"publication\": \"TechStory\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"aeaf0186-57ff-4d23-8b48-e6664d81530a\",\n                    \"link\": \"https://www.ibtimes.com/tech-layoffs-stripe-reportedly-eliminates-dozens-jobs-recruiting-department-mostly-hit-3702829\",\n                    \"headline\": \"Tech Layoffs: Stripe Eliminates 40 Roles, Recruiting Department Mostly Hit, Report Says\",\n                    \"short_summary\": \"Stripe has reportedly laid off dozens of employees, mostly in the recruiting department, as part of a strategy to reorient hiring locations.\",\n                    \"date_published\": \"2023-06-30T04:56:00Z\",\n                    \"thumbnail\": \"https://d.ibtimes.com/en/full/4429663/illustration-picture-stripe-logo.jpg\",\n                    \"publication\": \"International Business Times\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"1f95e984-8810-462f-9815-6edea1b312ab\",\n                    \"link\": \"https://www.theinformation.com/articles/stripe-lays-off-dozens-mostly-in-recruiting\",\n                    \"headline\": \"Stripe Lays Off Dozens, Mostly in Recruiting\",\n                    \"short_summary\": \"Stripe has laid off a few dozen recruiters in its human resources department as part of a restructuring effort to reallocate hiring locations.\",\n                    \"date_published\": \"2023-06-29T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/10774/a93fb102-e937-4e97-a189-cc2c1951922f.png?fm=jpg&auto=compress&w=1200&frame=0\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"54b2cc65-a027-4d68-8977-19a592705c3a\",\n            \"release_date\": \"2023-06-22T04:56:00Z\",\n            \"headline\": \"Stripe Partners with Google Workspace and MatchMove to Expand Payment Solutions\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's partnerships with Google Workspace and MatchMove demonstrate the company's commitment to expanding its payment solutions across various platforms and industries, further solidifying its position as a leading player in the fintech industry.\",\n            \"created_at\": \"2023-11-16T09:40:07.462615Z\",\n            \"updated_at\": \"2023-12-09T00:51:32.179810Z\",\n            \"articles\": [\n                {\n                    \"id\": \"17d9eb26-c92e-4428-b050-1146b3f48eb8\",\n                    \"link\": \"https://ciosea.economictimes.indiatimes.com/news/corporate/matchmove-collaborates-with-stripe-to-expand-internationally/101829090\",\n                    \"headline\": \"MatchMove collaborates with Stripe to expand internationally ...\",\n                    \"short_summary\": \"MatchMove has partnered with Stripe to provide seamless payment solutions and enhanced global reach for businesses on the MatchMove-owned Shopmatic platform.\",\n                    \"date_published\": \"2023-07-18T04:56:00Z\",\n                    \"thumbnail\": \"https://etimg.etb2bimg.com/thumb/msid-101829090,imgsize-9610,width-1200,height=765,overlay-etciosea/news/corporate/matchmove-collaborates-with-stripe-to-expand-internationally.jpg\",\n                    \"publication\": \"Southeast Asia\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"d054955c-009f-407b-a9d4-1b3a7beca972\",\n                    \"link\": \"https://www.pymnts.com/smbs/2023/google-calendar-taps-stripe-paid-appointment-scheduling/\",\n                    \"headline\": \"Google Calendar Taps Stripe for Paid Appointment Scheduling\",\n                    \"short_summary\": \"Google Calendar has partnered with Stripe to offer businesses the ability to schedule paid appointments through its Calendar tool, helping small business owners reduce no-shows and manage time and payments seamlessly.\",\n                    \"date_published\": \"2023-07-11T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Pymnts.com\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"746485cb-765b-45ca-88ad-183df7394c87\",\n                    \"link\": \"https://thepaypers.com/online-payments/google-workspace-partners-with-stripe--1263150\",\n                    \"headline\": \"Google Workspace partners with Stripe - ThePaypers\",\n                    \"short_summary\": \"Stripe has partnered with Google Workspace to enable businesses to accept payments through Google Calendar, and Stripe has also joined the MACH Alliance and launched a charge card program for its Stripe Issuing product.\",\n                    \"date_published\": \"2023-06-23T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/google-stripe-social-media_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9727333a-b1cc-4eda-af99-f6b394fae3ba\",\n                    \"link\": \"https://www.independent.ie/business/technology/stripe-launches-payments-for-bookings-in-google-calendar/a1621091472.html\",\n                    \"headline\": \"Stripe launches payments for bookings in Google Calendar\",\n                    \"short_summary\": \"Stripe has launched a new feature that allows businesses to connect their Stripe account to Google Calendar for appointment scheduling and payment options, resulting in increased revenue.\",\n                    \"date_published\": \"2023-06-22T04:56:00Z\",\n                    \"thumbnail\": \"https://focus.independent.ie/thumbor/yA3Kd7jrqJ03gDMsGcYJn47TXQQ=/0x10:1778x1195/1778x1185/prod-mh-ireland/0a97cc76-dfb6-4e27-994f-7f34f7109739/47e8f32b-57c8-4da9-8709-94857136292c/0a97cc76-dfb6-4e27-994f-7f34f7109739.jpg\",\n                    \"publication\": \"The Irish Independent\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"0d5f82b1-c3c1-4dae-b939-1ea1a04e9ec7\",\n                    \"link\": \"https://www.pymnts.com/partnerships/2023/stripe-google-workspace-enable-paid-appointment-bookings/\",\n                    \"headline\": \"Stripe Powers Paid Appointment Bookings on Google Workspace\",\n                    \"short_summary\": \"Stripe has partnered with Google Workspace to enable paid appointment bookings, allowing businesses to connect their Stripe account and accept payments directly from Google Calendar.\",\n                    \"date_published\": \"2023-06-22T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Pymnts.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"f12adea1-2b27-4cd0-82c3-c2d0fa70c863\",\n            \"release_date\": \"2023-06-01T04:56:00Z\",\n            \"headline\": \"Stripe Launches New Charge Card Program to Provide Credit to Small Businesses\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's new charge card program aims to address the financing concerns of small businesses by providing them with access to credit, offering a reliable source of funding in a time of tightening credit and rising interest rates.\",\n            \"created_at\": \"2023-11-16T09:40:04.172299Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.193476Z\",\n            \"articles\": [\n                {\n                    \"id\": \"e5c27b7a-d264-4249-bb3d-fde8cafba33b\",\n                    \"link\": \"https://tearsheet.co/payments/a-closer-look-at-stripes-new-charge-card-program-for-stripe-issuing-users/\",\n                    \"headline\": \"A closer look at Stripe’s new charge card program for Stripe ...\",\n                    \"short_summary\": \"Stripe has introduced a new charge card program for Stripe Issuing, allowing fintechs and platforms to provide credit to their customers while fine-tuning spend controls.\",\n                    \"date_published\": \"2023-06-21T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Tearsheet\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"eccd4308-3027-41d1-abd6-e21fe94103c3\",\n                    \"link\": \"https://www.equitypandit.com/stripe-debuts-charge-card-programme-in-us-soon-to-launch-in-uk-and-eu/\",\n                    \"headline\": \"Stripe Debuts Charge Card Programme in US, Soon to Launch in UK and EU\",\n                    \"short_summary\": \"Fintech giant Stripe plans to launch a new charge card for its business card issuance product, expanding its services to include credit card purchases for small businesses.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://www.equitypandit.com/wp-content/uploads/2023/06/Stripe-Debuts-Charge-Card-Programme-in-US-Soon-to-Launch-in-UK-and-EU-EP.jpg\",\n                    \"publication\": \"Equitypandit\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"a6c5f1b2-74da-4711-aebc-98c7f57fa00c\",\n                    \"link\": \"https://ffnews.com/newsarticle/stripe-launches-charge-card-program-for-stripe-issuing/\",\n                    \"headline\": \"Stripe launches charge card program for Stripe Issuing Stripe launches charge card program for Stripe Issuing\",\n                    \"short_summary\": \"Stripe has launched a charge card program for Stripe Issuing, allowing fintechs and platforms to create and distribute virtual or physical charge cards, providing new revenue streams and financing capabilities.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://ffnews.com/wp-content/uploads/2023/06/Stripe-Issuing.jpg\",\n                    \"publication\": \"Fintech Finance\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"6198027e-382e-4700-a64e-3ed99526e6eb\",\n                    \"link\": \"https://www.digitaltransactions.net/payments-tech-giant-stripe-launches-a-charge-card-program-for-small-businesses/\",\n                    \"headline\": \"Payments Tech Giant Stripe Launches a Charge Card Program for Small Businesses – Digital Transactions\",\n                    \"short_summary\": \"Stripe Inc. has launched a charge card program for Stripe Issuing, aimed at helping small businesses access credit more easily, with plans to expand to the UK and Europe.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Digital Transactions\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"1c1c37cf-0f25-4a7e-b68a-6fa6d496ecb1\",\n                    \"link\": \"https://ibsintelligence.com/ibsi-news/stripe-launches-charge-card-program-to-help-smbs/\",\n                    \"headline\": \"Stripe launches charge card program to help SMBs\",\n                    \"short_summary\": \"Stripe has launched a charge card program for its commercial card-issuing product, allowing FinTechs to offer credit to small businesses.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://ibsintelligence.com/wp-content/uploads/2021/09/Stripe.jpeg.jpg\",\n                    \"publication\": \"IBS Intelligence\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"5787a8c8-7fda-4a62-a9dd-39fbf53d5e34\",\n                    \"link\": \"https://thepaypers.com/payments-general/stripe-launches-charge-card-programme--1262864\",\n                    \"headline\": \"Stripe launches charge card programme - ThePaypers\",\n                    \"short_summary\": \"Stripe has launched a charge card programme for its commercial card issuing product, Stripe Issuing, allowing fintechs and platforms to offer credit options to their customers.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/money-transfer-payments-card-mobile_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"f3031f67-4264-4b0b-9b12-efba386037db\",\n                    \"link\": \"https://www.finextra.com/newsarticle/42406/stripe-issuing-gets-charge-card-programme\",\n                    \"headline\": \"Stripe Issuing gets charge card programme\",\n                    \"short_summary\": \"Stripe is expanding its commercial issuing product to include a charge card program, allowing platforms to offer credit to their customers without the need to build a credit offering from scratch.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Finextra Research\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"b0e3cc51-e69d-4f96-9db5-9d77321b53ec\",\n                    \"link\": \"https://www.pymnts.com/smbs/2023/stripe-debuts-charge-card-program-small-business-funding-worries/\",\n                    \"headline\": \"Stripe Debuts Charge Card Program Amid SMB Funding ...\",\n                    \"short_summary\": \"Financial services platform Stripe has launched a charge card program for its commercial card-issuing product, providing access to credit for small businesses.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"00a99dd2-138c-4069-9331-6de1f1f01f75\",\n                    \"link\": \"https://techcrunch.com/2023/06/01/fintech-giant-stripe-is-getting-into-the-credit-game/\",\n                    \"headline\": \"Fintech giant Stripe is getting into the credit game\",\n                    \"short_summary\": \"Stripe is launching a new charge card program through its Issuing product, allowing platforms to offer credit to their users and creating a new revenue stream for the company.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2020/09/GettyImages-1035471414.jpg?resize=1200,800\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"e1ca27c8-18c6-4233-8de1-899eb743fadb\",\n            \"release_date\": \"2023-06-01T04:56:00Z\",\n            \"headline\": \"Stripe, the Leading Fintech Unicorn, Raises $6.5 Billion in Funding and Processes $817 Billion in Transactions in 2022\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's impressive funding and transaction volume in 2022 solidify its position as a dominant player in the fintech industry, showcasing its ability to attract significant investment and handle a substantial volume of financial transactions.\",\n            \"created_at\": \"2023-11-16T09:40:04.462624Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.288603Z\",\n            \"articles\": [\n                {\n                    \"id\": \"8fdeccce-c828-4101-9f4f-527b00fcd940\",\n                    \"link\": \"https://fintechnews.ch/fintechusa/top-8-most-well-funded-fintech-companies-in-the-usa/63003/\",\n                    \"headline\": \"Top 8 Most Well-Funded Fintech Companies in the USA - Fintech Schweiz Digital Finance News - FintechNewsCH\",\n                    \"short_summary\": \"Stripe, a San Francisco-based technology company that provides online payment processing services, is currently the most valuable fintech company in the world, worth $50 billion.\",\n                    \"date_published\": \"2023-08-07T04:56:00Z\",\n                    \"thumbnail\": \"https://fintechnews.ch/wp-content/uploads/2023/08/Top-8-Most-Well-Funded-Fintech-Companies-in-the-USA.png\",\n                    \"publication\": \"Fintech News Switzerland\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9e7da245-ee83-44ca-a28f-6e1266d8be63\",\n                    \"link\": \"https://www.theinformation.com/articles/a-stripe-co-founders-billionaire-flex\",\n                    \"headline\": \"A Stripe Co-Founder's Billionaire Flex — The Information\",\n                    \"short_summary\": \"The article discusses the private life and emerging leadership of John Collison, the co-founder of Stripe, a $50 billion payments company.\",\n                    \"date_published\": \"2023-07-22T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/10926/32f84238-9295-42c0-aea6-b5b3b3a9b336-TGT4it.jpg?fm=jpg&auto=compress&w=1200&frame=0\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"c8a85bc3-1bca-44b3-a9ec-15a07c3db40a\",\n                    \"link\": \"https://news.crunchbase.com/public/ipo-predictions-h2-2023-databricks-stripe/\",\n                    \"headline\": \"Mid-Year Report: Who Could Still Go Public In 2023?\",\n                    \"short_summary\": \"Stripe, one of the most valuable private companies, is predicted to go public after raising $6.5 billion and processing $817 billion in transactions in 2022.\",\n                    \"date_published\": \"2023-07-05T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Crunchbase News\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"8b113a56-8520-42c7-8463-a3e33c74c2a4\",\n                    \"link\": \"https://www.businessroundtable.org/about-us/members/patrick-collison-chief-executive-officer-and-co-founder-stripe\",\n                    \"headline\": \"Patrick Collison, Chief Executive Officer and Co-Founder ...\",\n                    \"short_summary\": \"Patrick Collison is the CEO and co-founder of Stripe, a technology company that simplifies online payments and powers millions of businesses worldwide.\",\n                    \"date_published\": \"2023-06-26T04:56:00Z\",\n                    \"thumbnail\": \"https://s3.amazonaws.com/brt.org/Patrick-Collison.jpg\",\n                    \"publication\": \"Business Roundtable\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"2382aaf3-8cbd-402f-89d7-99298a417dfd\",\n                    \"link\": \"https://www.efinancialcareers.com/news/2023/06/what-is-stripe-fintech\",\n                    \"headline\": \"What is Stripe? Inside the tech stack of the highest paying fintech\",\n                    \"short_summary\": \"Stripe offers a variety of products and technologies, including digital payments infrastructure, banking-as-a-service infrastructure, digital commerce infrastructure, digital operations infrastructure, data and analytics infrastructure, and crypto infrastructure, with Ruby being the primary programming language used.\",\n                    \"date_published\": \"2023-06-23T04:56:00Z\",\n                    \"thumbnail\": \"https://cdn.filestackcontent.com/xaWlVn9eQou7mZ32SOop\",\n                    \"publication\": \"eFinancialCareers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"df76d826-d82d-4256-9d65-07312562c385\",\n                    \"link\": \"https://fintechmagazine.com/top10/top-10-fintech-unicorns-by-market-valuation\",\n                    \"headline\": \"Top 10 fintech unicorns by market valuation\",\n                    \"short_summary\": \"Stripe, the biggest fintech unicorn by market valuation, raised $6.5bn in funding, processed $817bn in transactions in 2022, and supplies over 100 companies processing over $1bn in payments.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://assets.bizclikmedia.net/1200/6abb3e35338c09fa2dc23890de0eb3f3:a165c90ac78856445f792a740969c026/gettyimages-986665252.jpg.jpg\",\n                    \"publication\": \"FinTech Magazine\",\n                    \"publication_score\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"58f16a43-3912-41ed-a416-5e801b3ce24f\",\n            \"release_date\": \"2023-05-31T04:56:00Z\",\n            \"headline\": \"Stripe Makes First Acquisition in Over 16 Months with Okay\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's acquisition of Okay demonstrates the company's commitment to enhancing its engineering capabilities and improving team performance through the use of low-code analytics software. This move aligns with Stripe's goal of providing comprehensive solutions and further solidifies its position in the competitive fintech market.\",\n            \"created_at\": \"2023-11-16T09:40:07.324600Z\",\n            \"updated_at\": \"2023-12-09T00:51:32.131022Z\",\n            \"articles\": [\n                {\n                    \"id\": \"cb4c42fc-ec35-41a1-8d21-1f08d84c9bcf\",\n                    \"link\": \"https://www.limerickpost.ie/2023/06/08/collison-brothers-acquire-us-tech-startup/\",\n                    \"headline\": \"Collison brothers acquire US tech startup\",\n                    \"short_summary\": \"Stripe, the tech company founded by John and Patrick Collison, has made its first acquisition in over 16 months by buying US startup Okay, a low-code analytics software company.\",\n                    \"date_published\": \"2023-06-08T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Limerick Post\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"ae8470cc-cc02-4397-b61d-e793172e8ac9\",\n                    \"link\": \"https://techcrunch.com/2023/06/04/inside-stripes-latest-moves/\",\n                    \"headline\": \"Inside Stripe’s latest moves\",\n                    \"short_summary\": \"Stripe has acquired a startup called Okay to improve its engineering team's performance and has expanded its issuing product to offer credit to customers.\",\n                    \"date_published\": \"2023-06-04T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2020/01/GettyImages-1125716134.jpg?resize=1200,800\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"370b6b84-0488-4047-b245-b096d21ec2b8\",\n                    \"link\": \"https://www.siliconrepublic.com/business/stripe-acquires-okay-engineering-analytics\",\n                    \"headline\": \"Stripe snaps up US engineering analytics firm Okay\",\n                    \"short_summary\": \"Stripe has acquired US engineering analytics firm Okay to support its own engineering teams, marking its first acquisition in 16 months.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://www.siliconrepublic.com/wp-content/uploads/2023/06/AdobeStock_392551787_Editorial_Use_Only.jpeg\",\n                    \"publication\": \"Silicon Republic\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d3394409-f1e6-4edb-b6c0-542d244531b9\",\n                    \"link\": \"https://techcrunch.com/2023/05/31/okay-which-analyzes-engineers-productivity-sells-to-stripe/\",\n                    \"headline\": \"Okay, which analyzes engineers’ productivity, sells to Stripe\",\n                    \"short_summary\": \"Fintech giant Stripe has acquired Okay, a startup that developed low-code analytics software for engineering teams, to improve engineering effectiveness.\",\n                    \"date_published\": \"2023-05-31T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2022/11/GettyImages-1242296087.jpg?resize=1200,801\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"58993c9e-7813-4edb-a095-2c1074485c5d\",\n                    \"link\": \"https://www.businesspost.ie/tech/stripe-snaps-up-us-founded-analytics-start-up-in-first-acquisition-in-16-months/\",\n                    \"headline\": \"Stripe snaps up US-founded analytics firm in first acquisition in 16 months\",\n                    \"short_summary\": \"Payments company Stripe, led by founders Patrick and John Collison, has acquired analytics software start-up Okay for an undisclosed amount.\",\n                    \"date_published\": \"2023-05-31T04:56:00Z\",\n                    \"thumbnail\": \"https://imengine.public.prod.sbp.infomaker.io?uuid=bbac3ff3-1a98-590c-bc5a-e90ef49b7ae9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=2359&height=1327&x=1.0E-5&y=0.0788\",\n                    \"publication\": \"Business Post\",\n                    \"publication_score\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"fc9e42c8-038e-4f2e-8abc-5d3b63e62128\",\n            \"release_date\": \"2023-05-22T04:56:00Z\",\n            \"headline\": \"Zara Partners with Stripe for its Pre-Owned Clothing Marketplace\",\n            \"short_headline\": null,\n            \"description\": \"Zara's partnership with Stripe for its Pre-Owned Clothing Marketplace reflects the growing trend towards sustainable fashion and circularity in the industry, as customers are given the opportunity to resell, donate, or repair their unwanted Zara products.\",\n            \"created_at\": \"2023-11-16T09:40:03.925221Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.109571Z\",\n            \"articles\": [\n                {\n                    \"id\": \"96ecb341-752e-4c8d-b359-b346d5a3a57a\",\n                    \"link\": \"https://ibsintelligence.com/ibsi-news/zara-selects-stripe-as-payments-partner-for-resale-platform/\",\n                    \"headline\": \"Zara selects Stripe as payments partner for resale platform\",\n                    \"short_summary\": \"Zara has selected Stripe as its payments partner for its pre-owned clothing marketplace, using Stripe Connect to facilitate transactions between buyers and sellers.\",\n                    \"date_published\": \"2023-05-23T04:56:00Z\",\n                    \"thumbnail\": \"https://ibsintelligence.com/wp-content/uploads/2022/05/Stripe.jpg\",\n                    \"publication\": \"IBS Intelligence\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"4afe810e-899e-4898-bcfa-0ab14f28cba4\",\n                    \"link\": \"https://www.businesspost.ie/irish-tatler/zara-partners-with-irish-founded-financial-service-stripe-for-its-pre-loved-resale-platform/\",\n                    \"headline\": \"Zara partners with Irish-founded financial service Stripe for its pre-loved resale platform\",\n                    \"short_summary\": \"Zara has partnered with Stripe, the Irish-founded financial service, for its pre-loved resale platform, using Stripe Connect for payments processing.\",\n                    \"date_published\": \"2023-05-22T04:56:00Z\",\n                    \"thumbnail\": \"https://imengine.public.prod.sbp.infomaker.io?uuid=df415c83-b984-59e5-8600-1b41ff80df68&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8427&width=594&height=334&x=1.0E-5&y=0.07865\",\n                    \"publication\": \"Business Post\",\n                    \"publication_score\": 0\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 10,\n        \"total_items\": 242,\n        \"next_link\": \"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_after=fc9e42c8-038e-4f2e-8abc-5d3b63e62128\",\n        \"prev_link\": \"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_before=4b81b067-7392-415b-8b24-41cfe6b585a3\",\n        \"after_cursor\": \"a0b4983c-ff37-40f2-8dee-6a7889ae1911\",\n        \"before_cursor\": null\n    }\n}"},{"id":"f3e8706b-2499-46b4-b48a-0731f8d3ecc6","name":"Successful Response With Page Before","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_after=a0b4983c-ff37-40f2-8dee-6a7889ae1911","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"stripe.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"},{"key":"page_size","value":"10"},{"key":"page_after","value":"a0b4983c-ff37-40f2-8dee-6a7889ae1911"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"4b81b067-7392-415b-8b24-41cfe6b585a3\",\n            \"release_date\": \"2023-08-09T04:56:00Z\",\n            \"headline\": \"Leap Event Technology Launches Integrated Merchant Services Solution Powered by Stripe\",\n            \"short_headline\": null,\n            \"description\": \"Leap Event Technology's new integrated merchant services solution, powered by Stripe, aims to streamline transaction infrastructure and services for enterprise ticketing and e-commerce products. With centralized record-keeping, various payment options, and chargeback and fraud prevention tools, the solution not only improves the overall process for clients but also enhances the attendee experience by offering a secure and seamless payment platform.\",\n            \"created_at\": \"2023-11-16T09:40:07.631879Z\",\n            \"updated_at\": \"2023-12-09T00:51:49.027687Z\",\n            \"articles\": [\n                {\n                    \"id\": \"75035092-6f09-4ef3-b9ef-dce660e01886\",\n                    \"link\": \"https://thepaypers.com/payments-general/leap-event-technology-launches-merchant-services-solution-via-stripe--1263852\",\n                    \"headline\": \"Leap Event Technology launches merchant services solution ...\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, offering a comprehensive array of payment processing options for their clients.\",\n                    \"date_published\": \"2023-08-11T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/gambling-online-payment_LI.png\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"2d476547-7809-4b75-9c23-c5759d0a9df6\",\n                    \"link\": \"https://www.prnewswire.com/in/news-releases/leap-event-technology-launches-integrated-merchant-services-solution-301896565.html\",\n                    \"headline\": \"LEAP EVENT TECHNOLOGY LAUNCHES INTEGRATED MERCHANT SERVICES SOLUTION India - English\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, consolidating transaction infrastructure and services for event organizers.\",\n                    \"date_published\": \"2023-08-09T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2141050/Leap_Event_Tech_Logo_Black.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"008cef82-69cd-4816-8fa0-8b18285cd819\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/leap-event-technology-launches-integrated-merchant-services-solution-301896504.html\",\n                    \"headline\": \"LEAP EVENT TECHNOLOGY LAUNCHES INTEGRATED ...\",\n                    \"short_summary\": \"Leap Event Technology has launched an integrated merchant services solution powered by Stripe, allowing event organizers to manage payments and optimize revenue.\",\n                    \"date_published\": \"2023-08-09T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2141050/Leap_Event_Tech_Logo_Black.jpg?p=facebook\",\n                    \"publication\": \"prnewswire.com\",\n                    \"publication_score\": 100\n                }\n            ]\n        },\n        {\n            \"id\": \"b52d043c-d772-4233-b8bb-8af070cc0f62\",\n            \"release_date\": \"2023-08-02T04:56:00Z\",\n            \"headline\": \"Stripe Launches New Tool to Simplify Global Tax Compliance for Businesses\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's new tool, Stripe Tax, not only simplifies global tax compliance for businesses but also addresses the common challenge of tax complexity that hinders international expansion for many companies.\",\n            \"created_at\": \"2023-11-16T09:40:05.344763Z\",\n            \"updated_at\": \"2023-12-09T00:50:59.516790Z\",\n            \"articles\": [\n                {\n                    \"id\": \"abbdcde8-531e-4fbe-a814-b2ce506079d3\",\n                    \"link\": \"https://smallbiztrends.com/2023/08/stripe-unveils-tax-for-platforms-to-streamline-tax-compliance-for-small-businesses.html\",\n                    \"headline\": \"Stripe Unveils \\\"Tax for Platforms\\\" to Streamline Tax ...\",\n                    \"short_summary\": \"Stripe has launched \\\"Tax for Platforms\\\" to help small businesses on Stripe Connect streamline tax compliance and offer comprehensive transaction support to their users.\",\n                    \"date_published\": \"2023-08-18T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Small Business Trends\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9700faf9-61af-4176-8446-f659a530ad36\",\n                    \"link\": \"https://thepaypers.com/payments-general/stripe-launches-tax-for-platforms--1263733\",\n                    \"headline\": \"Stripe launches Tax for platforms - ThePaypers\",\n                    \"short_summary\": \"Stripe has launched Stripe Tax for platforms on Stripe Connect, allowing businesses to offer their customers no-code tax compliance.\",\n                    \"date_published\": \"2023-08-03T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/tax-social-media_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"cedd1f7b-1dd6-4864-8a91-0a5c744733a1\",\n                    \"link\": \"https://www.cfodive.com/news/stripe-brings-tax-product-platforms-taps-ai-compliance/689763/\",\n                    \"headline\": \"Stripe brings tax product to platforms, taps AI\",\n                    \"short_summary\": \"Stripe is expanding its Stripe Tax solution to enable platforms on its Connect service to offer tax solutions to their customers, easing the path to international growth and addressing the complexities of tax compliance.\",\n                    \"date_published\": \"2023-08-02T04:56:00Z\",\n                    \"thumbnail\": \"https://www.cfodive.com/imgproxy/G67mbkXQn3lRIGNK5J3rfC96VzoN71x-wZL3PuESEbg/crop:6969:3937/g:nowe:31:714/rs:fill:770:435:0/bG9jYWw6Ly8vZGl2ZWltYWdlL0dldHR5SW1hZ2VzLTE0MDM0NTMyNDVfUTBvTTZpQi5qcGc.jpg\",\n                    \"publication\": \"CFO Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"e5a0435d-c4e7-4158-942b-1778c4d10edd\",\n                    \"link\": \"https://www.pymnts.com/taxes/2023/stripe-debuts-stripe-tax-for-platforms-to-help-cross-border-sales/\",\n                    \"headline\": \"Stripe Debuts Stripe Tax for Platforms to Aid X-Border Sales\",\n                    \"short_summary\": \"Stripe has launched a new tool called Stripe Tax to help its platform clients boost their global commerce sales by providing assistance with sales tax and VAT.\",\n                    \"date_published\": \"2023-08-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"fd8e2d27-64d4-4d9b-891b-35935fbb141e\",\n            \"release_date\": \"2023-07-25T04:56:00Z\",\n            \"headline\": \"Able CDP Launches Revenue Analytics App for Stripe\",\n            \"short_headline\": null,\n            \"description\": \"The new revenue analytics app launched by Able CDP for Stripe provides businesses with comprehensive insights into their revenue sources and customer journey mapping, empowering them to make data-driven decisions and enhance customer engagement.\",\n            \"created_at\": \"2023-11-16T09:40:03.916809Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.103917Z\",\n            \"articles\": [\n                {\n                    \"id\": \"974a1fc1-5476-4592-ac54-c8f3b4881136\",\n                    \"link\": \"https://martechseries.com/analytics/able-cdp-introduces-a-revenue-analytics-app-for-stripe-insights-at-your-fingertips/\",\n                    \"headline\": \"Able CDP Introduces a Revenue Analytics app for Stripe – Insights at Your Fingertips\",\n                    \"short_summary\": \"Able CDP has launched a revenue analytics app for Stripe, providing businesses with in-depth insights into their Stripe revenue directly within the Stripe Dashboard.\",\n                    \"date_published\": \"2023-07-26T04:56:00Z\",\n                    \"thumbnail\": \"https://martechseries.com/wp-content/uploads/2022/07/Analytics-16-2-2022-1-8.jpg\",\n                    \"publication\": \"MarTech Series\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"39c57e1f-9ea1-4a3e-8b59-ead3cb63ec1d\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/able-cdp-introduces-a-revenue-analytics-app-for-stripe---insights-at-your-fingertips-301885506.html\",\n                    \"headline\": \"Able CDP Introduces a Revenue Analytics app for Stripe\",\n                    \"short_summary\": \"Able CDP has launched an app for Stripe revenue analytics, providing businesses with in-depth insights and data intelligence conveniently embedded within the Stripe Dashboard.\",\n                    \"date_published\": \"2023-07-25T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"prnewswire.com\",\n                    \"publication_score\": 100\n                }\n            ]\n        },\n        {\n            \"id\": \"d08f287c-2bac-4b12-8652-e00119d28ac9\",\n            \"release_date\": \"2023-07-13T04:56:00Z\",\n            \"headline\": \"Tulip Partners with Stripe to Revolutionize Retail Payments\",\n            \"short_headline\": null,\n            \"description\": \"The partnership between Tulip and Stripe aims to provide retailers with a fully integrated omnichannel experience, enhancing payment processes and empowering retailers in an increasingly digital world. This collaboration marks a significant milestone in revolutionizing the retail payments landscape and highlights Tulip's commitment to driving business growth through comprehensive retail solutions.\",\n            \"created_at\": \"2023-11-16T09:40:04.819896Z\",\n            \"updated_at\": \"2023-12-09T00:50:59.337002Z\",\n            \"articles\": [\n                {\n                    \"id\": \"86cdbc72-da90-4e92-be44-e5c74ad64903\",\n                    \"link\": \"https://thepaypers.com/payments-general/tulip-partners-with-stripe--1263423\",\n                    \"headline\": \"Tulip partners with Stripe - ThePaypers\",\n                    \"short_summary\": \"Cloud-based retail solutions provider Tulip has partnered with financial infrastructure platform Stripe to improve payment experiences for retailers and consumers.\",\n                    \"date_published\": \"2023-07-14T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/ecommerce-digital-receipt-bank_LI.png\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d54b69d5-0b8d-4981-9bd1-dba1726e1ab8\",\n                    \"link\": \"https://www.prnewswire.com/news-releases/tulip-and-stripe-join-forces-to-revolutionize-retail-payments-301875776.html\",\n                    \"headline\": \"Tulip and Stripe Join Forces to Revolutionize Retail Payments\",\n                    \"short_summary\": \"Tulip and Stripe have formed a strategic partnership to enhance retail payments and provide a frictionless and secure transaction process for Tulip's luxury fashion and retail customers.\",\n                    \"date_published\": \"2023-07-13T04:56:00Z\",\n                    \"thumbnail\": \"https://mma.prnewswire.com/media/2152773/Tulip_Logo.jpg?p=facebook\",\n                    \"publication\": \"PR Newswire\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"85054e69-a572-45dd-9d35-241e6f59db13\",\n                    \"link\": \"https://www.pymnts.com/partnerships/2023/tulip-and-stripe-announce-strategic-partnership-for-enhanced-retail-payments/\",\n                    \"headline\": \"Tulip and Stripe Partner for Enhanced Retail Payments\",\n                    \"short_summary\": \"Tulip and Stripe have partnered to enhance retail payments, providing retailers with access to Stripe's payment infrastructure and tools.\",\n                    \"date_published\": \"2023-07-13T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"98fe1b58-61ca-4a18-91e5-73a9c487a2a7\",\n            \"release_date\": \"2023-06-29T04:56:00Z\",\n            \"headline\": \"Stripe Implements Strategic Layoffs in Human Resources Department\",\n            \"short_headline\": null,\n            \"description\": \"The recent layoffs in Stripe's human resources department are part of the company's efforts to realign its hiring plans for future locations, following its acquisition of analytics software startup Okay and partnership with Google Workspace. These strategic layoffs may have implications for employee morale, company reputation, market perception of the fintech sector, and industry competitiveness.\",\n            \"created_at\": \"2023-11-16T09:40:06.052019Z\",\n            \"updated_at\": \"2023-12-09T00:51:15.872301Z\",\n            \"articles\": [\n                {\n                    \"id\": \"629751f4-6e1e-448a-8656-c9414f87b748\",\n                    \"link\": \"https://www.theinformation.com/briefings/stripe-plans-to-hire-fewer-than-1-000-workers-through-2024\",\n                    \"headline\": \"Briefing: Stripe Plans to Hire Fewer Than 1000 Workers ...\",\n                    \"short_summary\": \"Stripe plans to hire fewer than 1,000 workers through 2024 as it aims to move back to profitability, according to a profile on John Collison, the company's co-founder and interim CFO.\",\n                    \"date_published\": \"2023-07-24T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/2763/1fd19665-7c7a-4832-966a-c1d2692a290c.jpg\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"37feba84-024e-44fa-ab32-90122698126e\",\n                    \"link\": \"https://www.paymentsdive.com/news/fintech-stripe-cuts-additional-job-digital-payments/685101/\",\n                    \"headline\": \"Stripe cuts additional jobs\",\n                    \"short_summary\": \"Stripe, the digital payments services provider, recently cut about 40 employees in its latest effort to improve efficiency, particularly in areas like recruiting.\",\n                    \"date_published\": \"2023-07-07T04:56:00Z\",\n                    \"thumbnail\": \"https://www.paymentsdive.com/imgproxy/82eeSYYa52oJXv1zleZYCph19YLqxJBzBrw9sjxSPcI/g:ce/rs:fill:770:435:0/bG9jYWw6Ly8vZGl2ZWltYWdlL0dldHR5SW1hZ2VzLTExODYzODkzNTQuanBn.jpg\",\n                    \"publication\": \"Payments Dive\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"f3d347df-d7cb-4ecf-8c8b-0957e7c95e05\",\n                    \"link\": \"https://techstory.in/fintech-giant-stripe-implements-strategic-layoffs-to-enhance-competitiveness/\",\n                    \"headline\": \"Fintech Giant Stripe Implements Strategic Layoffs to Enhance Competitiveness\",\n                    \"short_summary\": \"Fintech giant Stripe implements strategic layoffs in its recruiting department to realign hiring plans and enhance competitiveness.\",\n                    \"date_published\": \"2023-07-01T04:56:00Z\",\n                    \"thumbnail\": \"https://techstory.in/wp-content/uploads/2023/07/layoff-man-box.jpeg\",\n                    \"publication\": \"TechStory\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"aeaf0186-57ff-4d23-8b48-e6664d81530a\",\n                    \"link\": \"https://www.ibtimes.com/tech-layoffs-stripe-reportedly-eliminates-dozens-jobs-recruiting-department-mostly-hit-3702829\",\n                    \"headline\": \"Tech Layoffs: Stripe Eliminates 40 Roles, Recruiting Department Mostly Hit, Report Says\",\n                    \"short_summary\": \"Stripe has reportedly laid off dozens of employees, mostly in the recruiting department, as part of a strategy to reorient hiring locations.\",\n                    \"date_published\": \"2023-06-30T04:56:00Z\",\n                    \"thumbnail\": \"https://d.ibtimes.com/en/full/4429663/illustration-picture-stripe-logo.jpg\",\n                    \"publication\": \"International Business Times\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"1f95e984-8810-462f-9815-6edea1b312ab\",\n                    \"link\": \"https://www.theinformation.com/articles/stripe-lays-off-dozens-mostly-in-recruiting\",\n                    \"headline\": \"Stripe Lays Off Dozens, Mostly in Recruiting\",\n                    \"short_summary\": \"Stripe has laid off a few dozen recruiters in its human resources department as part of a restructuring effort to reallocate hiring locations.\",\n                    \"date_published\": \"2023-06-29T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/10774/a93fb102-e937-4e97-a189-cc2c1951922f.png?fm=jpg&auto=compress&w=1200&frame=0\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"54b2cc65-a027-4d68-8977-19a592705c3a\",\n            \"release_date\": \"2023-06-22T04:56:00Z\",\n            \"headline\": \"Stripe Partners with Google Workspace and MatchMove to Expand Payment Solutions\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's partnerships with Google Workspace and MatchMove demonstrate the company's commitment to expanding its payment solutions across various platforms and industries, further solidifying its position as a leading player in the fintech industry.\",\n            \"created_at\": \"2023-11-16T09:40:07.462615Z\",\n            \"updated_at\": \"2023-12-09T00:51:32.179810Z\",\n            \"articles\": [\n                {\n                    \"id\": \"17d9eb26-c92e-4428-b050-1146b3f48eb8\",\n                    \"link\": \"https://ciosea.economictimes.indiatimes.com/news/corporate/matchmove-collaborates-with-stripe-to-expand-internationally/101829090\",\n                    \"headline\": \"MatchMove collaborates with Stripe to expand internationally ...\",\n                    \"short_summary\": \"MatchMove has partnered with Stripe to provide seamless payment solutions and enhanced global reach for businesses on the MatchMove-owned Shopmatic platform.\",\n                    \"date_published\": \"2023-07-18T04:56:00Z\",\n                    \"thumbnail\": \"https://etimg.etb2bimg.com/thumb/msid-101829090,imgsize-9610,width-1200,height=765,overlay-etciosea/news/corporate/matchmove-collaborates-with-stripe-to-expand-internationally.jpg\",\n                    \"publication\": \"Southeast Asia\",\n                    \"publication_score\": 100\n                },\n                {\n                    \"id\": \"d054955c-009f-407b-a9d4-1b3a7beca972\",\n                    \"link\": \"https://www.pymnts.com/smbs/2023/google-calendar-taps-stripe-paid-appointment-scheduling/\",\n                    \"headline\": \"Google Calendar Taps Stripe for Paid Appointment Scheduling\",\n                    \"short_summary\": \"Google Calendar has partnered with Stripe to offer businesses the ability to schedule paid appointments through its Calendar tool, helping small business owners reduce no-shows and manage time and payments seamlessly.\",\n                    \"date_published\": \"2023-07-11T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Pymnts.com\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"746485cb-765b-45ca-88ad-183df7394c87\",\n                    \"link\": \"https://thepaypers.com/online-payments/google-workspace-partners-with-stripe--1263150\",\n                    \"headline\": \"Google Workspace partners with Stripe - ThePaypers\",\n                    \"short_summary\": \"Stripe has partnered with Google Workspace to enable businesses to accept payments through Google Calendar, and Stripe has also joined the MACH Alliance and launched a charge card program for its Stripe Issuing product.\",\n                    \"date_published\": \"2023-06-23T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/google-stripe-social-media_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9727333a-b1cc-4eda-af99-f6b394fae3ba\",\n                    \"link\": \"https://www.independent.ie/business/technology/stripe-launches-payments-for-bookings-in-google-calendar/a1621091472.html\",\n                    \"headline\": \"Stripe launches payments for bookings in Google Calendar\",\n                    \"short_summary\": \"Stripe has launched a new feature that allows businesses to connect their Stripe account to Google Calendar for appointment scheduling and payment options, resulting in increased revenue.\",\n                    \"date_published\": \"2023-06-22T04:56:00Z\",\n                    \"thumbnail\": \"https://focus.independent.ie/thumbor/yA3Kd7jrqJ03gDMsGcYJn47TXQQ=/0x10:1778x1195/1778x1185/prod-mh-ireland/0a97cc76-dfb6-4e27-994f-7f34f7109739/47e8f32b-57c8-4da9-8709-94857136292c/0a97cc76-dfb6-4e27-994f-7f34f7109739.jpg\",\n                    \"publication\": \"The Irish Independent\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"0d5f82b1-c3c1-4dae-b939-1ea1a04e9ec7\",\n                    \"link\": \"https://www.pymnts.com/partnerships/2023/stripe-google-workspace-enable-paid-appointment-bookings/\",\n                    \"headline\": \"Stripe Powers Paid Appointment Bookings on Google Workspace\",\n                    \"short_summary\": \"Stripe has partnered with Google Workspace to enable paid appointment bookings, allowing businesses to connect their Stripe account and accept payments directly from Google Calendar.\",\n                    \"date_published\": \"2023-06-22T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Pymnts.com\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"f12adea1-2b27-4cd0-82c3-c2d0fa70c863\",\n            \"release_date\": \"2023-06-01T04:56:00Z\",\n            \"headline\": \"Stripe Launches New Charge Card Program to Provide Credit to Small Businesses\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's new charge card program aims to address the financing concerns of small businesses by providing them with access to credit, offering a reliable source of funding in a time of tightening credit and rising interest rates.\",\n            \"created_at\": \"2023-11-16T09:40:04.172299Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.193476Z\",\n            \"articles\": [\n                {\n                    \"id\": \"e5c27b7a-d264-4249-bb3d-fde8cafba33b\",\n                    \"link\": \"https://tearsheet.co/payments/a-closer-look-at-stripes-new-charge-card-program-for-stripe-issuing-users/\",\n                    \"headline\": \"A closer look at Stripe’s new charge card program for Stripe ...\",\n                    \"short_summary\": \"Stripe has introduced a new charge card program for Stripe Issuing, allowing fintechs and platforms to provide credit to their customers while fine-tuning spend controls.\",\n                    \"date_published\": \"2023-06-21T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Tearsheet\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"eccd4308-3027-41d1-abd6-e21fe94103c3\",\n                    \"link\": \"https://www.equitypandit.com/stripe-debuts-charge-card-programme-in-us-soon-to-launch-in-uk-and-eu/\",\n                    \"headline\": \"Stripe Debuts Charge Card Programme in US, Soon to Launch in UK and EU\",\n                    \"short_summary\": \"Fintech giant Stripe plans to launch a new charge card for its business card issuance product, expanding its services to include credit card purchases for small businesses.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://www.equitypandit.com/wp-content/uploads/2023/06/Stripe-Debuts-Charge-Card-Programme-in-US-Soon-to-Launch-in-UK-and-EU-EP.jpg\",\n                    \"publication\": \"Equitypandit\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"a6c5f1b2-74da-4711-aebc-98c7f57fa00c\",\n                    \"link\": \"https://ffnews.com/newsarticle/stripe-launches-charge-card-program-for-stripe-issuing/\",\n                    \"headline\": \"Stripe launches charge card program for Stripe Issuing Stripe launches charge card program for Stripe Issuing\",\n                    \"short_summary\": \"Stripe has launched a charge card program for Stripe Issuing, allowing fintechs and platforms to create and distribute virtual or physical charge cards, providing new revenue streams and financing capabilities.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://ffnews.com/wp-content/uploads/2023/06/Stripe-Issuing.jpg\",\n                    \"publication\": \"Fintech Finance\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"6198027e-382e-4700-a64e-3ed99526e6eb\",\n                    \"link\": \"https://www.digitaltransactions.net/payments-tech-giant-stripe-launches-a-charge-card-program-for-small-businesses/\",\n                    \"headline\": \"Payments Tech Giant Stripe Launches a Charge Card Program for Small Businesses – Digital Transactions\",\n                    \"short_summary\": \"Stripe Inc. has launched a charge card program for Stripe Issuing, aimed at helping small businesses access credit more easily, with plans to expand to the UK and Europe.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Digital Transactions\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"1c1c37cf-0f25-4a7e-b68a-6fa6d496ecb1\",\n                    \"link\": \"https://ibsintelligence.com/ibsi-news/stripe-launches-charge-card-program-to-help-smbs/\",\n                    \"headline\": \"Stripe launches charge card program to help SMBs\",\n                    \"short_summary\": \"Stripe has launched a charge card program for its commercial card-issuing product, allowing FinTechs to offer credit to small businesses.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://ibsintelligence.com/wp-content/uploads/2021/09/Stripe.jpeg.jpg\",\n                    \"publication\": \"IBS Intelligence\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"5787a8c8-7fda-4a62-a9dd-39fbf53d5e34\",\n                    \"link\": \"https://thepaypers.com/payments-general/stripe-launches-charge-card-programme--1262864\",\n                    \"headline\": \"Stripe launches charge card programme - ThePaypers\",\n                    \"short_summary\": \"Stripe has launched a charge card programme for its commercial card issuing product, Stripe Issuing, allowing fintechs and platforms to offer credit options to their customers.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://thepaypers.com/images/social_media/money-transfer-payments-card-mobile_LI.jpg\",\n                    \"publication\": \"The Paypers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"f3031f67-4264-4b0b-9b12-efba386037db\",\n                    \"link\": \"https://www.finextra.com/newsarticle/42406/stripe-issuing-gets-charge-card-programme\",\n                    \"headline\": \"Stripe Issuing gets charge card programme\",\n                    \"short_summary\": \"Stripe is expanding its commercial issuing product to include a charge card program, allowing platforms to offer credit to their customers without the need to build a credit offering from scratch.\",\n                    \"date_published\": \"2023-06-02T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Finextra Research\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"b0e3cc51-e69d-4f96-9db5-9d77321b53ec\",\n                    \"link\": \"https://www.pymnts.com/smbs/2023/stripe-debuts-charge-card-program-small-business-funding-worries/\",\n                    \"headline\": \"Stripe Debuts Charge Card Program Amid SMB Funding ...\",\n                    \"short_summary\": \"Financial services platform Stripe has launched a charge card program for its commercial card-issuing product, providing access to credit for small businesses.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"PYMNTS.com\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"00a99dd2-138c-4069-9331-6de1f1f01f75\",\n                    \"link\": \"https://techcrunch.com/2023/06/01/fintech-giant-stripe-is-getting-into-the-credit-game/\",\n                    \"headline\": \"Fintech giant Stripe is getting into the credit game\",\n                    \"short_summary\": \"Stripe is launching a new charge card program through its Issuing product, allowing platforms to offer credit to their users and creating a new revenue stream for the company.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2020/09/GettyImages-1035471414.jpg?resize=1200,800\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                }\n            ]\n        },\n        {\n            \"id\": \"e1ca27c8-18c6-4233-8de1-899eb743fadb\",\n            \"release_date\": \"2023-06-01T04:56:00Z\",\n            \"headline\": \"Stripe, the Leading Fintech Unicorn, Raises $6.5 Billion in Funding and Processes $817 Billion in Transactions in 2022\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's impressive funding and transaction volume in 2022 solidify its position as a dominant player in the fintech industry, showcasing its ability to attract significant investment and handle a substantial volume of financial transactions.\",\n            \"created_at\": \"2023-11-16T09:40:04.462624Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.288603Z\",\n            \"articles\": [\n                {\n                    \"id\": \"8fdeccce-c828-4101-9f4f-527b00fcd940\",\n                    \"link\": \"https://fintechnews.ch/fintechusa/top-8-most-well-funded-fintech-companies-in-the-usa/63003/\",\n                    \"headline\": \"Top 8 Most Well-Funded Fintech Companies in the USA - Fintech Schweiz Digital Finance News - FintechNewsCH\",\n                    \"short_summary\": \"Stripe, a San Francisco-based technology company that provides online payment processing services, is currently the most valuable fintech company in the world, worth $50 billion.\",\n                    \"date_published\": \"2023-08-07T04:56:00Z\",\n                    \"thumbnail\": \"https://fintechnews.ch/wp-content/uploads/2023/08/Top-8-Most-Well-Funded-Fintech-Companies-in-the-USA.png\",\n                    \"publication\": \"Fintech News Switzerland\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9e7da245-ee83-44ca-a28f-6e1266d8be63\",\n                    \"link\": \"https://www.theinformation.com/articles/a-stripe-co-founders-billionaire-flex\",\n                    \"headline\": \"A Stripe Co-Founder's Billionaire Flex — The Information\",\n                    \"short_summary\": \"The article discusses the private life and emerging leadership of John Collison, the co-founder of Stripe, a $50 billion payments company.\",\n                    \"date_published\": \"2023-07-22T04:56:00Z\",\n                    \"thumbnail\": \"https://tii.imgix.net/production/articles/10926/32f84238-9295-42c0-aea6-b5b3b3a9b336-TGT4it.jpg?fm=jpg&auto=compress&w=1200&frame=0\",\n                    \"publication\": \"The Information\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"c8a85bc3-1bca-44b3-a9ec-15a07c3db40a\",\n                    \"link\": \"https://news.crunchbase.com/public/ipo-predictions-h2-2023-databricks-stripe/\",\n                    \"headline\": \"Mid-Year Report: Who Could Still Go Public In 2023?\",\n                    \"short_summary\": \"Stripe, one of the most valuable private companies, is predicted to go public after raising $6.5 billion and processing $817 billion in transactions in 2022.\",\n                    \"date_published\": \"2023-07-05T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Crunchbase News\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"8b113a56-8520-42c7-8463-a3e33c74c2a4\",\n                    \"link\": \"https://www.businessroundtable.org/about-us/members/patrick-collison-chief-executive-officer-and-co-founder-stripe\",\n                    \"headline\": \"Patrick Collison, Chief Executive Officer and Co-Founder ...\",\n                    \"short_summary\": \"Patrick Collison is the CEO and co-founder of Stripe, a technology company that simplifies online payments and powers millions of businesses worldwide.\",\n                    \"date_published\": \"2023-06-26T04:56:00Z\",\n                    \"thumbnail\": \"https://s3.amazonaws.com/brt.org/Patrick-Collison.jpg\",\n                    \"publication\": \"Business Roundtable\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"2382aaf3-8cbd-402f-89d7-99298a417dfd\",\n                    \"link\": \"https://www.efinancialcareers.com/news/2023/06/what-is-stripe-fintech\",\n                    \"headline\": \"What is Stripe? Inside the tech stack of the highest paying fintech\",\n                    \"short_summary\": \"Stripe offers a variety of products and technologies, including digital payments infrastructure, banking-as-a-service infrastructure, digital commerce infrastructure, digital operations infrastructure, data and analytics infrastructure, and crypto infrastructure, with Ruby being the primary programming language used.\",\n                    \"date_published\": \"2023-06-23T04:56:00Z\",\n                    \"thumbnail\": \"https://cdn.filestackcontent.com/xaWlVn9eQou7mZ32SOop\",\n                    \"publication\": \"eFinancialCareers\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"df76d826-d82d-4256-9d65-07312562c385\",\n                    \"link\": \"https://fintechmagazine.com/top10/top-10-fintech-unicorns-by-market-valuation\",\n                    \"headline\": \"Top 10 fintech unicorns by market valuation\",\n                    \"short_summary\": \"Stripe, the biggest fintech unicorn by market valuation, raised $6.5bn in funding, processed $817bn in transactions in 2022, and supplies over 100 companies processing over $1bn in payments.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://assets.bizclikmedia.net/1200/6abb3e35338c09fa2dc23890de0eb3f3:a165c90ac78856445f792a740969c026/gettyimages-986665252.jpg.jpg\",\n                    \"publication\": \"FinTech Magazine\",\n                    \"publication_score\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"58f16a43-3912-41ed-a416-5e801b3ce24f\",\n            \"release_date\": \"2023-05-31T04:56:00Z\",\n            \"headline\": \"Stripe Makes First Acquisition in Over 16 Months with Okay\",\n            \"short_headline\": null,\n            \"description\": \"Stripe's acquisition of Okay demonstrates the company's commitment to enhancing its engineering capabilities and improving team performance through the use of low-code analytics software. This move aligns with Stripe's goal of providing comprehensive solutions and further solidifies its position in the competitive fintech market.\",\n            \"created_at\": \"2023-11-16T09:40:07.324600Z\",\n            \"updated_at\": \"2023-12-09T00:51:32.131022Z\",\n            \"articles\": [\n                {\n                    \"id\": \"cb4c42fc-ec35-41a1-8d21-1f08d84c9bcf\",\n                    \"link\": \"https://www.limerickpost.ie/2023/06/08/collison-brothers-acquire-us-tech-startup/\",\n                    \"headline\": \"Collison brothers acquire US tech startup\",\n                    \"short_summary\": \"Stripe, the tech company founded by John and Patrick Collison, has made its first acquisition in over 16 months by buying US startup Okay, a low-code analytics software company.\",\n                    \"date_published\": \"2023-06-08T04:56:00Z\",\n                    \"thumbnail\": \"https://images.prismic.io/sacra/24d7d3fd-9fe6-423c-b5ab-b3d79fcdc5a1_Stripe.png?auto=compress,format\",\n                    \"publication\": \"Limerick Post\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"ae8470cc-cc02-4397-b61d-e793172e8ac9\",\n                    \"link\": \"https://techcrunch.com/2023/06/04/inside-stripes-latest-moves/\",\n                    \"headline\": \"Inside Stripe’s latest moves\",\n                    \"short_summary\": \"Stripe has acquired a startup called Okay to improve its engineering team's performance and has expanded its issuing product to offer credit to customers.\",\n                    \"date_published\": \"2023-06-04T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2020/01/GettyImages-1125716134.jpg?resize=1200,800\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"370b6b84-0488-4047-b245-b096d21ec2b8\",\n                    \"link\": \"https://www.siliconrepublic.com/business/stripe-acquires-okay-engineering-analytics\",\n                    \"headline\": \"Stripe snaps up US engineering analytics firm Okay\",\n                    \"short_summary\": \"Stripe has acquired US engineering analytics firm Okay to support its own engineering teams, marking its first acquisition in 16 months.\",\n                    \"date_published\": \"2023-06-01T04:56:00Z\",\n                    \"thumbnail\": \"https://www.siliconrepublic.com/wp-content/uploads/2023/06/AdobeStock_392551787_Editorial_Use_Only.jpeg\",\n                    \"publication\": \"Silicon Republic\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d3394409-f1e6-4edb-b6c0-542d244531b9\",\n                    \"link\": \"https://techcrunch.com/2023/05/31/okay-which-analyzes-engineers-productivity-sells-to-stripe/\",\n                    \"headline\": \"Okay, which analyzes engineers’ productivity, sells to Stripe\",\n                    \"short_summary\": \"Fintech giant Stripe has acquired Okay, a startup that developed low-code analytics software for engineering teams, to improve engineering effectiveness.\",\n                    \"date_published\": \"2023-05-31T04:56:00Z\",\n                    \"thumbnail\": \"https://techcrunch.com/wp-content/uploads/2022/11/GettyImages-1242296087.jpg?resize=1200,801\",\n                    \"publication\": \"TechCrunch\",\n                    \"publication_score\": 200\n                },\n                {\n                    \"id\": \"58993c9e-7813-4edb-a095-2c1074485c5d\",\n                    \"link\": \"https://www.businesspost.ie/tech/stripe-snaps-up-us-founded-analytics-start-up-in-first-acquisition-in-16-months/\",\n                    \"headline\": \"Stripe snaps up US-founded analytics firm in first acquisition in 16 months\",\n                    \"short_summary\": \"Payments company Stripe, led by founders Patrick and John Collison, has acquired analytics software start-up Okay for an undisclosed amount.\",\n                    \"date_published\": \"2023-05-31T04:56:00Z\",\n                    \"thumbnail\": \"https://imengine.public.prod.sbp.infomaker.io?uuid=bbac3ff3-1a98-590c-bc5a-e90ef49b7ae9&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.84428&width=2359&height=1327&x=1.0E-5&y=0.0788\",\n                    \"publication\": \"Business Post\",\n                    \"publication_score\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"fc9e42c8-038e-4f2e-8abc-5d3b63e62128\",\n            \"release_date\": \"2023-05-22T04:56:00Z\",\n            \"headline\": \"Zara Partners with Stripe for its Pre-Owned Clothing Marketplace\",\n            \"short_headline\": null,\n            \"description\": \"Zara's partnership with Stripe for its Pre-Owned Clothing Marketplace reflects the growing trend towards sustainable fashion and circularity in the industry, as customers are given the opportunity to resell, donate, or repair their unwanted Zara products.\",\n            \"created_at\": \"2023-11-16T09:40:03.925221Z\",\n            \"updated_at\": \"2023-12-09T00:50:41.109571Z\",\n            \"articles\": [\n                {\n                    \"id\": \"96ecb341-752e-4c8d-b359-b346d5a3a57a\",\n                    \"link\": \"https://ibsintelligence.com/ibsi-news/zara-selects-stripe-as-payments-partner-for-resale-platform/\",\n                    \"headline\": \"Zara selects Stripe as payments partner for resale platform\",\n                    \"short_summary\": \"Zara has selected Stripe as its payments partner for its pre-owned clothing marketplace, using Stripe Connect to facilitate transactions between buyers and sellers.\",\n                    \"date_published\": \"2023-05-23T04:56:00Z\",\n                    \"thumbnail\": \"https://ibsintelligence.com/wp-content/uploads/2022/05/Stripe.jpg\",\n                    \"publication\": \"IBS Intelligence\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"4afe810e-899e-4898-bcfa-0ab14f28cba4\",\n                    \"link\": \"https://www.businesspost.ie/irish-tatler/zara-partners-with-irish-founded-financial-service-stripe-for-its-pre-loved-resale-platform/\",\n                    \"headline\": \"Zara partners with Irish-founded financial service Stripe for its pre-loved resale platform\",\n                    \"short_summary\": \"Zara has partnered with Stripe, the Irish-founded financial service, for its pre-loved resale platform, using Stripe Connect for payments processing.\",\n                    \"date_published\": \"2023-05-22T04:56:00Z\",\n                    \"thumbnail\": \"https://imengine.public.prod.sbp.infomaker.io?uuid=df415c83-b984-59e5-8600-1b41ff80df68&function=cropresize&type=preview&source=false&q=75&crop_w=0.99999&crop_h=0.8427&width=594&height=334&x=1.0E-5&y=0.07865\",\n                    \"publication\": \"Business Post\",\n                    \"publication_score\": 0\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 10,\n        \"total_items\": 242,\n        \"next_link\": \"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_after=fc9e42c8-038e-4f2e-8abc-5d3b63e62128\",\n        \"prev_link\": \"https://sacra.com/api/v1/news/company/?company_domain=stripe.com&page_size=10&page_before=4b81b067-7392-415b-8b24-41cfe6b585a3\",\n        \"after_cursor\": \"a0b4983c-ff37-40f2-8dee-6a7889ae1911\",\n        \"before_cursor\": null\n    }\n}"},{"id":"7f4dd6e1-fea5-4190-ade6-c06ab4e280f3","name":"Successful Response Without Company News","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=contentful.com","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"contentful.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [],\n    \"pagination\": null\n}"},{"id":"f21ec5c1-27b7-4d4b-b848-2ce5c8a0e78c","name":"Successful Response With Release Date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=appliedintuition.com&release_date_start=2023-01-01T15:50-04:00&release_date_end=2023-01-30T15:50-04:02","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"appliedintuition.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"},{"key":"release_date_start","value":"2023-01-01T15:50-04:00","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive"},{"key":"release_date_end","value":"2023-01-30T15:50-04:02","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"3ca0520a-3cc6-46dd-83c0-cfdf8996b916\",\n            \"release_date\": \"2023-01-02T04:56:00Z\",\n            \"headline\": \"Applied Intuition Partners with Ambarella to Offer Advanced ADAS and AV Development Solution\",\n            \"short_headline\": \"Applied Intuition partners Ambarella.\",\n            \"description\": \"Applied Intuition's partnership with Ambarella will bring cutting-edge technology to the development of autonomous driving systems.\",\n            \"created_at\": \"2024-03-15T23:48:09.630148Z\",\n            \"updated_at\": \"2024-03-15T23:53:30.631035Z\",\n            \"articles\": [\n                {\n                    \"id\": \"632ca60a-222f-4ed8-a793-3c96728e94bd\",\n                    \"link\": \"https://www.newelectronics.co.uk/content/news/scalable-hil-testing-for-cv3-ad-domain-controller-socs/\",\n                    \"headline\": \"Scalable HIL testing for CV3-AD domain controller SoCs\",\n                    \"short_summary\": \"Applied Intuition partners with Ambarella to offer efficient HIL testing solution for ADAS and AV development, addressing semiconductor shortages.\",\n                    \"date_published\": \"2023-01-04T04:56:00Z\",\n                    \"thumbnail\": \"https://www.newelectronics.co.uk/media/dokfmw0i/lyy9e40no0-1000.jpeg\",\n                    \"publication\": \"New Electronics\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9616fa35-bde8-4dc8-897e-84f94405d407\",\n                    \"link\": \"https://www.globenewswire.com/news-release/2023/01/02/2581526/23306/en/Ambarella-Partners-With-Applied-Intuition-to-Offer-Scalable-HIL-Testing-for-CV3-AD-Domain-Controller-SoCs.html\",\n                    \"headline\": \"Ambarella Partners With Applied Intuition to Offer Scalable HIL Testing for CV3-AD Domain Controller SoCs\",\n                    \"short_summary\": \"Applied Intuition partners with Ambarella to offer a joint ADAS and AV development solution for autonomous vehicle testing.\",\n                    \"date_published\": \"2023-01-02T04:56:00Z\",\n                    \"thumbnail\": \"https://ml.globenewswire.com/Resource/Download/0a775fb4-c053-4858-8eab-379e2e4dd437\",\n                    \"publication\": \"GlobeNewswire\",\n                    \"publication_score\": 100\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 1,\n        \"total_items\": 1,\n        \"next_link\": null,\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"37c8f405-1145-4213-9f29-258c45a8f50a","name":"Successful Response With Created At","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=scale.com&created_at__start=2024-01-20T01:31:12.467113-04:00&created_at_end=2024-03-20T01:31:12.467113-04:00","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"scale.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"},{"key":"created_at__start","value":"2024-01-20T01:31:12.467113-04:00","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive"},{"key":"created_at_end","value":"2024-03-20T01:31:12.467113-04:00","description":"Optional. String URL Encoded DateTime ISO 8601 format. Inclusive"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_news\": [\n        {\n            \"id\": \"2e1df7d7-9dc5-4054-9093-1453902eaf1d\",\n            \"release_date\": \"2024-02-21T07:32:33.067727Z\",\n            \"headline\": \"Scale AI Partners with Pentagon to Develop Testing Framework for Large Language Models in Military Applications\",\n            \"short_headline\": \"Scale AI partners Pentagon.\",\n            \"description\": \"Scale AI's collaboration with the Pentagon highlights the growing importance of ethical considerations in the development of large language models for military use.\",\n            \"created_at\": \"2024-02-24T07:32:59.254597Z\",\n            \"articles\": [\n                {\n                    \"id\": \"d9bbe580-b137-4682-988e-7b9d57163396\",\n                    \"link\": \"https://moneyinc.com/scale-ceo-alexandr-wang/\",\n                    \"headline\": \"20 Things You Didn't Know About Alexandr Wang\",\n                    \"short_summary\": \"Scale AI CEO Alexandr Wang's $1 billion net worth, government defense contracts, multilingual skills, career philosophy, and inspiration to young entrepreneurs are key points for company journalists.\",\n                    \"date_published\": \"2024-03-13T19:41:40.585726Z\",\n                    \"thumbnail\": \"https://moneyinc.com/wp-content/uploads/2020/02/Alexander-Wang.jpg\",\n                    \"publication\": \"moneyinc.com\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"d0fd4f30-c60f-4293-b24f-109a8735eb09\",\n                    \"link\": \"https://www.newsbytesapp.com/news/science/pentagon-joins-hands-with-ai-firm-for-evaluating-llms/story\",\n                    \"headline\": \"Scale AI to develop testing framework for Pentagon's LLMs\",\n                    \"short_summary\": \"Scale AI partners with Pentagon to develop testing framework for LLMs, aiming to automate model evaluation and feedback for responsible deployment.\",\n                    \"date_published\": \"2024-02-22T07:32:48.298324Z\",\n                    \"thumbnail\": \"https://i.cdn.newsbytesapp.com/images/l95320240221153937.jpeg\",\n                    \"publication\": \"NewsBytes\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"b5083a48-d3cd-4c9f-b753-534f30bb59a3\",\n                    \"link\": \"https://winbuzzer.com/2024/02/21/scale-ai-steps-up-to-forge-u-s-defense-departments-ai-evaluation-framework-xcxwbn/\",\n                    \"headline\": \"Scale AI Steps Up to Forge U.S. Defense Department's AI Evaluation Framework - WinBuzzer\",\n                    \"short_summary\": \"Scale AI collaborates with the Pentagon to develop a framework for assessing large language models used in military applications, ensuring reliability and safety.\",\n                    \"date_published\": \"2024-02-22T07:32:45.536025Z\",\n                    \"thumbnail\": \"https://winbuzzer.com/wp-content/uploads/2023/07/Artificial-Intelligence-AI-pixabay.jpg\",\n                    \"publication\": \"- WinBuzzer\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"9cecd6d1-08fe-439c-b27d-3022fe4ccb27\",\n                    \"link\": \"https://executivebiz.com/2024/02/scale-ai-partners-with-dod-to-build-generative-ai-test-and-evaluation-framework/\",\n                    \"headline\": \"Scale AI Partners With DOD to Build Generative AI Test & Evaluation Framework\",\n                    \"short_summary\": \"Scale AI partners with DOD to develop a generative AI test and evaluation framework, aiming to understand technology limitations for responsible deployment.\",\n                    \"date_published\": \"2024-02-22T07:32:37.493460Z\",\n                    \"thumbnail\": \"https://executivebiz.com/wp-content/uploads/2024/02/66f8b35d-61c4-4496-bd37-6be9e08bfec8-1.png\",\n                    \"publication\": \"ExecutiveBiz\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"246c82b8-784f-4b8f-b5aa-da47a89bb9b6\",\n                    \"link\": \"https://bnnbreaking.com/tech/scale-ai-and-pentagon-forge-alliance-to-fortify-ai-in-defense-strategy\",\n                    \"headline\": \"Scale AI and Pentagon Forge Alliance to Fortify AI in Defense Strategy\",\n                    \"short_summary\": \"Scale AI partners with the U.S. Department of Defense to develop a testing framework for large language models in military applications, ensuring safe and responsible AI integration.\",\n                    \"date_published\": \"2024-02-21T07:32:42.438748Z\",\n                    \"thumbnail\": \"https://img-cdn.thepublive.com/fit-in/1200x675/bnn/media/media_files/d41cc2f00a5a6f9ef34da69b44cdbf002ca88ee42d294601bfaa0f59bba92108.jpg\",\n                    \"publication\": \"BNN Breaking\",\n                    \"publication_score\": 50\n                },\n                {\n                    \"id\": \"263bfa64-1239-43be-a73f-e19cf74cbb7a\",\n                    \"link\": \"https://www.c4isrnet.com/artificial-intelligence/2024/02/20/scale-ai-to-evaluate-large-language-models-for-pentagon/\",\n                    \"headline\": \"Scale AI to evaluate large language models for Pentagon\",\n                    \"short_summary\": \"Scale AI was selected by the Pentagon to evaluate large language models for military applications, helping the DOD understand the technology's strengths and limitations.\",\n                    \"date_published\": \"2024-02-21T07:32:35.185109Z\",\n                    \"thumbnail\": \"https://www.c4isrnet.com/resizer/jy-EJTUUKMBtFWsLALZvw8J9Hpc=/1024x0/filters:format(jpg):quality(70)/cloudfront-us-east-1.images.arcpublishing.com/archetype/S2QNIEP35VAR5A6Z6UU2EQULPQ.jpg\",\n                    \"publication\": \"C4ISRNet\",\n                    \"publication_score\": 0\n                },\n                {\n                    \"id\": \"17b50ca7-55b8-4bc5-8773-363ce513b099\",\n                    \"link\": \"https://defensescoop.com/2024/02/20/scale-ai-pentagon-testing-evaluating-large-language-models/\",\n                    \"headline\": \"Scale AI to set the Pentagon's path for testing and evaluating large language models\",\n                    \"short_summary\": \"Scale AI partners with the Pentagon to develop a test-and-evaluation framework for large language models in military applications.\",\n                    \"date_published\": \"2024-02-21T07:32:33.067727Z\",\n                    \"thumbnail\": \"https://defensescoop.com/wp-content/uploads/sites/8/2024/02/GettyImages-1540566330.jpg\",\n                    \"publication\": \"DefenseScoop\",\n                    \"publication_score\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"87eda107-9ac1-40d0-83be-f7d35b8d8d93\",\n            \"release_date\": \"2024-01-31T07:18:21.520819Z\",\n            \"headline\": \"Scale AI Expands Expert Roles for AI Training Data with Remotasks Subsidiary\",\n            \"short_headline\": null,\n            \"description\": \"Scale AI's acquisition of Remotasks will likely lead to increased opportunities for experts in AI training data.\",\n            \"created_at\": \"2024-02-03T07:18:52.662047Z\",\n            \"articles\": [\n                {\n                    \"id\": \"2dd7c0e3-8693-4507-a9e0-aa1b22ef4d33\",\n                    \"link\": \"https://www.wired.com/story/remotasks-ai-expert-data-labor/\",\n                    \"headline\": \"The Skilled Workers Training AI to Take Their Jobs\",\n                    \"short_summary\": \"Scale AI is training AI models using expert data laborers, including language specialists and nuclear physicists, to improve AI capabilities.\",\n                    \"date_published\": \"2024-02-21T07:32:40.308533Z\",\n                    \"thumbnail\": \"https://media.wired.com/photos/65cfc8cec687ac71b2c9b1c7/191:100/w_1280,c_limit/business_ai_experts_training_jobs.jpg\",\n                    \"publication\": \"WIRED\",\n                    \"publication_score\": 150\n                },\n                {\n                    \"id\": \"47e3ce5b-5e3f-4cc3-9b38-24ddf8f77fa2\",\n                    \"link\": \"https://www.pcguide.com/ai/what-is-scale-ai/\",\n                    \"headline\": \"What is Scale AI? - The Generative AI Data Engine powering LLMs\",\n                    \"short_summary\": \"Scale AI is a San Francisco-based company founded in 2016 that offers a generative AI platform for accelerating the development of AI applications.\",\n                    \"date_published\": \"2024-01-31T07:18:21.520819Z\",\n                    \"thumbnail\": \"https://www.pcguide.com/wp-content/uploads/2024/01/Scale-AI.jpg\",\n                    \"publication\": \"PC Guide\",\n                    \"publication_score\": 0\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"page_size\": 10,\n        \"current_page_items\": 2,\n        \"total_items\": 2,\n        \"next_link\": null,\n        \"prev_link\": null,\n        \"after_cursor\": \"Start\",\n        \"before_cursor\": null\n    }\n}"},{"id":"3d48959c-da88-465f-a0aa-29c8b4ca6923","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=https://stripe.com","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"https://stripe.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:52 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"44"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"company_domain attribute is not a valid URL."},{"id":"c39cbc0a-ee14-4549-b2bc-1924c184a4f5","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/news/company/?company_domain=johncena.com","protocol":"https","host":["sacra","com"],"path":["api","v1","news","company",""],"query":[{"key":"company_domain","value":"johncena.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:09:03 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Company not found."}],"_postman_id":"0d6b940e-6af1-4b3f-ad5e-ddae26633065"}],"id":"a7d5fa82-c271-44ad-9568-9f6024b10e87","description":"<p>The <code>/news</code> endpoint lets you fetch news. Currently company news is only supported via the <code>/news/company</code> endpoint.</p>\n<p>Supports GET query params and POST JSON body with the same parameter names. Use POST for large company_domains lists.</p>\n<p><strong>Notes</strong></p>\n<ul>\n<li><p>GET supports up to 200 company domains.</p>\n</li>\n<li><p>POST supports up to 1000 company domains.</p>\n</li>\n<li><p>If multiple company filters are provided, precedence is: company_id &gt; company_domains &gt; company_domain.</p>\n</li>\n<li><p><code>meta.companies</code> and <code>meta.companies_count</code> reflect companies present in the returned page items, not all matched companies.</p>\n</li>\n<li><p><code>after_cursor</code> / <code>before_cursor</code>: request cursors echoed back.</p>\n</li>\n<li><p><code>next_cursor</code> / <code>prev_cursor</code>: computed cursors for next/previous page.</p>\n</li>\n<li><p>POST remains backward compatible with <code>next_link</code>/<code>prev_link</code>. Prefer cursor pagination by re-sending the same POST body with page_after/page_before (using next_cursor/prev_cursor from the previous response).</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9bf2d4a2-6431-4109-ba0a-a221c2f0bdbf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f53bd480-cda1-4e77-908e-0901e54d3741"}}],"_postman_id":"a7d5fa82-c271-44ad-9568-9f6024b10e87"},{"name":"Categories","item":[{"name":"Get company categories","id":"c1a1affb-a889-499c-897e-ff6d0a0d1203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/categories/?company_domain={{COMPANY_DOMAIN}}","description":"<p>Retrieves categories for a specific company.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"65a5fd09-7785-43e1-94b3-b452730a03be","id":"65a5fd09-7785-43e1-94b3-b452730a03be","name":"Categories","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","categories",""],"host":["sacra","com"],"query":[{"description":{"content":"<p>Required. String. Domain Name only accepted (i.e. \"sacra.com\")</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Required if company_domain not given. Int.</p>\n","type":"text/plain"},"key":"company_id","value":"{{COMPANY_ID}}"}],"variable":[]}},"response":[{"id":"209ba7c9-5f98-4089-84cb-eb4f61583f96","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/categories/?company_domain=figma.com","protocol":"https","host":["sacra","com"],"path":["api","v1","categories",""],"query":[{"key":"company_domain","value":"figma.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:47:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"176"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"categories\": [\n        {\n            \"id\": 31,\n            \"name\": \"design\",\n            \"slug\": \"design\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"b2b\",\n            \"slug\": \"b2b\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"online whiteboard\",\n            \"slug\": \"online-whiteboard\"\n        }\n    ]\n}"},{"id":"d4e1034d-8958-4a12-9a60-e29756da55d4","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/categories/?company_domain=https://figma.com","protocol":"https","host":["sacra","com"],"path":["api","v1","categories",""],"query":[{"key":"company_domain","value":"https://figma.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:54:27 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"37"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Ensure company_domain is a valid URL."},{"id":"67896395-117f-4cbd-a367-c0ca6309dac8","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","description":"Required. String. Domain Name only accepted (ex. example.com)","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/categories/?company_domain=www.figma.com","protocol":"https","host":["sacra","com"],"path":["api","v1","categories",""],"query":[{"key":"company_domain","value":"www.figma.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:52:46 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"43"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Categories for requested company not found."}],"_postman_id":"c1a1affb-a889-499c-897e-ff6d0a0d1203"}],"id":"65a5fd09-7785-43e1-94b3-b452730a03be","description":"<p>The <code>/categories</code> endpoint lets you fetch a specific company's related categories by it's web domain name (i.e. sacra.com).</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"abfd0b4f-a49b-4245-b39f-daf6c633c34f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a57f02cd-6ea6-4ba6-9260-4f89d73b316f"}}],"_postman_id":"65a5fd09-7785-43e1-94b3-b452730a03be"},{"name":"Embeds","item":[{"name":"Get document pdf embed","id":"40b4a1fd-93db-486b-91ab-1a1d56c8f4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/embed/document-pdfs/?document_slug={{DOCUMENT_SLUG}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","embed","document-pdfs",""],"host":["sacra","com"],"query":[{"description":{"content":"<p>Required. String.</p>\n","type":"text/plain"},"key":"document_slug","value":"{{DOCUMENT_SLUG}}"},{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"height","value":""},{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"width","value":""}],"variable":[]}},"response":[{"id":"6d016706-9f4f-4c1b-a488-b358b5824443","name":"Successful Response With Document PDF Embed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/embed/document-pdfs/?document_slug=openai&height=500&width=500","protocol":"https","host":["sacra","com"],"path":["api","v1","embed","document-pdfs",""],"query":[{"key":"document_slug","value":"openai","description":"Required. String."},{"key":"height","value":"500","description":"Optional. Int.","type":"text"},{"key":"width","value":"500","description":"Optional. Int.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c054bb4722b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"embed_html\": \"<iframe frameborder=\\\"0\\\" height=\\\"500\\\" src=\\\"https://sacra.com/embed/3056d651-fabe-43ef-81a9-d9c454975581/document/openai?height=500&amp;width=500\\\" title=\\\"Sacra Document PDF Embed\\\" width=\\\"500\\\">\\n</iframe>\\n\"\n    }\n}"},{"id":"03ee6692-372c-48b8-8ff9-97ff80dd6efe","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/embed/document-pdfs/?document_slug=meta","protocol":"https","host":["sacra","com"],"path":["api","v1","embed","document-pdfs",""],"query":[{"key":"document_slug","value":"meta","description":"Required. String."},{"key":"height","value":"","description":"Optional. Int.","type":"text","disabled":true},{"key":"width","value":"","description":"Optional. Int.","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:21:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871271&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=MttJYyOWeY50vku3qn40HCypixV4rpeTKQ%2FiAyFPLyQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871271&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=MttJYyOWeY50vku3qn40HCypixV4rpeTKQ%2FiAyFPLyQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c68689c922b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Document not found\"\n}"}],"_postman_id":"40b4a1fd-93db-486b-91ab-1a1d56c8f4a0"},{"name":"Get company data summary embed","id":"f944674a-ac3b-43fd-b29c-d4a8564f4cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/embed/company-data-summary/?company_domain={{COMPANY_DOMAIN}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","embed","company-data-summary",""],"host":["sacra","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"height","value":""},{"disabled":true,"description":{"content":"<p>Optional. Int.</p>\n","type":"text/plain"},"key":"width","value":""},{"disabled":true,"description":{"content":"<p>Required if not using company_domain. String.</p>\n","type":"text/plain"},"key":"company_slug","value":"{{COMPANY_SLUG}}"},{"description":{"content":"<p>Required if not using company_slug. String. Domain Name only accepted (i.e. \"sacra.com\"). </p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"}],"variable":[]}},"response":[{"id":"b45410e9-f396-4755-bb9a-fd2ffeb6c7dc","name":"Successful Response With Company Data Summary Embed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/embed/company-data-summary/?company_slug=stripe&height=500&width=500","protocol":"https","host":["sacra","com"],"path":["api","v1","embed","company-data-summary",""],"query":[{"key":"company_slug","value":"stripe"},{"key":"height","value":"500","description":"Optional. Int."},{"key":"width","value":"500","description":"Optional. Int."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c054bb4722b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"embed_html\": \"<iframe frameborder=\\\"0\\\" height=\\\"500\\\" src=\\\"https://sacra.com/embed/3aac54f3-45dc-472c-91c9-bf554f6f0ff9/company-data-summary/stripe/\\\" title=\\\"Sacra Company Data Summary Embed\\\" width=\\\"500\\\">\\n</iframe>\\n\"\n    }\n}"},{"id":"278d932d-4d94-46ab-b49b-5b2105a8cc78","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/embed/company-data-summary/?company_slug=alphabet","protocol":"https","host":["sacra","com"],"path":["api","v1","embed","company-data-summary",""],"query":[{"key":"height","value":"","description":"Optional. Int.","type":"text","disabled":true},{"key":"width","value":"","description":"Optional. Int.","type":"text","disabled":true},{"key":"company_slug","value":"alphabet"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:21:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871271&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=MttJYyOWeY50vku3qn40HCypixV4rpeTKQ%2FiAyFPLyQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871271&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=MttJYyOWeY50vku3qn40HCypixV4rpeTKQ%2FiAyFPLyQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c68689c922b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Company not found\"\n}"}],"_postman_id":"f944674a-ac3b-43fd-b29c-d4a8564f4cb5"},{"name":"Put chart embed","id":"ad490f04-bdc6-488e-b062-750e741c8584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token 1317869acdb883169deb6ddf1816dd8723bdf96d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data","value":"","description":"<p>An array of chart configs</p>\n","type":"text"}]},"url":"https://sacra.com/api/v1/embed/charts/","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","embed","charts",""],"host":["sacra","com"],"query":[],"variable":[]}},"response":[{"id":"dc628a7a-1b1f-46d2-9cb7-29e42cea187e","name":"Successful Response With Charts PDF Embed","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"data\":[{\"dataset_id\":\"62253858-c766-4734-811b-3a33c96aeed2\",\"view_type\":\"column\",\"color\":\"#4e62ee\"},{\"dataset_id\":\"289b965e-f2d3-48e3-85ae-872efa086bdd\",\"view_type\":\"line\",\"color\":\"#fbbc04\"}]}","options":{"raw":{"language":"json"}}},"url":"https://sacra.com/api/v1/embed/charts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c054bb4722b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"embed_html\": \"<iframe frameborder=\\\"0\\\" height=\\\"500\\\" src=\\\"https://sacra.com/embed/8253ce69-a1ab-4567-a39d-a53d5f3ae554/charts/d355e702-4ec5-4973-aeeb-80450ddb980d\\\" title=\\\"Sacra Chart Embed\\\" width=\\\"560\\\">\\n</iframe>\\n\"\n    }\n}"},{"id":"c8292ef2-e7ca-4b57-9b4d-4e81110aa78a","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"data\":[{\"dataset_id\":\"an-invalid-id-1\",\"view_type\":\"column\",\"color\":\"#4e62ee\"},{\"dataset_id\":\"an-invalid-id-2\",\"view_type\":\"line\",\"color\":\"#fbbc04\"}]}","options":{"raw":{"language":"json"}}},"url":"https://sacra.com/api/v1/embed/charts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c054bb4722b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"dataset_id is malformed\"\n}"},{"id":"7b2eec1e-afe1-481b-b4fd-114f868da3d8","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"data\":[{\"dataset_id\":\"b7fa45f1-f917-4f78-bd21-71e6dfd346d8\",\"view_type\":\"column\",\"color\":\"#4e62ee\"},{\"dataset_id\":\"3dc99a0d-e76c-46c9-ad88-e7ac4629c2d6\",\"view_type\":\"line\",\"color\":\"#fbbc04\"}]}","options":{"raw":{"language":"json"}}},"url":"https://sacra.com/api/v1/embed/charts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 15:16:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1722871017&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=Jml3kGLBwBKefFvKf8WZI76%2FDjDiWRJPyxCwd%2BVx2FE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ae7c054bb4722b7-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Dataset not found\"\n}"}],"_postman_id":"ad490f04-bdc6-488e-b062-750e741c8584"}],"id":"55638017-49b2-4e8b-93c3-ec4da52d72dc","description":"<p>The <code>/embed</code> endpoint lets you retrieve iframe embeds on Documents or Charts for use as custom HTML embedding on external websites. Currently only supported for <code>/embed/charts</code> and <code>/embed/document-pdfs/.</code></p>\n","_postman_id":"55638017-49b2-4e8b-93c3-ec4da52d72dc","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Funding Rounds (Legacy)","item":[{"name":"Get funding rounds","id":"e0eea3b6-477d-40e6-a6ad-9c6e922d1b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":"https://sacra.com/api/v1/funding-rounds/?company_domain={{COMPANY_DOMAIN}}","description":"<p>Retrieves a specific company's funding rounds if they exist from the Sacra database.</p>\n<p>Each item in the <strong>funding_rounds</strong> array contains details on the <strong>round_name</strong>, individual <strong>share_details</strong> and <strong>citations</strong> which link to Certificate of Incorporation/Restated Certificate of Incorporation plain copies.</p>\n<p>Each item in the <strong>share_details</strong> array contains details on the <strong>issue_price</strong> which is a 4 decimal point float, <strong>name, issued_at</strong> which is the date the share was officially issued (currently it defaults to the end of the month) and <strong>updated_at</strong> which is the last date the item was updated on our system. Use <strong>updated_at</strong> when trying to track changes or updates.</p>\n<p>We aim to include the following updates to our roadmap:</p>\n<p>1. More COIs attached to funding rounds</p>\n<p>2. Exact <strong>issue_price</strong> up to 4 decimal points</p>\n<p>3. Exact <strong>issue_date</strong> mapped to the COI dates versus currently defaulting to the last day of the month</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f6a00f58-61fa-4cba-981c-cc38c8091e88","id":"f6a00f58-61fa-4cba-981c-cc38c8091e88","name":"Funding Rounds (Legacy)","type":"folder"}},"urlObject":{"protocol":"https","path":["api","v1","funding-rounds",""],"host":["sacra","com"],"query":[{"description":{"content":"<p>Required. String. Domain Name only accepted (i.e. \"sacra.com\")</p>\n","type":"text/plain"},"key":"company_domain","value":"{{COMPANY_DOMAIN}}"},{"disabled":true,"description":{"content":"<p>Required if company_domain not given. Int.</p>\n","type":"text/plain"},"key":"company_id","value":"{{COMPANY_ID}}"}],"variable":[]}},"response":[{"id":"244494ff-2088-49a8-ad7b-b9fd008b6b84","name":"Successful Response With Datasets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/funding-rounds/?company_domain=anduril.com","protocol":"https","host":["sacra","com"],"path":["api","v1","funding-rounds",""],"query":[{"key":"company_domain","value":"anduril.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 260,\n    \"name\": \"Anduril\",\n    \"domain\": \"anduril.com\",\n    \"funding_rounds\": [\n        {\n            \"round_name\": \"Series F\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series F\",\n                    \"issue_price\": \"21.7400\",\n                    \"issued_at\": \"2024-06-30\",\n                    \"updated_at\": \"2024-10-15T00:30:55.580937Z\"\n                },\n                {\n                    \"name\": \"Series F-1\",\n                    \"issue_price\": \"17.3900\",\n                    \"issued_at\": \"2024-06-30\",\n                    \"updated_at\": \"2024-10-15T00:31:02.327984Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Series E\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series E\",\n                    \"issue_price\": \"16.5200\",\n                    \"issued_at\": \"2022-12-31\",\n                    \"updated_at\": \"2024-10-15T00:30:57.874577Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Series D\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series D\",\n                    \"issue_price\": \"12.2900\",\n                    \"issued_at\": \"2021-06-30\",\n                    \"updated_at\": \"2024-10-15T00:31:01.037549Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Series C\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series C\",\n                    \"issue_price\": \"5.9300\",\n                    \"issued_at\": \"2020-07-31\",\n                    \"updated_at\": \"2024-10-15T00:31:05.818406Z\"\n                },\n                {\n                    \"name\": \"Series C-1\",\n                    \"issue_price\": \"4.7400\",\n                    \"issued_at\": \"2020-07-31\",\n                    \"updated_at\": \"2024-10-15T00:31:04.280160Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Series B\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series B\",\n                    \"issue_price\": \"3.6100\",\n                    \"issued_at\": \"2019-09-30\",\n                    \"updated_at\": \"2024-10-15T00:30:56.435434Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Series A\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series A\",\n                    \"issue_price\": \"1.1700\",\n                    \"issued_at\": \"2018-05-31\",\n                    \"updated_at\": \"2024-10-15T00:31:01.246749Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        },\n        {\n            \"round_name\": \"Seed\",\n            \"share_details\": [\n                {\n                    \"name\": \"Series Seed\",\n                    \"issue_price\": \"0.5500\",\n                    \"issued_at\": \"2017-07-31\",\n                    \"updated_at\": \"2024-10-15T00:31:03.504773Z\"\n                }\n            ],\n            \"citations\": [\n                {\n                    \"type\": \"certificate-of-incorporation\",\n                    \"url\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf\",\n                    \"updated_at\": \"2024-10-15T00:31:26.448Z\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"55cda885-3de1-4bde-9a1f-760e8869c0e3","name":"Successful Response Without Funding Rounds","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/funding-rounds?company_domain=contentful.com","protocol":"https","host":["sacra","com"],"path":["api","v1","funding-rounds"],"query":[{"key":"company_domain","value":"contentful.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2805"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 416,\n    \"name\": \"Contentful\",\n    \"domain\": \"contentful.com\",\n    \"funding_rounds\": []\n}"},{"id":"9c317a1c-4b33-4ef1-ad26-8f5a3fbf2353","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/funding-rounds/?company_domain=contentful","protocol":"https","host":["sacra","com"],"path":["api","v1","funding-rounds",""],"query":[{"key":"company_domain","value":"contentful","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:05:52 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"44"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"company_domain attribute is not a valid URL."},{"id":"ef58427f-e99b-4b9e-ba4e-8e93aa6e844f","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{API_KEY}}","type":"text"}],"url":{"raw":"https://sacra.com/api/v1/funding-rounds/?company_domain=johncena.com","protocol":"https","host":["sacra","com"],"path":["api","v1","funding-rounds",""],"query":[{"key":"company_domain","value":"johncena.com","description":"Required. String. Domain Name only accepted (i.e. \"sacra.com\")"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Thu, 24 Aug 2023 17:09:03 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Company not found."}],"_postman_id":"e0eea3b6-477d-40e6-a6ad-9c6e922d1b2c"}],"id":"f6a00f58-61fa-4cba-981c-cc38c8091e88","description":"<p>The legacy <code>/funding-rounds</code> endpoint let you fetch a list of funding rounds for a specific company by it's web domain name (i.e. sacra.com) or id.</p>\n<p>We recommend using the Events API over this endpoint.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9bf2d4a2-6431-4109-ba0a-a221c2f0bdbf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f53bd480-cda1-4e77-908e-0901e54d3741"}}],"_postman_id":"f6a00f58-61fa-4cba-981c-cc38c8091e88"},{"name":"Model Context Protocol (MCP)","item":[],"id":"12f6e98f-ba5a-4921-94e8-c7893bafb792","description":"<p>Sacra exposes parts of the Sacra API as an MCP server so that AI agents<br />(ChatGPT, Claude, or your own backend agents) can call Sacra tools<br />directly inside a conversation.</p>\n<p>There are <strong>two ways to use MCP with Sacra</strong>:</p>\n<ol>\n<li><p><strong>MCP Client / MCP Host</strong> --- Connect Sacra MCP inside ChatGPT or Claude using<br /> OAuth.</p>\n</li>\n<li><p><strong>Server-side</strong> --- Connect to Sacra's MCP server from your own<br /> backend using a Stytch M2M token + OpenAI Agents SDK or another Agent SDK.</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"1-using-sacra-mcp-in-claude--chatgpt\">1. Using Sacra MCP in Claude &amp; ChatGPT</h2>\n<h3 id=\"claude-mcp\">Claude MCP</h3>\n<ol>\n<li><p><strong>Open Connectors in Claude settings:</strong> Go to Settings and then Connectors and click “Add custom connector”.</p>\n</li>\n<li><p><strong>Configure the connection:</strong> Enter the following information, click “Add”, login to Sacra and review &amp; accept the permissions.</p>\n<ul>\n<li><p>Name: Sacra Private Markets Research</p>\n</li>\n<li><p>Remote MCP Server URL: <code>https://mcp.sacra.com/mcp</code></p>\n</li>\n</ul>\n</li>\n<li><p>Sacra MCP Server URL</p>\n</li>\n<li><p><strong>Start using the Sacra connector:</strong> Ask Claude questions about growth &amp; pre-IPO companies, and instruct Claude with “Use the Sacra MCP”.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"chatgpt-mcp\">ChatGPT MCP</h3>\n<ol>\n<li><p><strong>Turn on Developer Mode:</strong> Go to <a href=\"https://chatgpt.com/#settings/Connectors/Advanced\">Advanced settings</a> in Apps settings and enable Developer Mode. Sacra only reads data and never modifies or deletes your data.</p>\n</li>\n<li><p><strong>Create the Sacra app:</strong> Click \"Create app\" in that same Advanced settings modal (or from <a href=\"https://chatgpt.com/#settings/Connectors\">Apps settings</a>) and use:</p>\n<ul>\n<li><p>Icon (Optional): Feel free to upload the <a href=\"https://sacra.com/static/img/sacra-logo-head.png\">Sacra logo</a></p>\n</li>\n<li><p>Name: Sacra</p>\n</li>\n<li><p>Description: Private company data &amp; research on growth &amp; pre-IPO startups</p>\n</li>\n<li><p>MCP Server URL: <code>https://mcp.sacra.com/openai/mcp</code></p>\n</li>\n<li><p>Authentication: OAuth</p>\n</li>\n<li><p>OAuth Client ID: Leave blank</p>\n</li>\n<li><p>OAuth Client Secret: Leave blank</p>\n</li>\n<li><p>I understand and want to continue: ✅</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Sign in and allow access:</strong> Continue to the Sacra sign-in screen, then click \"Allow\".</p>\n</li>\n<li><p><strong>Use Sacra in chat:</strong> Say \"Use Sacra\" when you want Sacra data. ChatGPT will request tool permissions; approve and continue.</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"2-server-side-mcp-integration\">2. Server-side MCP Integration</h2>\n<p>Sacra MCP can be used server-side with a normal Sacra API key.</p>\n<p>This is the recommended setup if you want to build a user-facing feature like a company brief generator, research copilot, or chat experience powered by Sacra tools.</p>\n<p>This example uses the OpenAI Agents SDK with Sacra's MCP server over Streamable HTTP.</p>\n<h3 id=\"high-level-flow\">High-level flow</h3>\n<ol>\n<li><p>Create a Sacra API key in your <a href=\"https://sacra.com/orgs/settings/general/\">Organization Settings</a>.</p>\n</li>\n<li><p>Store it as <code>SACRA_API_TOKEN</code> in your server environment.</p>\n</li>\n<li><p>Connect to <code>https://mcp.sacra.com/mcp</code>.</p>\n</li>\n<li><p>Pass the API key in the <code>Authorization</code> header as <code>Token YOUR_API_KEY</code>.</p>\n</li>\n<li><p>Run an agent that uses Sacra MCP tools to generate a company brief.</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"21-demo-prerequisites\">2.1 Demo Prerequisites</h2>\n<ul>\n<li><p>Sacra account with API access</p>\n</li>\n<li><p>Sacra API key</p>\n</li>\n<li><p>OpenAI API key</p>\n</li>\n<li><p>TypeScript / Node environment</p>\n</li>\n</ul>\n<p>Install dependencies:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">npm install @openai/agents\n\n</code></pre>\n<hr />\n<h2 id=\"22-environment-variables\">2.2 Environment Variables</h2>\n<p>Configure the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">SACRA_API_TOKEN=...\nOPENAI_API_KEY=...\n\n</code></pre>\n<p>Do not commit API keys to source control.</p>\n<hr />\n<h2 id=\"23-migration-note-for-existing-m2m-users\">2.3 Migration Note for Existing M2M Users</h2>\n<p>If you previously used the legacy M2M flow, migrate to API key auth.</p>\n<ul>\n<li><p>Remove the Stytch token exchange step.</p>\n</li>\n<li><p>Stop sending <code>Authorization: Bearer ...</code>.</p>\n</li>\n<li><p>Use a Sacra API key from your <a href=\"https://sacra.com/orgs/settings/general/\">Organization Settings</a>.</p>\n</li>\n<li><p>Send it as <code>Authorization: Token YOUR_API_KEY</code>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"24-example-build-a-company-brief-generator\">2.4 Example: Build a Company Brief Generator</h2>\n<p>This example asks an agent to generate a concise investor-style company brief for <code>openai.com</code> using Sacra MCP tools.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ts\">import { Agent, MCPServerStreamableHttp, run } from \"@openai/agents\";\nexport async function generateCompanyBrief(domain: string = \"openai.com\") {\n  const {\n    OPENAI_API_KEY,\n    SACRA_API_TOKEN,\n  } = process.env;\n  if (!OPENAI_API_KEY) {\n    throw new Error(\"Missing OPENAI_API_KEY\");\n  }\n  if (!SACRA_API_TOKEN) {\n    throw new Error(\"Missing SACRA_API_TOKEN\");\n  }\n  const mcpServer = new MCPServerStreamableHttp({\n    name: \"sacra_research_tools\",\n    url: \"https://mcp.sacra.com/mcp\",\n    requestInit: {\n      headers: {\n        Authorization: `Token ${SACRA_API_TOKEN}`,\n      },\n    },\n  });\n  const agent = new Agent({\n    name: \"CompanyBriefAgent\",\n    model: \"gpt-5-mini\",\n    instructions: `\n      You are a Company Brief Agent. Your goal is to create a concise investor-style company brief using Sacra MCP tools.\n      First, use get_company_profile with the provided company_domain.\n      Then use get_funding_rounds_for_company.\n      Then use get_news_for_company for recent developments.\n      If the company profile includes documents and one looks useful, you may use get_document_content to pull extra context from one relevant Sacra document.\n      Format your response as follows:\n      # [Company Name]\n      **Overview:** [2-4 sentences on what the company does and why it matters]\n      **Founding and key people:**\n      - [founding year and key people]\n      **Funding history:**\n      - [important funding rounds, investors, valuations if available]\n      **Recent developments:**\n      - [important recent news items from Sacra]\n      **Why it matters:**\n      - [short investor-style takeaway]\n      Keep the output concise, factual, and grounded in the Sacra tool results.\n    `,\n    mcpServers: [mcpServer],\n  });\n  try {\n    await mcpServer.connect();\n    const result = await run(\n      agent,\n      `Create a concise investor-style company brief for ${domain}. Include the business overview, founding and key people, funding history, recent developments, and why the company matters.`,\n    );\n    return result.finalOutput;\n  } finally {\n    await mcpServer.close().catch(() =&gt; {});\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"25-what-this-example-does\">2.5 What This Example Does</h2>\n<ul>\n<li><p>Connects directly to Sacra MCP at <code>https://mcp.sacra.com/mcp</code></p>\n</li>\n<li><p>Authenticates with <code>Authorization: Token YOUR_API_KEY</code></p>\n</li>\n<li><p>Uses Sacra MCP tools to gather company profile, funding, and recent news</p>\n</li>\n<li><p>Returns a concise company brief that can power a user-facing feature</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"3-security-notes\">3. Security Notes</h2>\n<ul>\n<li><p>Store <code>SACRA_API_TOKEN</code> in a secure secret manager or server environment</p>\n</li>\n<li><p>Never expose your API key in client-side code</p>\n</li>\n<li><p>Rotate API keys from your Sacra organization settings if needed</p>\n</li>\n</ul>\n","_postman_id":"12f6e98f-ba5a-4921-94e8-c7893bafb792","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Data Dictionary","item":[],"id":"ae083b38-4682-402b-bda3-19238cc7c5d4","description":"<h2 id=\"revenue-data\">Revenue Data</h2>\n<h3 id=\"datasettypes\"><strong>DatasetTypes</strong></h3>\n<p>We currently have 3 revenue types on <code>Dataset.data_type</code>: <strong>Revenue</strong>, <strong>Recurring Revenue</strong>, and <strong>Run Rate Revenue</strong>.</p>\n<h3 id=\"datapointperiod\"><strong>DatapointPeriod</strong></h3>\n<p>Currently we imply <strong>year-end</strong> and <strong>year-to-date</strong>.</p>\n<p>To distinguish between <strong>year-end</strong> and <strong>year-to-date</strong> historical revenue datapoints, we standardize the date associated with a revenue datapoint to the last day of the year (for year-end) and the last day of the month (for year-to-date).</p>\n<p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"x\": \"2019-12-31T00:00:00.000Z\",\n  \"y\": 170000000,\n  \"type\": \"historical\"\n}\n\n</code></pre>\n<p>represents a <strong>year-end</strong> value for 2019.</p>\n<p>While:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"x\": \"2024-04-30T00:00:00.000Z\",\n  \"y\": 39600000,\n  \"type\": \"historical\"\n}\n\n</code></pre>\n<p>represents a <strong>year-to-date</strong> value for April 2024.</p>\n<h3 id=\"datasettypes--datapointperiods\"><strong>DatasetTypes + DatapointPeriods</strong></h3>\n<ul>\n<li><p><strong>Revenue</strong> is trailing revenue that reflects either the total amount generated for the year (year-end) or the total amount generated through the month since the start of the year (year-to-date).</p>\n<ol>\n<li><p>In the case of year-to-date, it does not represent a fixed 12-month period but rather the amount from January 1 of the given year.</p>\n</li>\n<li><p>Example: If we have a YTD revenue value for 6/2025, it reflects the actual revenue earned from 1/2025 → 6/2025. If the revenue value is 12/2025, it reflects the revenue earned for 1/2025 -&gt; 12/2025</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Revenue Run Rate</strong> is forward-looking annualized revenue as of the given date whether year-end or year-to-date.</p>\n<ol>\n<li><p>It implies a 12-month forward view starting from the date shown, roughly reducing to the last month times 12.</p>\n</li>\n<li><p>Example: A run rate for 6/2025 implies the revenue for June 2025 multiplied by 12.</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Recurring Revenue (ARR)</strong> is also forward-looking annualized revenue, but specific to subscription or predominantly subscription businesses with recurring contracts.</p>\n</li>\n</ul>\n","_postman_id":"ae083b38-4682-402b-bda3-19238cc7c5d4","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Version Changelogs","item":[{"name":"Events v0 (MVP) -> v1","item":[],"id":"e150a2e3-5b7d-40f1-b0bd-2da141c04525","description":"<h1 id=\"migration-guide--changelog\">Migration Guide &amp; Changelog</h1>\n<h2 id=\"executive-summary\">Executive Summary</h2>\n<p>The Events API is introducing a final v1 schema to improve data accuracy, consistency, and clarity. This document outlines all changes between the legacy v0 MVP schema and the new v1 schema.</p>\n<p><strong>Important</strong>: v1 will become the default on November 19.</p>\n<h3 id=\"whats-changing\">What's Changing</h3>\n<ul>\n<li><p><strong>Event type format</strong>: kebab-case → snake_case (<code>funding-round</code> → <code>funding_round</code>)</p>\n</li>\n<li><p><strong>Status terminology</strong>: <code>planned</code> → <code>announced</code> for clarity</p>\n</li>\n<li><p><strong>Round type accuracy</strong>: Generic <code>equity</code> type split into specific <code>growth</code> and <code>crowdfunding</code> types</p>\n</li>\n<li><p><strong>Model separation</strong>: <code>CorporateAction</code> now distinct from <code>CompanyMilestone</code></p>\n</li>\n<li><p><strong>New fields</strong>: <code>event_name</code> and <code>event_status</code> at envelope level, <code>closing_date</code> for SecondaryTransactions, <code>is_extension</code> for FundingRounds</p>\n</li>\n</ul>\n<h3 id=\"migration-timeline\">Migration Timeline</h3>\n<ul>\n<li><p><strong>Current Status</strong>: v1 is opt-in via <code>?version=v1</code> query parameter</p>\n</li>\n<li><p><strong>Default</strong>: v0 schema (for backward compatibility)</p>\n</li>\n<li><p><strong>Migration Period</strong>: v1 default will be in effect November 19</p>\n</li>\n<li><p><strong>Future</strong>: v1 will become default (v0 will be deprecated but you can still query for v0)</p>\n</li>\n</ul>\n<h3 id=\"impact-assessment\">Impact Assessment</h3>\n<p><strong>Breaking Changes</strong>: Yes - Response format changes require client code updates<br /><strong>Backward Compatibility</strong>: v0 remains default during migration period<br /><strong>Action Required</strong>: Test with <code>?version=v1</code>, update client code, migrate before deadline</p>\n<hr />\n<h2 id=\"breaking-changes\">Breaking Changes</h2>\n<h3 id=\"1-event-type-format-change\">1. Event Type Format Change</h3>\n<p>Event types have changed from kebab-case to snake_case for consistency with industry standards.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Entity</th>\n<th>v0 (Legacy)</th>\n<th>v1 (2025)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FundingRound</td>\n<td><code>funding-round</code></td>\n<td><code>funding_round</code></td>\n</tr>\n<tr>\n<td>SecondaryTransaction</td>\n<td><code>secondary-transaction</code></td>\n<td><code>secondary_transaction</code></td>\n</tr>\n<tr>\n<td>CorporateAction</td>\n<td><code>company-milestone</code></td>\n<td><code>corporate_action</code></td>\n</tr>\n<tr>\n<td>CompanyMilestone</td>\n<td><code>company-milestone</code></td>\n<td><code>company_milestone</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Impact</strong>: Code that checks <code>event_type</code> must be updated.</p>\n<p><strong>Migration</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\"># v0 - OLD CODE\nif event['event_type'] == 'funding-round':\n    process_funding_round(event)\n# v1 - NEW CODE\nif event['event_type'] == 'funding_round':\n    process_funding_round(event)\n\n</code></pre>\n<p><strong>Note</strong>: In v0, <code>CorporateAction</code> and <code>CompanyMilestone</code> was returned as <code>company-milestone</code>. In v1, they are distinct types.</p>\n<hr />\n<h3 id=\"2-status-field-terminology\">2. Status Field Terminology</h3>\n<p>The status terminology has changed from <code>planned</code> to <code>announced</code> for better clarity about event lifecycle.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Meaning</th>\n<th>v0 (Legacy)</th>\n<th>v1 (2025)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Announced but not completed</td>\n<td><code>planned</code></td>\n<td><code>announced</code></td>\n</tr>\n<tr>\n<td>Completed/finalized</td>\n<td><code>closed</code></td>\n<td><code>closed</code></td>\n</tr>\n<tr>\n<td>Cancelled/abandoned</td>\n<td><code>cancelled</code></td>\n<td><code>cancelled</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Impact</strong>: Status checks must be updated to use new terminology.</p>\n<p><strong>Migration</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\"># v0 - OLD CODE\nif event['data']['status'] == 'planned':\n    mark_as_upcoming(event)\n# v1 - NEW CODE\nif event['data']['status'] == 'announced':\n    mark_as_upcoming(event)\n\n</code></pre>\n<hr />\n<h3 id=\"3-round-type-accuracy\">3. Round Type Accuracy</h3>\n<p>v1 exposes accurate round types instead of generic mappings. The generic <code>equity</code> type has been split into specific types.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Actual Round Type</th>\n<th>v0 (Legacy)</th>\n<th>v1 (2025)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Growth round</td>\n<td><code>equity</code></td>\n<td><code>growth</code></td>\n</tr>\n<tr>\n<td>Crowdfunding</td>\n<td><code>equity</code></td>\n<td><code>crowdfunding</code></td>\n</tr>\n<tr>\n<td>Strategic</td>\n<td><code>strategic</code></td>\n<td><code>strategic</code></td>\n</tr>\n<tr>\n<td>Seed</td>\n<td><code>seed</code></td>\n<td><code>seed</code></td>\n</tr>\n<tr>\n<td>Series A-N</td>\n<td><code>series_a</code>-<code>series_n</code></td>\n<td><code>series_a</code>-<code>series_n</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Impact</strong>: Generic <code>equity</code> type no longer exists in v1. Clients filtering or processing by round type must update logic.</p>\n<p><strong>Migration</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\"># v0 - OLD CODE\nif event['data']['round_type'] == 'equity':\n    # Could be growth OR crowdfunding - ambiguous!\n    process_equity_round(event)\n# v1 - NEW CODE\nif event['data']['round_type'] in ['growth', 'crowdfunding']:\n    # Now you know exactly which type\n    if event['data']['round_type'] == 'growth':\n        process_growth_round(event)\n    elif event['data']['round_type'] == 'crowdfunding':\n        process_crowdfunding_round(event)\n\n</code></pre>\n<hr />\n<h3 id=\"4-corporateaction-vs-companymilestone-separation\">4. CorporateAction vs CompanyMilestone Separation</h3>\n<p>v1 introduces a distinct <code>CorporateAction</code> entity type, separating capital structure changes from general company milestones.</p>\n<p><strong>v0 Schema</strong>: Both corporate actions (stock splits, recaps) and company milestones (IPOs, incorporations) returned as <code>company-milestone</code></p>\n<p><strong>v1 Schema</strong>: Distinct types</p>\n<ul>\n<li><p><code>corporate_action</code>: Stock splits, reverse splits, recapitalizations</p>\n</li>\n<li><p><code>company_milestone</code>: IPOs, incorporations, delistings</p>\n</li>\n</ul>\n<p><strong>Impact</strong>: Filtering by <code>types=company-milestone</code> in v0 returned both. In v1, you must specify which type you want.</p>\n<p><strong>Migration</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\"># v0 - OLD QUERY (gets both corporate actions and milestones)\nGET /api/v1/events/?types=company-milestone\n# v1 - NEW QUERIES (must specify which you want)\nGET /api/v1/events/?version=v1&amp;types=corporate_action  # Only stock splits, recaps\nGET /api/v1/events/?version=v1&amp;types=company_milestone  # Only IPOs, incorporations\nGET /api/v1/events/?version=v1&amp;types=corporate_action,company_milestone  # Both\n\n</code></pre>\n<hr />\n<h3 id=\"5-new-field-event_status-at-envelope-level\">5. New Field: <code>event_status</code> at Envelope Level</h3>\n<p>v1 adds <code>event_status</code> at the event envelope level (in addition to <code>data.status</code>) for easier filtering without parsing nested data.</p>\n<p><strong>v0 Schema</strong>: Status only in <code>data.status</code></p>\n<p><strong>v1 Schema</strong>: Status in both <code>event_status</code> (envelope) and <code>data.status</code></p>\n<p><strong>Example</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// v0 - No event_status at top level\n{\n  \"event_id\": \"fr_abc123\",\n  \"event_type\": \"funding-round\",\n  \"event_date\": \"2024-10-02\",\n  \"data\": {\n    \"status\": \"closed\"\n  }\n}\n// v1 - event_status at envelope level\n{\n  \"event_id\": \"fr_abc123\",\n  \"event_type\": \"funding_round\",\n  \"event_date\": \"2024-10-02\",\n  \"event_status\": \"closed\",  // ← NEW: Available at envelope level\n  \"data\": {\n    \"status\": \"closed\"\n  }\n}\n\n</code></pre>\n<p><strong>Benefits</strong>: Easier filtering and sorting by status without parsing nested data.</p>\n<hr />\n<h3 id=\"6-new-field-closing_date-for-secondarytransactions\">6. New Field: <code>closing_date</code> for SecondaryTransactions</h3>\n<p>v1 adds the <code>closing_date</code> field to SecondaryTransaction events to distinguish between announcement and completion dates.</p>\n<p><strong>v0 Schema</strong>: Only <code>announced_date</code> available</p>\n<p><strong>v1 Schema</strong>: Both <code>announced_date</code> and <code>closing_date</code> available</p>\n<p><strong>Smart Inference</strong>: If <code>event_status: \"closed\"</code> but <code>closing_date</code> is null, the API automatically sets <code>closing_date = announced_date</code> in the response (indicating \"we know it closed, but only have one date\").</p>\n<p><strong>Example</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// v0 - No closing_date field\n{\n  \"event_type\": \"secondary-transaction\",\n  \"data\": {\n    \"announced_date\": \"2024-08-15\",\n    \"status\": \"closed\"\n    // No way to know when it actually closed\n  }\n}\n// v1 - closing_date available\n{\n  \"event_type\": \"secondary_transaction\",\n  \"event_status\": \"closed\",\n  \"data\": {\n    \"announced_date\": \"2024-08-15\",\n    \"closing_date\": \"2024-09-29\",  // ← NEW: Actual closing date\n    \"status\": \"closed\"\n  }\n}\n// v1 - closing_date inferred (when only one date known)\n{\n  \"event_type\": \"secondary_transaction\",\n  \"event_status\": \"closed\",\n  \"data\": {\n    \"announced_date\": \"2024-11-27\",\n    \"closing_date\": \"2024-11-27\",  // ← Inferred at API layer\n    \"status\": \"closed\"\n  }\n}\n\n</code></pre>\n<p><strong>Impact</strong>: SecondaryTransaction processing can now distinguish announcement vs completion dates.</p>\n<hr />\n<h3 id=\"7-new-field-event_name-at-envelope-level\">7. New Field: <code>event_name</code> at Envelope Level</h3>\n<p>v1 adds <code>event_name</code> to the event envelope for easier timeline/visualization rendering without parsing nested data.</p>\n<p><strong>v0 Schema</strong>: No <code>event_name</code> at envelope level (only in <code>data.name</code> or <code>data.label</code>)</p>\n<p><strong>v1 Schema</strong>: <code>event_name</code> extracted to envelope level</p>\n<p><strong>Benefits</strong>:</p>\n<ul>\n<li><p><strong>Timeline visualization</strong>: Access date + name directly from envelope</p>\n</li>\n<li><p><strong>Performance</strong>: Display event lists without parsing nested <code>data</code> object</p>\n</li>\n<li><p><strong>Consistency</strong>: All models use consistent <code>event_name</code> field (handles <code>name</code> vs <code>label</code> differences)</p>\n</li>\n</ul>\n<p><strong>Example</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// v0 - Name buried in nested data\n{\n  \"event_id\": \"fr_abc123\",\n  \"event_type\": \"funding-round\",\n  \"event_date\": \"2024-10-02\",\n  \"data\": {\n    \"name\": \"Series A 2024\"  // ← Nested\n  }\n}\n// v1 - Name at envelope level\n{\n  \"event_id\": \"fr_abc123\",\n  \"event_type\": \"funding_round\",\n  \"event_name\": \"Series A 2024\",  // ← NEW: Direct access\n  \"event_date\": \"2024-10-02\",\n  \"data\": {\n    \"name\": \"Series A 2024\"  // Still in data too\n  }\n}\n\n</code></pre>\n<p><strong>Use Case - Timeline Visualization</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">// v1 - Clean timeline rendering with just envelope data\nevents.map(e =&gt; ({\n  date: e.event_date,\n  name: e.event_name,  // ← Direct access\n  type: e.event_type\n}))\n// v0 - Requires parsing nested data\nevents.map(e =&gt; ({\n  date: e.event_date,\n  name: e.data.name || e.data.label,  // ← Different fields per type\n  type: e.event_type\n}))\n\n</code></pre>\n<hr />\n<h3 id=\"8-new-field-is_extension-for-fundingrounds\">8. New Field: <code>is_extension</code> for FundingRounds</h3>\n<p>v1 adds the <code>is_extension</code> boolean field to identify funding rounds that extend or follow on from a previous round.</p>\n<p><strong>v0 Schema</strong>: No <code>is_extension</code> field</p>\n<p><strong>v1 Schema</strong>: <code>is_extension</code> boolean field in funding round data</p>\n<p><strong>Use Cases</strong>:</p>\n<ul>\n<li><p>Identify multiple closes of the same series</p>\n</li>\n<li><p>Calculate total capital by series (base + extensions)</p>\n</li>\n<li><p>Detect reclassified growth rounds</p>\n</li>\n</ul>\n<p><strong>Example</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// v0 - No way to distinguish base vs extension rounds\n{\n  \"event_type\": \"funding-round\",\n  \"data\": {\n    \"round_type\": \"series_e\",\n    \"amount_raised\": \"500000000.00\"\n    // No indication this is an extension\n  }\n}\n// v1 - is_extension field identifies extensions\n{\n  \"event_type\": \"funding_round\",\n  \"data\": {\n    \"round_type\": \"series_e\",\n    \"amount_raised\": \"500000000.00\",\n    \"is_extension\": true  // ← NEW: Marks extension rounds\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"side-by-side-field-comparison\">Side-by-Side Field Comparison</h2>\n<h3 id=\"event-envelope-fields\">Event Envelope Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>v0</th>\n<th>v1</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event_id</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>event_type</code></td>\n<td>✅ kebab-case</td>\n<td>✅ snake_case</td>\n<td>Format changed</td>\n</tr>\n<tr>\n<td><code>event_subtype</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>May differ for round types</td>\n</tr>\n<tr>\n<td><code>event_name</code></td>\n<td>❌</td>\n<td>✅</td>\n<td><strong>NEW</strong> in v1 - for visualization</td>\n</tr>\n<tr>\n<td><code>event_date</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>event_status</code></td>\n<td>❌</td>\n<td>✅</td>\n<td><strong>NEW</strong> in v1</td>\n</tr>\n<tr>\n<td><code>event_last_updated_at</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Structure varies by type</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"fundinground-data-fields\">FundingRound Data Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>v0</th>\n<th>v1</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>round_type</code></td>\n<td>✅ <code>equity</code> (generic)</td>\n<td>✅ <code>growth</code>/<code>crowdfunding</code> (specific)</td>\n<td>More accurate in v1</td>\n</tr>\n<tr>\n<td><code>amount_raised</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>valuation</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>announced_date</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>equities</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>✅ <code>planned</code></td>\n<td>✅ <code>announced</code></td>\n<td>Terminology changed</td>\n</tr>\n<tr>\n<td><code>is_extension</code></td>\n<td>❌</td>\n<td>✅</td>\n<td><strong>NEW</strong> in v1</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>updated_at</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"secondarytransaction-data-fields\">SecondaryTransaction Data Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>v0</th>\n<th>v1</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>transaction_type</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>transaction_amount</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>valuation</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>price_per_share</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>announced_date</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>closing_date</code></td>\n<td>❌</td>\n<td>✅</td>\n<td><strong>NEW</strong> in v1</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>✅ <code>planned</code></td>\n<td>✅ <code>announced</code></td>\n<td>Terminology changed</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>updated_at</code></td>\n<td>✅</td>\n<td>✅</td>\n<td>Unchanged</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"corporateaction-v1-vs-companymilestone-v0\">CorporateAction (v1) vs CompanyMilestone (v0)</h3>\n<p>In v0, corporate actions were returned as <code>company-milestone</code> with a simplified schema. In v1, they have their own distinct type and richer schema.</p>\n<p><strong>v0 Schema</strong> (as company-milestone):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_type\": \"company-milestone\",\n  \"event_subtype\": \"stock_split\",\n  \"data\": {\n    \"id\": \"...\",\n    \"type\": \"stock_split\",\n    \"date\": \"2019-03-01\",\n    \"label\": \"Stock Split\",\n    \"description\": \"2-for-1 stock split\",\n    \"data\": {\"split_ratio\": \"2:1\"}\n  }\n}\n\n</code></pre>\n<p><strong>v1 Schema</strong> (as corporate_action):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_type\": \"corporate_action\",\n  \"event_subtype\": \"stock_split\",\n  \"event_status\": \"closed\",\n  \"data\": {\n    \"id\": \"...\",\n    \"name\": \"2-for-1 Stock Split\",\n    \"type\": \"stock_split\",\n    \"announced_date\": \"2019-02-15\",\n    \"effective_date\": \"2019-03-01\",\n    \"description\": \"2-for-1 stock split\",\n    \"data\": {\"split_ratio\": \"2:1\"},\n    \"status\": \"closed\"\n  }\n}\n\n</code></pre>\n<p><strong>Key Differences</strong>:</p>\n<ol>\n<li><p><code>event_type</code> changed from <code>company-milestone</code> to <code>corporate_action</code></p>\n</li>\n<li><p>New <code>announced_date</code> field (separate from <code>effective_date</code>)</p>\n</li>\n<li><p>New <code>event_status</code> at envelope level</p>\n</li>\n<li><p><code>name</code> field replaces simplified <code>label</code></p>\n</li>\n<li><p><code>status</code> field added to data</p>\n</li>\n</ol>\n<hr />\n<h2 id=\"complete-migration-example\">Complete Migration Example</h2>\n<h3 id=\"v0-response-legacy\">v0 Response (Legacy)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"events\": [\n        {\n            \"event_id\": \"fr_7d94ae1b-b989-4345-af37-19a78068c5eb\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_e\",\n            \"event_date\": \"2025-07-30\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:35.316863+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"7d94ae1b-b989-4345-af37-19a78068c5eb\",\n                \"updated_at\": \"2025-10-27T13:38:35.316863+00:00\",\n                \"name\": \"Series E (2025) Extension\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"500000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"22500000000.00\",\n                \"announced_date\": \"2025-07-30\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"65.0000000\",\n                        \"issued_at\": \"2025-07-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.038010+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_ca9560a0-8793-493c-8ced-64be4a290161\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_e\",\n            \"event_date\": \"2025-06-17\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:18.330534+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"ca9560a0-8793-493c-8ced-64be4a290161\",\n                \"updated_at\": \"2025-10-24T01:12:18.330534+00:00\",\n                \"name\": \"Series E (2025)\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"200000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"16000000000.00\",\n                \"announced_date\": \"2025-06-17\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"47.5000000\",\n                        \"issued_at\": \"2025-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.034948+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"st_a7cecea9-634d-494d-bd0a-45779d4099a5\",\n            \"event_type\": \"secondary-transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_date\": \"2025-03-03\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:36.485984+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"a7cecea9-634d-494d-bd0a-45779d4099a5\",\n                \"updated_at\": \"2025-10-24T01:12:36.485984+00:00\",\n                \"name\": \"Tender Offer (2025)\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"13000000000.00\",\n                \"price_per_share\": null,\n                \"announced_date\": \"2025-03-03\",\n                \"created_at\": \"2025-10-24T01:12:36.478896+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_2464d613-61d6-4bee-86c7-0ddf84f674b2\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_d\",\n            \"event_date\": \"2024-04-17\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:31.212436+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"2464d613-61d6-4bee-86c7-0ddf84f674b2\",\n                \"updated_at\": \"2025-10-27T13:38:31.212436+00:00\",\n                \"name\": \"Series D (2024) Extension\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"150000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"7650000000.00\",\n                \"announced_date\": \"2024-04-17\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series D\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"20.0000000\",\n                        \"issued_at\": \"2024-04-25T19:16:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.027279+00:00\"\n                    },\n                    {\n                        \"name\": \"Series D-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"25.0000000\",\n                        \"issued_at\": \"2024-04-25T19:16:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.031694+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_35405edb-2e8a-4e07-b517-d080e0c832f0\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_d\",\n            \"event_date\": \"2023-08-22\",\n            \"event_last_updated_at\": \"2025-10-24T01:14:33.375472+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"35405edb-2e8a-4e07-b517-d080e0c832f0\",\n                \"updated_at\": \"2025-10-24T01:14:33.375472+00:00\",\n                \"name\": \"Series D (2023)\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"300000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"5800000000.00\",\n                \"announced_date\": \"2023-08-22\",\n                \"equities\": [],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_d3a7773c-e3df-4b9b-8711-8e699213c2b5\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_c\",\n            \"event_date\": \"2022-03-21\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:26.703499+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"d3a7773c-e3df-4b9b-8711-8e699213c2b5\",\n                \"updated_at\": \"2025-10-27T13:38:26.703499+00:00\",\n                \"name\": \"Growth (2022) Extension\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": \"200000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"8100000000.00\",\n                \"announced_date\": \"2022-03-21\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C-3\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"30.0000000\",\n                        \"issued_at\": \"2022-03-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:19:34.939585+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_362bcaa9-e77d-488b-8562-9aa2ccd4ec70\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_c\",\n            \"event_date\": \"2021-08-24\",\n            \"event_last_updated_at\": \"2025-10-24T01:13:06.683649+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"362bcaa9-e77d-488b-8562-9aa2ccd4ec70\",\n                \"updated_at\": \"2025-10-24T01:13:06.683649+00:00\",\n                \"name\": \"Series C (2021)\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": \"300000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"3900000000.00\",\n                \"announced_date\": \"2021-08-24\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"6.6808000\",\n                        \"issued_at\": \"2021-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.017683+00:00\"\n                    },\n                    {\n                        \"name\": \"Series C-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"15.0000000\",\n                        \"issued_at\": \"2021-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.023665+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_c56cfcaa-a00b-4279-8ee2-413114a499d4\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_b\",\n            \"event_date\": \"2021-04-08\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:55.156817+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"c56cfcaa-a00b-4279-8ee2-413114a499d4\",\n                \"updated_at\": \"2025-10-24T01:12:55.156817+00:00\",\n                \"name\": \"Series B (2021)\",\n                \"round_type\": \"series_b\",\n                \"amount_raised\": \"115000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"1600000000.00\",\n                \"announced_date\": \"2021-04-08\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series B\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"4.7517200\",\n                        \"issued_at\": \"2021-04-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.012209+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_6960aea5-9834-4c13-a39c-9e3a6d1b7c7c\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_a\",\n            \"event_date\": \"2020-08-01\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:20.319450+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"6960aea5-9834-4c13-a39c-9e3a6d1b7c7c\",\n                \"updated_at\": \"2025-10-27T13:38:20.319450+00:00\",\n                \"name\": \"Series A (2020) Extension\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": \"30000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-08-01\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-4\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.7105800\",\n                        \"issued_at\": \"2020-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.998671+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A-3\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0213600\",\n                        \"issued_at\": \"2020-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.008617+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_88b1a90e-0a20-4285-9eff-414b45573d4f\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"series_a\",\n            \"event_date\": \"2020-02-12\",\n            \"event_last_updated_at\": \"2025-10-24T01:14:19.736753+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"88b1a90e-0a20-4285-9eff-414b45573d4f\",\n                \"updated_at\": \"2025-10-24T01:14:19.736753+00:00\",\n                \"name\": \"Series A (2020)\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": \"15000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-02-12\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.2561400\",\n                        \"issued_at\": \"2020-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.987879+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.5763200\",\n                        \"issued_at\": \"2020-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.993509+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        },\n        {\n            \"event_id\": \"fr_4f656e60-48be-4862-aaff-df62ffb9fa94\",\n            \"event_type\": \"funding-round\",\n            \"event_subtype\": \"seed\",\n            \"event_date\": \"2019-08-01\",\n            \"event_last_updated_at\": \"2025-10-24T01:13:18.484702+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"4f656e60-48be-4862-aaff-df62ffb9fa94\",\n                \"updated_at\": \"2025-10-24T01:13:18.484702+00:00\",\n                \"name\": \"Seed (2019)\",\n                \"round_type\": \"seed\",\n                \"amount_raised\": \"8000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2019-08-01\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series Seed\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"seed\",\n                        \"issue_price\": \"0.2105000\",\n                        \"issued_at\": \"2019-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.982651+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"page_size\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 11,\n        \"has_next\": false,\n        \"has_previous\": false\n    }\n}\n\n</code></pre>\n<h3 id=\"v1-response-2025-schema\">v1 Response (2025 Schema)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{{\n    \"events\": [\n        {\n            \"event_id\": \"fr_7d94ae1b-b989-4345-af37-19a78068c5eb\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_e\",\n            \"event_name\": \"Series E (2025) Extension\",\n            \"event_date\": \"2025-07-30\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:35.316863+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"7d94ae1b-b989-4345-af37-19a78068c5eb\",\n                \"updated_at\": \"2025-10-27T13:38:35.316863+00:00\",\n                \"name\": \"Series E (2025) Extension\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"500000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"22500000000.00\",\n                \"announced_date\": \"2025-07-30\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"65.0000000\",\n                        \"issued_at\": \"2025-07-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.038010+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": true\n            }\n        },\n        {\n            \"event_id\": \"fr_ca9560a0-8793-493c-8ced-64be4a290161\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_e\",\n            \"event_name\": \"Series E (2025)\",\n            \"event_date\": \"2025-06-17\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:18.330534+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"ca9560a0-8793-493c-8ced-64be4a290161\",\n                \"updated_at\": \"2025-10-24T01:12:18.330534+00:00\",\n                \"name\": \"Series E (2025)\",\n                \"round_type\": \"series_e\",\n                \"amount_raised\": \"200000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"16000000000.00\",\n                \"announced_date\": \"2025-06-17\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series E\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_e\",\n                        \"issue_price\": \"47.5000000\",\n                        \"issued_at\": \"2025-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.034948+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"st_a7cecea9-634d-494d-bd0a-45779d4099a5\",\n            \"event_type\": \"secondary_transaction\",\n            \"event_subtype\": \"tender_offer\",\n            \"event_name\": \"Tender Offer (2025)\",\n            \"event_date\": \"2025-03-03\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:36.485984+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"a7cecea9-634d-494d-bd0a-45779d4099a5\",\n                \"updated_at\": \"2025-10-24T01:12:36.485984+00:00\",\n                \"name\": \"Tender Offer (2025)\",\n                \"transaction_type\": \"tender_offer\",\n                \"transaction_amount\": null,\n                \"currency\": \"USD\",\n                \"valuation\": \"13000000000.00\",\n                \"price_per_share\": null,\n                \"announced_date\": \"2025-03-03\",\n                \"closing_date\": \"2025-03-03\",\n                \"created_at\": \"2025-10-24T01:12:36.478896+00:00\",\n                \"status\": \"closed\"\n            }\n        },\n        {\n            \"event_id\": \"fr_2464d613-61d6-4bee-86c7-0ddf84f674b2\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_d\",\n            \"event_name\": \"Series D (2024) Extension\",\n            \"event_date\": \"2024-04-17\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:31.212436+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"2464d613-61d6-4bee-86c7-0ddf84f674b2\",\n                \"updated_at\": \"2025-10-27T13:38:31.212436+00:00\",\n                \"name\": \"Series D (2024) Extension\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"150000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"7650000000.00\",\n                \"announced_date\": \"2024-04-17\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series D\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"20.0000000\",\n                        \"issued_at\": \"2024-04-25T19:16:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.027279+00:00\"\n                    },\n                    {\n                        \"name\": \"Series D-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_d\",\n                        \"issue_price\": \"25.0000000\",\n                        \"issued_at\": \"2024-04-25T19:16:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.031694+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": true\n            }\n        },\n        {\n            \"event_id\": \"fr_35405edb-2e8a-4e07-b517-d080e0c832f0\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_d\",\n            \"event_name\": \"Series D (2023)\",\n            \"event_date\": \"2023-08-22\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:14:33.375472+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"35405edb-2e8a-4e07-b517-d080e0c832f0\",\n                \"updated_at\": \"2025-10-24T01:14:33.375472+00:00\",\n                \"name\": \"Series D (2023)\",\n                \"round_type\": \"series_d\",\n                \"amount_raised\": \"300000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"5800000000.00\",\n                \"announced_date\": \"2023-08-22\",\n                \"equities\": [],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_d3a7773c-e3df-4b9b-8711-8e699213c2b5\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_c\",\n            \"event_name\": \"Growth (2022) Extension\",\n            \"event_date\": \"2022-03-21\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:26.703499+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"d3a7773c-e3df-4b9b-8711-8e699213c2b5\",\n                \"updated_at\": \"2025-10-27T13:38:26.703499+00:00\",\n                \"name\": \"Growth (2022) Extension\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": \"200000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"8100000000.00\",\n                \"announced_date\": \"2022-03-21\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C-3\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"30.0000000\",\n                        \"issued_at\": \"2022-03-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:19:34.939585+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": true\n            }\n        },\n        {\n            \"event_id\": \"fr_362bcaa9-e77d-488b-8562-9aa2ccd4ec70\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_c\",\n            \"event_name\": \"Series C (2021)\",\n            \"event_date\": \"2021-08-24\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:13:06.683649+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"362bcaa9-e77d-488b-8562-9aa2ccd4ec70\",\n                \"updated_at\": \"2025-10-24T01:13:06.683649+00:00\",\n                \"name\": \"Series C (2021)\",\n                \"round_type\": \"series_c\",\n                \"amount_raised\": \"300000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"3900000000.00\",\n                \"announced_date\": \"2021-08-24\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series C-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"6.6808000\",\n                        \"issued_at\": \"2021-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.017683+00:00\"\n                    },\n                    {\n                        \"name\": \"Series C-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_c\",\n                        \"issue_price\": \"15.0000000\",\n                        \"issued_at\": \"2021-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.023665+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_c56cfcaa-a00b-4279-8ee2-413114a499d4\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_b\",\n            \"event_name\": \"Series B (2021)\",\n            \"event_date\": \"2021-04-08\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:12:55.156817+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"c56cfcaa-a00b-4279-8ee2-413114a499d4\",\n                \"updated_at\": \"2025-10-24T01:12:55.156817+00:00\",\n                \"name\": \"Series B (2021)\",\n                \"round_type\": \"series_b\",\n                \"amount_raised\": \"115000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": \"1600000000.00\",\n                \"announced_date\": \"2021-04-08\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series B\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_b\",\n                        \"issue_price\": \"4.7517200\",\n                        \"issued_at\": \"2021-04-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.012209+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_6960aea5-9834-4c13-a39c-9e3a6d1b7c7c\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_a\",\n            \"event_name\": \"Series A (2020) Extension\",\n            \"event_date\": \"2020-08-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-27T13:38:20.319450+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"6960aea5-9834-4c13-a39c-9e3a6d1b7c7c\",\n                \"updated_at\": \"2025-10-27T13:38:20.319450+00:00\",\n                \"name\": \"Series A (2020) Extension\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": \"30000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-08-01\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-4\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.7105800\",\n                        \"issued_at\": \"2020-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.998671+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A-3\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"1.0213600\",\n                        \"issued_at\": \"2020-08-31T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:05.008617+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": true\n            }\n        },\n        {\n            \"event_id\": \"fr_88b1a90e-0a20-4285-9eff-414b45573d4f\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"series_a\",\n            \"event_name\": \"Series A (2020)\",\n            \"event_date\": \"2020-02-12\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:14:19.736753+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"88b1a90e-0a20-4285-9eff-414b45573d4f\",\n                \"updated_at\": \"2025-10-24T01:14:19.736753+00:00\",\n                \"name\": \"Series A (2020)\",\n                \"round_type\": \"series_a\",\n                \"amount_raised\": \"15000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2020-02-12\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series A-2\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.2561400\",\n                        \"issued_at\": \"2020-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.987879+00:00\"\n                    },\n                    {\n                        \"name\": \"Series A-1\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"series_a\",\n                        \"issue_price\": \"0.5763200\",\n                        \"issued_at\": \"2020-01-31T05:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.993509+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        },\n        {\n            \"event_id\": \"fr_4f656e60-48be-4862-aaff-df62ffb9fa94\",\n            \"event_type\": \"funding_round\",\n            \"event_subtype\": \"seed\",\n            \"event_name\": \"Seed (2019)\",\n            \"event_date\": \"2019-08-01\",\n            \"event_status\": \"closed\",\n            \"event_last_updated_at\": \"2025-10-24T01:13:18.484702+00:00\",\n            \"company\": {\n                \"id\": \"65\",\n                \"slug\": \"ramp\",\n                \"domain\": \"ramp.com\"\n            },\n            \"data\": {\n                \"id\": \"4f656e60-48be-4862-aaff-df62ffb9fa94\",\n                \"updated_at\": \"2025-10-24T01:13:18.484702+00:00\",\n                \"name\": \"Seed (2019)\",\n                \"round_type\": \"seed\",\n                \"amount_raised\": \"8000000.00\",\n                \"currency\": \"USD\",\n                \"valuation\": null,\n                \"announced_date\": \"2019-08-01\",\n                \"equities\": [\n                    {\n                        \"name\": \"Series Seed\",\n                        \"equity_type\": \"preferred\",\n                        \"round_type\": \"seed\",\n                        \"issue_price\": \"0.2105000\",\n                        \"issued_at\": \"2019-06-30T04:00:00+00:00\",\n                        \"updated_at\": \"2025-10-24T01:18:04.982651+00:00\"\n                    }\n                ],\n                \"status\": \"closed\",\n                \"is_extension\": false\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"page_size\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 11,\n        \"has_next\": false,\n        \"has_previous\": false\n    }\n}\n\n</code></pre>\n","_postman_id":"e150a2e3-5b7d-40f1-b0bd-2da141c04525","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}},{"name":"Content Synchronization Updates","item":[],"id":"5315ab53-262a-4667-9580-987156b07a96","description":"<h1 id=\"content-sync-api-updates---examples\">Content Sync API Updates - Examples</h1>\n<p>This doc summarizes the additive changes to <code>/documents</code>, <code>/news/company</code>, and <code>/events</code>, with example requests and sample responses.</p>\n<h2 id=\"common-additions\">Common additions</h2>\n<ul>\n<li>Time filters on all three endpoints:<ul>\n<li><code>created_at_gte</code>, <code>created_at_lte</code></li>\n<li><code>updated_at_gte</code>, <code>updated_at_lte</code></li>\n</ul>\n</li>\n<li>Cursor pagination (documents + news by default, events via <code>pagination=cursor</code>):<ul>\n<li><code>page_after</code>, <code>page_before</code>, <code>page_size</code></li>\n<li>Response pagination includes <code>next_link</code> / <code>prev_link</code> and cursor metadata.</li>\n</ul>\n</li>\n</ul>\n<p>Note: Cursor links URL-encode date values (e.g., <code>:</code> becomes <code>%3A</code>), which is expected.\nRecommended for daily polls: use a 24-hour window (tight date range).</p>\n<hr />\n<h2 id=\"1-documents\">1) Documents</h2>\n<p>Additions:</p>\n<ul>\n<li>Global GET (no company params)</li>\n<li><code>created_at_gte/lte</code> and <code>updated_at_gte/lte</code> filters</li>\n<li>Cursor pagination (<code>page_after</code>, <code>page_before</code>, <code>page_size</code>)</li>\n<li>Global responses include <code>companies</code> array with <code>relation</code> (<code>subject</code>/<code>connected</code>)</li>\n<li>Company-scoped responses now include <code>published_at</code>, <code>created_at</code>, <code>updated_at</code> (relation unchanged)</li>\n</ul>\n<h3 id=\"global-documents-no-company-params\">Global documents (no company params)</h3>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Token &lt;token&gt;\" \\\n  \"https://sacra.com/api/v1/documents?updated_at_gte=2026-01-13T00:00:00Z&amp;updated_at_lte=2026-01-14T00:00:00Z\"\n</code></pre>\n<p>Sample response (trimmed):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"documents\": [\n    {\n      \"id\": 1835,\n      \"slug\": \"owner\",\n      \"title\": \"Owner One-Pager\",\n      \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/owner.pdf\",\n      \"type\": \"company\",\n      \"date\": \"2026-01-13\",\n      \"published_at\": \"2026-01-13\",\n      \"created_at\": \"2025-03-10T20:42:33.911Z\",\n      \"updated_at\": \"2026-01-13T21:01:20.492Z\",\n      \"preview_meta\": {\n        \"title\": \"Owner\",\n        \"image\": \"https://images.prismic.io/sacra/Z89OKRsAHJWomTQV_owner_logo.jpeg?auto=format,compress\",\n        \"description\": \"Software suite for restaurants to manage online ordering, websites, marketing, and loyalty\"\n      },\n      \"companies\": [\n        {\"id\": 1486, \"domain\": \"owner.com\", \"relation\": \"subject\"}\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"page_size\": 30,\n    \"current_page_items\": 1,\n    \"total_items\": 1,\n    \"next_link\": null,\n    \"prev_link\": null,\n    \"after_cursor\": \"Start\",\n    \"before_cursor\": null\n  }\n}\n</code></pre>\n<h3 id=\"company-scoped-documents\">Company-scoped documents</h3>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Token &lt;token&gt;\" \\\n  \"https://sacra.com/api/v1/documents?company_domain=owner.com&amp;updated_at_gte=2026-01-13T00:00:00Z&amp;updated_at_lte=2026-01-14T00:00:00Z\"\n</code></pre>\n<p>Sample response (trimmed):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"documents\": [\n    {\n      \"id\": 1835,\n      \"slug\": \"owner\",\n      \"title\": \"Owner One-Pager\",\n      \"link\": \"https://sacra-pdfs.s3.us-east-2.amazonaws.com/owner.pdf\",\n      \"type\": \"company\",\n      \"date\": \"2026-01-13\",\n      \"published_at\": \"2026-01-13\",\n      \"created_at\": \"2025-03-10T20:42:33.911Z\",\n      \"updated_at\": \"2026-01-13T21:01:20.492Z\",\n      \"preview_meta\": {\n        \"title\": \"Owner\",\n        \"image\": \"https://images.prismic.io/sacra/Z89OKRsAHJWomTQV_owner_logo.jpeg?auto=format,compress\",\n        \"description\": \"Software suite for restaurants to manage online ordering, websites, marketing, and loyalty\"\n      },\n      \"relation\": \"subject\"\n    }\n  ]\n}\n</code></pre>\n<hr />\n<h2 id=\"2-news\">2) News</h2>\n<p>Additions:</p>\n<ul>\n<li><code>created_at_gte/lte</code> and <code>updated_at_gte/lte</code> filters (aliases for existing created_at filters)</li>\n<li><code>company</code> object per item (<code>id</code>, <code>domain</code>)</li>\n<li>Domain-less queries require a date window of 14 days or less; we recommend daily polling</li>\n</ul>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Token &lt;token&gt;\" \\\n  \"https://sacra.com/api/v1/news/company?updated_at_gte=2026-01-13T00:00:00Z&amp;updated_at_lte=2026-01-14T00:00:00Z\"\n</code></pre>\n<p>Sample response (trimmed):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"company_news\": [\n    {\n      \"id\": \"997bdd91-ec86-4f54-ac46-671eb50ec214\",\n      \"release_date\": \"2026-01-13T10:37:38Z\",\n      \"headline\": \"Balderton Capital Cashes Out $2 Billion From Revolut Stake\",\n      \"short_headline\": \"Balderton Cashes $2B\",\n      \"description\": \"It led Revolut’s first funding round and has cashed out about $2bn while retaining a substantial stake in the fintech now valued at roughly $75bn, highlighting massive returns for early investors.\",\n      \"created_at\": \"2026-01-13T12:24:06.621470Z\",\n      \"updated_at\": \"2026-01-13T12:24:06.621479Z\",\n      \"articles\": [\n        {\n          \"id\": \"0681f131-b451-43d6-a3f6-c857060021ee\",\n          \"link\": \"https://ft.com/content/e19a419f-5c81-4326-8f41-478e90c7211a\",\n          \"headline\": \"The London investor making billions from Revolut\",\n          \"short_summary\": \"The VC firm Balderton Capital is cashing in on its home-run bet on the fintech\",\n          \"date_published\": \"2026-01-14T05:00:31Z\",\n          \"thumbnail\": \"{'src': 'https://imgs.search.brave.com/5uSgC-UsTcXh4fRY4fvFU2ISn8-JcCCRiZtMqqVrL-0/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZnQuY29tL3Yz/L2ltYWdlL3Jhdy9o/dHRwcyUzQSUyRiUy/RmQxZTAwZWs0ZWJh/Ym1zLmNsb3VkZnJv/bnQubmV0JTJGcHJv/ZHVjdGlvbiUyRjY1/NGI0OWUyLTFkMDIt/NDRhOS04ZWZkLWFi/NGNiZmJkMzQ0Mi5q/cGc_c291cmNlPW5l/eHQtYmFycmllci1w/YWdl'}\",\n          \"publication\": \"Financial Times\",\n          \"publication_score\": 200\n        }\n      ],\n      \"company\": {\"id\": 407, \"domain\": \"revolut.com\"}\n    }\n  ],\n  \"pagination\": {\n    \"page_size\": 10,\n    \"current_page_items\": 7,\n    \"total_items\": 7,\n    \"next_link\": null,\n    \"prev_link\": null,\n    \"after_cursor\": \"Start\",\n    \"before_cursor\": null\n  },\n  \"meta\": {\n    \"query_type\": \"domain-less\",\n    \"companies_count\": 1276,\n    \"companies\": null\n  }\n}\n</code></pre>\n<hr />\n<h2 id=\"3-events\">3) Events</h2>\n<p>Additions:</p>\n<ul>\n<li><code>created_at_gte/lte</code> and <code>updated_at_gte/lte</code> filters</li>\n<li>Cursor pagination via <code>pagination=cursor</code></li>\n<li>Cursor pagination metadata aligned with documents/news (<code>next_link</code>, <code>prev_link</code>, cursors)</li>\n</ul>\n<p>Cursor pagination is opt-in via <code>pagination=cursor</code>. Page-based pagination remains the default.</p>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Token &lt;token&gt;\" \\\n  \"https://sacra.com/api/v1/events?pagination=cursor&amp;updated_at_gte=2026-01-13T00:00:00Z&amp;updated_at_lte=2026-01-14T00:00:00Z\"\n</code></pre>\n<p>Sample response (trimmed):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"events\": [\n    {\n      \"event_id\": \"st_0c601c12-6213-4093-8e5b-90febbb1056e\",\n      \"event_type\": \"secondary_transaction\",\n      \"event_subtype\": \"institutional_secondary\",\n      \"event_name\": \"Direct Sale (2025)\",\n      \"event_date\": \"2025-09-01\",\n      \"event_status\": \"closed\",\n      \"event_last_updated_at\": \"2026-01-13T18:03:42.923112+00:00\",\n      \"company\": {\"id\": \"407\", \"slug\": \"revolut\", \"domain\": \"revolut.com\"},\n      \"data\": {\n        \"id\": \"0c601c12-6213-4093-8e5b-90febbb1056e\",\n        \"updated_at\": \"2026-01-13T18:03:42.923112+00:00\",\n        \"name\": \"Direct Sale (2025)\",\n        \"transaction_type\": \"institutional_secondary\",\n        \"transaction_amount\": \"1000000000.00\",\n        \"currency\": \"USD\",\n        \"valuation\": \"75000000000.00\",\n        \"price_per_share\": \"1381.06\",\n        \"announced_date\": \"2025-09-01\",\n        \"closing_date\": \"2025-09-05\",\n        \"created_at\": \"2025-10-24T01:19:34.954929+00:00\",\n        \"equities\": [],\n        \"status\": \"closed\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"page_size\": 30,\n    \"current_page_items\": 1,\n    \"total_items\": 1,\n    \"after_cursor\": \"Start\",\n    \"before_cursor\": null,\n    \"next_link\": null,\n    \"prev_link\": null\n  }\n}\n</code></pre>\n<hr />\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>All changes are additive. Existing clients can continue using company-scoped queries and page-based events pagination.</li>\n<li>Cursor pagination responses use endpoint-specific <code>next_link</code> and <code>prev_link</code> URLs.</li>\n<li>Document content (document elements/body) is still served by the document content endpoint, not the global documents list.</li>\n</ul>\n","_postman_id":"5315ab53-262a-4667-9580-987156b07a96","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}}],"id":"16468c3f-e284-403c-a728-756a4232a0e5","_postman_id":"16468c3f-e284-403c-a728-756a4232a0e5","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"ad696202-50d7-4ef7-a162-29559f362209","id":"ad696202-50d7-4ef7-a162-29559f362209","name":"Sacra API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"3ec3649d-5a21-475c-9343-0b67993dd479","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"f6721da0-9a85-401b-ba15-ef09c395e118","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://farming-simulator.pstmn.io"}]}