Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Instant fundamentals and alternative data for up to 200 companies from a native database of 20M+ cached companies.

Quick start

Get structured data for multiple companies across sections such as firmographics, products, funding, headcount, and more. Returns results within 30s to 1 minute. POST  /api/enterprise/company/enrich/ Start with a basic query to get the firmographic and product details of the company. See the complete API reference for complete parameter documentation.
curl --location 'https://api.wokelo.ai/api/enterprise/company/enrich/' \
--header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \
--data '{
    "companies": [
        "tesla-motors"
    ],
    "sections": [
        "firmographics",
        "products"
    ]
    
}'

Request reference

A sample request containing all the parameters
curl --location 'https://api.wokelo.ai/api/enterprise/company/enrich/' \
--header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \
--data '{
  "companies": [
    "tesla-motors"
  ],
  "sections": [
    "firmographics",
    "products"
  ],
  "parameters": {
    "custom_fields": [
      {
        "field_name": "Flagship Products",
        "type": "text",
        "prompt": "List Tesla’s main products, including key vehicle models and energy offerings, in a concise format."
      },
      {
        "field_name": "Primary Revenue Source",
        "type": "text",
        "prompt": "What is Tesla’s main source of revenue? Provide a brief 1-2 line answer."
      }
    ]
  }
}'
Company Instant Enrichment API can be used to fetch the following sections for up to 200 companies:
Section ValueDescription
firmographicsName, HQ, industry, founding year, operating status, description
productsProduct catalog with descriptions and categories
headcountEmployee count, LinkedIn headcount, headcount growth trends
fundingAll funding rounds, investors, total raised, funding stage, last funding date
public_company_financialsRevenue, margins, market cap, multiples (public cos only)
acquisitionsM&A history of company incl. targets, dates, values
investmentsPortfolio investments and venture bets made by the company
website_trafficMonthly visits, traffic sources, geographic distribution
uk_private_company_financialsFinancials of UK based private companies (Eg. income statement, balance sheet etc)

Custom Fields

Custom fields let you add AI-computed data points to any enrichment request. Define a field name, data type, and a natural-language prompt that Wokelo’s AI will evaluate for each company. Example:
{
  "companies": ["crowdstrike", "palo-alto-networks"],
  "sections": ["firmographics", "products", "funding"],
  "parameters": {
    "custom_fields": [
      {
        "field_name": "AI Readiness Score",
        "type": "text",
        "prompt": "Rate this company's AI readiness on a
                  scale of 1-10 with detailed reasoning"
      },
      {
        "field_name": "Competitive Moat",
        "type": "text",
        "prompt": "Describe this company's primary
                  competitive advantages and defensibility"
      },
      {
        "field_name": "ESG Risk",
        "type": "text",
        "prompt": "Identify key ESG risks for this company
                  across environmental, social, governance"
      }
    ]
  }
}

Examples

Batch PE deal screening: Get firmographics, funding history, investment trends and acquisitions for Canva, Stripe, Klarna, Chime, and Plaid.

Sample Request

curl --location 'https://api.wokelo.ai/api/enterprise/company/enrich/' \
--header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \
--data '{
    "companies": [
        "canva",
        "stripe",
        "klarna",
        "chime-2",
        "plaid"
    ],
    "sections": [
        "firmographics",
        "funding",
        "investments",
        "acquisitions"
    ]
    
}'

Sample Response

{
    "request_id": "00a3df02-89f8-410d-adb3-f0e185b2be50",
    "status": "COMPLETED",
    "result": {
        "canva": {
            "firmographics": {
                "name": "Canva",
                "website": "http://www.canva.com",
                "location": "Sydney, Australia",
                "founded": 2013,
                "type": "private",
                "operating_status": "Operating",
                "ticker": null
            },
            "funding": {
                "overall": {
                    "funding_stage": "Secondary Market",
                    "total_funding": 2508450682.0,
                    "last_funding_date": "2025-08-20",
                    "num_funding_rounds": "21",
                    "key_investors": [
                        "Blackbird Ventures",
                        "Felicis",
                        "Chloe Steinberg",
                        "HSG",
                        "Saniel Ventures",
                        "Five V Capital",
                        "General Catalyst",
                        "Bond",
                        "Bessemer Venture Partners",
                        "T. Rowe Price",
                        "Dragoneer Investment Group",
                        "Skip Capital",
                        "Franklin Templeton",
                        "Greenoaks",
                        "Sahin Boydas",
                        "Sequoia Capital Global Equities",
                        "Airtree Ventures",
                        "K5 Global",
                        "Athletic Ventures",
                        "Coatue",
                        "ICONIQ Growth",
                        "Irving Investors",
                        "Arrowshare Ventures",
                        "Ventioneers",
                        "Stack Capital",
                        "Premji Invest",
                        "Quadrant Private Equity",
                        "J.P. Morgan Asset Management",
                        "Fidelity",
                        "Dominari Securities"
                    ]
                },
                "funding_rounds": [
                    {
                        "date": "2025-08-20",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 3,
                        "lead_investors": [
                            "Fidelity"
                        ],
                        "investors": [
                            "J.P. Morgan Asset Management",
                            "Dominari Securities"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Yahoo",
                                    "news_url": "https://finance.yahoo.com/news/canva-begins-share-sale-42-032507571.html",
                                    "news_title": "Canva Begins Share Sale at $42 Billion Valuation in Road to IPO"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/topic/business/canva-gives-itself-a-65-billion-valuation-closing-in-on-atlassian/",
                                    "news_title": "Canva gives itself a $65 billion valuation, closing in on Atlassian"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/world/asia-pacific/australias-canva-begins-share-sale-42-billion-valuation-2025-08-20/",
                                    "news_title": "Australia's Canva begins share sale at $42 billion valuation"
                                },
                                {
                                    "publisher": "Beehiiv",
                                    "news_url": "https://thisweekinstartups.beehiiv.com/p/canva-s-new-price-tag-42-billion",
                                    "news_title": "Canva’s valuation is being set at $42 billio"
                                },
                                {
                                    "publisher": "Indiatimes",
                                    "news_url": "https://economictimes.indiatimes.com/markets/ipos/fpos/canva-begins-share-sale-at-42-billion-valuation-in-road-to-ipo/articleshow/123399698.cms",
                                    "news_title": "Canva begins share sale at $42 billion valuation in road to IPO"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-10-31",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/technology/canva-valuation-leaps-to-almost-50b-after-investors-quietly-cash-out-20241031-p5kmvv",
                                    "news_title": "Canva valuation leaps to almost $50b as overseas investors eye Australia"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/topic/funding/canva-valuation-jumps-23-to-49-billion-following-share-trade/",
                                    "news_title": "Canva valuation jumps 23% to $49 billion following share trade"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-05-02",
                        "round": "Venture",
                        "amount": 328506478.0,
                        "total_investors": 2,
                        "lead_investors": [
                            "Quadrant Private Equity"
                        ],
                        "investors": [
                            "Premji Invest"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/technology/quadrant-swoops-on-100m-canva-stake-in-blackbird-sale-20240308-p5fb0m",
                                    "news_title": "Quadrant swoops on $100m Canva stake in Blackbird sale"
                                },
                                {
                                    "publisher": "Premjiinvest",
                                    "news_url": "https://www.premjiinvest.com/india/partnerships/canva",
                                    "news_title": "premji invest partnerships"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/topic/business/canva-has-a-new-500-million-shareholder-a-sydney-private-equity-firm-that-previously-made-a-fortune-from-pet-food/",
                                    "news_title": "Canva has a new $500 million shareholder – a Sydney private equity firm that previously made a fortune from pet food"
                                },
                                {
                                    "publisher": "Com",
                                    "news_url": "https://www.quadrantpe.com.au/news-insights/quadrant-crows-about-500m-canva-investment",
                                    "news_title": "Canva has a new $500 million shareholder – a Sydney private equity firm that previously made a fortune from pet food"
                                },
                                {
                                    "publisher": "Moneycontrol",
                                    "news_url": "https://www.moneycontrol.com/technology/premji-invest-may-invest-50-million-in-paris-based-ai-coding-startup-poolside-article-12766551.html",
                                    "news_title": "Premji Invest may pump in $50 million in Paris-based AI coding startup Poolside"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-05-01",
                        "round": "Private Equity",
                        "amount": 8000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Stack Capital"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Stackcapitalgroup",
                                    "news_url": "https://www.stackcapitalgroup.com/stack-capital-invests-8-million-usd-into-canva",
                                    "news_title": "stack capital iNVESTS $8 MILLION USD INTO Canva"
                                },
                                {
                                    "publisher": "Globenewswire",
                                    "news_url": "https://www.globenewswire.com/news-release/2024/05/01/2873118/0/en/stack-capital-invests-8-million-usd-into-canva.html",
                                    "news_title": "Stack Capital Invests $8 Million USD Into Canva"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-02-15",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Ventioneers"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Ventioneers",
                                    "news_url": "https://www.ventioneers.com/portfolio/",
                                    "news_title": "Portfolio"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-01-18",
                        "round": "Venture",
                        "amount": 1599389204.0,
                        "total_investors": 2,
                        "lead_investors": [],
                        "investors": [
                            "Irving Investors",
                            "Arrowshare Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/technology/canva-millionaires-made-share-sale-to-hit-3-6bn-first-1-6bn-done-20240405-p5fhmm",
                                    "news_title": "Canva millionaires made as $US1.6b share sale completes"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/topic/business/canvas-early-investors-are-getting-closer-to-a-1-5-billion-payday/",
                                    "news_title": "Canva’s early investors are getting closer to a $1.5 billion payday"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/topic/business/why-the-2-43-billion-canva-share-sale-is-an-epic-moment-for-australian-tech/",
                                    "news_title": "Why the $2.43 billion Canva share sale is an epic moment for Australian tech"
                                },
                                {
                                    "publisher": "Siliconangle",
                                    "news_url": "https://siliconangle.com/2024/01/02/canva-reportedly-planning-1b-secondary-sale-26b-valuation/",
                                    "news_title": "Canva reportedly planning $1B+ secondary sale at $26B valuation"
                                },
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/technology/about-8b-short-big-name-investors-buy-into-canva-for-a-bargain-20240125-p5f04o",
                                    "news_title": "‘About $8b short:’ big name investors buy into Canva for a bargain"
                                },
                                {
                                    "publisher": "Capitalbrief",
                                    "news_url": "https://www.capitalbrief.com/article/canva-completes-us158b-secondary-closes-in-on-new-cfo-e28c0054-af60-4c79-8845-612d0df3f3b7/preview/",
                                    "news_title": "Canva completes US$1.58b secondary, closes in on new CFO"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2023-08-08",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 3,
                        "lead_investors": [
                            "Coatue",
                            "ICONIQ Growth"
                        ],
                        "investors": [
                            "Athletic Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Com",
                                    "news_url": "https://www.channelnews.com.au/canva-touts-two-new-investors-during-valuation/",
                                    "news_title": "Canva Touts Two New Investors During Valuation"
                                },
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/street-talk/iconiq-coatue-join-canva-register-at-us-25-5bn-valuation-20230808-p5duqs",
                                    "news_title": "Canva brings in two new investors at $39b valuation"
                                },
                                {
                                    "publisher": "Theinformation",
                                    "news_url": "https://www.theinformation.com/briefings/design-app-canva-valued-at-25-5-billion-in-secondary-market",
                                    "news_title": "Design App Canva Valued at $25.5 Billion in Secondary Market"
                                },
                                {
                                    "publisher": "Com",
                                    "news_url": "https://www.bandt.com.au/canva-brings-in-new-investors-amid-growing-ad-market/",
                                    "news_title": "Canva Brings In New Investors Amid Growing Ad Market"
                                },
                                {
                                    "publisher": "Com",
                                    "news_url": "https://www.theaustralian.com.au/subscribe/news/1/?sourceCode=TAWEB_WRE170_a&dest=https%3A%2F%2Fwww.theaustralian.com.au%2Fbusiness%2Ftechnology%2Fcanvas-new-valuation-as-blackbird-sells-150m-stake-to-coatue-management-and-iconiq-capital%2Fnews-story%2F0ba4a261d1986b65e908ad478a881769&memtype=anonymous&mode=premium&v21=dynamic-groupb-test-noscore&V21spcbehaviour=append",
                                    "news_title": "Canva touts new ‘solid’ $39bn valuation and IPO in US"
                                },
                                {
                                    "publisher": "Afr",
                                    "news_url": "https://www.afr.com/technology/why-canva-believes-most-venture-capital-investors-need-courage-20220223-p59z1g",
                                    "news_title": "Why Canva believes most venture-capital investors need courage"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-09-14",
                        "round": "Series F",
                        "amount": 200000000.0,
                        "total_investors": 11,
                        "lead_investors": [
                            "T. Rowe Price"
                        ],
                        "investors": [
                            "Franklin Templeton",
                            "Greenoaks",
                            "Bessemer Venture Partners",
                            "Blackbird Ventures",
                            "Sahin Boydas",
                            "Sequoia Capital Global Equities",
                            "Dragoneer Investment Group",
                            "Felicis",
                            "Airtree Ventures",
                            "K5 Global"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/S7Z6bh",
                                    "news_title": "Canva raises $200 million at a $40 billion valuation"
                                },
                                {
                                    "publisher": "Rb",
                                    "news_url": "https://rb.ru/news/canva-raises-200-mln/",
                                    "news_title": "Фоторедактор Canva привлек $200 млн при оценке в $40 млрд"
                                },
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/3nxTFhz",
                                    "news_title": "Australian graphic design tool startup Canva raises $200M on massive $40B valuation"
                                },
                                {
                                    "publisher": "Bbc",
                                    "news_url": "https://www.bbc.com/news/world-australia-58567722",
                                    "news_title": "Canva: Australian online design platform valued at $40bn"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://forbes.co/2021/09/15/emprendedores/canva-asciende-su-valoracion-a-us40-000-millones-sus-fundadores-donaran-mayor-parte-de-su-riqueza/",
                                    "news_title": "Canva asciende su valoración a US$40.000 millones: sus fundadores donarán mayor parte de su riqueza"
                                },
                                {
                                    "publisher": "K5global",
                                    "news_url": "https://www.k5global.com/companies",
                                    "news_title": "K5 Global Portfolio"
                                },
                                {
                                    "publisher": "Canva",
                                    "news_url": "https://www.canva.com/newsroom/news/canva-announces-usd-40-billion-valuation-fueled-global-demand-visual-communication/",
                                    "news_title": "Canva Announces USD 40 Billion Valuation Fueled by the Global Demand for Visual Communication"
                                },
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/3luKY5d",
                                    "news_title": "Canva reaches $40b valuation after $200m raise"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2021/09/canva-raises-usd-200m-in-funding-valued-at-usd-40-billion-valuation.html",
                                    "news_title": "Canva Raises USD $200M in Funding; Valued at USD 40 Billion Valuation"
                                },
                                {
                                    "publisher": "Egirisim",
                                    "news_url": "https://egirisim.com/2021/09/15/200-milyon-dolar-yatirim-alan-canva-40-milyar-dolar-degerlemeye-ulasti/",
                                    "news_title": "200 milyon dolar yatırım alan Canva, 40 milyar dolar değerlemeye ulaştı"
                                },
                                {
                                    "publisher": "Trib",
                                    "news_url": "https://trib.al/WlIgAYF",
                                    "news_title": "Canva Raises At $40 Billion Valuation — Its Founders Are Pledging Away Most Of Their Wealth"
                                },
                                {
                                    "publisher": "Bloombergquint",
                                    "news_url": "https://www.bloombergquint.com/business/canva-vaults-to-40-billion-value-as-online-collaboration-surges",
                                    "news_title": "Canva Vaults to $40 Billion Value as Online Collaboration Surges"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/S7b9KF",
                                    "news_title": "Canva hits $US40bn valuation"
                                },
                                {
                                    "publisher": "Bebeez",
                                    "news_url": "https://bebeez.it/private-equity-breakfast/notizie-da-500-global-canva-aldrich-capital-partners-lever-vc-avista-capital-nordic-capital-adq-blackstone-vista-equity-carlyle-cvc/",
                                    "news_title": "Notizie da 500 Global, Canva, Aldrich Capital Partners, Lever VC, Avista Capital, Nordic Capital, ADQ, Blackstone, Vista Equity, Carlyle, CVC"
                                },
                                {
                                    "publisher": "Webrazzi",
                                    "news_url": "https://webrazzi.com/2021/09/15/200-milyon-dolar-yatirim-alan-canvanin-degerlemesi-40-milyar-dolara-ulasti",
                                    "news_title": "200 milyon dolar yatırım alan Canva'nın değerlemesi 40 milyar dolara ulaştı"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-04-06",
                        "round": "Venture",
                        "amount": 71000000.0,
                        "total_investors": 4,
                        "lead_investors": [
                            "Dragoneer Investment Group",
                            "T. Rowe Price"
                        ],
                        "investors": [
                            "Skip Capital",
                            "Blackbird Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/3sYRkMz",
                                    "news_title": "Canva turns into a decacorn after its latest fundraise"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://forbes.co/2021/04/07/emprendedores/canva-logra-valuacion-de-us15-000-millones-convirtiendo-a-sus-cofundadores-en-multimillonarios/",
                                    "news_title": "Canva achieves valuation of US$15 billion, turning its co-founders into billionaires"
                                },
                                {
                                    "publisher": "Indiatimes",
                                    "news_url": "https://economictimes.indiatimes.com/tech/funding/software-firm-canva-valued-at-15-billion-after-raising-71-million/articleshow/81944715.cms",
                                    "news_title": "Software firm Canva valued at $15 billion after raising $71 million"
                                },
                                {
                                    "publisher": "Builtinaustin",
                                    "news_url": "https://www.builtinaustin.com/2021/04/07/canva-raises-71m-15b-valuation-austin-hiring",
                                    "news_title": "Graphic Design Startup Canva Raises $71M at $15B Valuation, Is Hiring in ATX"
                                },
                                {
                                    "publisher": "Siliconangle",
                                    "news_url": "https://siliconangle.com/2021/04/06/australian-graphic-design-tool-startup-canva-raises-71m-15b-valuation/",
                                    "news_title": "Australian graphic design tool startup Canva raises $71M on $15B valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-06-22",
                        "round": "Venture",
                        "amount": 60000000.0,
                        "total_investors": 6,
                        "lead_investors": [
                            "HSG",
                            "Blackbird Ventures"
                        ],
                        "investors": [
                            "General Catalyst",
                            "Bond",
                            "Bessemer Venture Partners",
                            "Felicis"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Bit",
                                    "news_url": "https://bit.ly/37VPz9s",
                                    "news_title": "Design Software Unicorn Canva Hits $6 Billion Valuation In $60 Million Raise Amid Covid-19 Boom"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/RZ7Mhl",
                                    "news_title": "Canva raises $60 million on a $6 billion valuation"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/RZ7Fjs",
                                    "news_title": "Canva raises $60 million on a $6 billion valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-10-16",
                        "round": "Series E",
                        "amount": 85000000.0,
                        "total_investors": 6,
                        "lead_investors": [
                            "Bond"
                        ],
                        "investors": [
                            "Felicis",
                            "General Catalyst",
                            "Blackbird Ventures",
                            "HSG",
                            "Bessemer Venture Partners"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Businessinsider",
                                    "news_url": "https://www.businessinsider.com/canva-series-e-bond-capital-led-series-d-2019-10",
                                    "news_title": "Australian graphic design startup Canva raised $85 million, just five months after its last $70 million round. Its CEO explains the strategy behind raising so fast."
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/10/16/canva-now-valued-at-3-2-billion-launches-an-enterprise-product/",
                                    "news_title": "Canva, now valued at $3.2 billion, launches an enterprise product"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-05-20",
                        "round": "Series D",
                        "amount": 70000000.0,
                        "total_investors": 4,
                        "lead_investors": [
                            "Bond",
                            "General Catalyst",
                            "Felicis"
                        ],
                        "investors": [
                            "Blackbird Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/05/20/graphic-design-platform-canva-valued-at-2-5b-with-new-funds/",
                                    "news_title": "Graphic design platform Canva valued at $2.5B with new funds"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2018-01-09",
                        "round": "Series C",
                        "amount": 40000000.0,
                        "total_investors": 5,
                        "lead_investors": [
                            "HSG"
                        ],
                        "investors": [
                            "Saniel Ventures",
                            "Five V Capital",
                            "Felicis",
                            "Blackbird Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Saniel",
                                    "news_url": "https://saniel.vc/portfolio-items/canva/",
                                    "news_title": "Saniel Ventures Portfolio"
                                },
                                {
                                    "publisher": "Theusafeed",
                                    "news_url": "http://theusafeed.com/new-sequoia-china-investment-values-australian-design-company-canva-at-1-billion/",
                                    "news_title": "New Sequoia China investment values Australian design company Canva at $1 billion"
                                },
                                {
                                    "publisher": "Canva",
                                    "news_url": "https://about.canva.com/news/canva-raises-40m-round-earn-unicorn-title/",
                                    "news_title": "Canva raises $40M round to earn Unicorn title"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2018/01/08/new-sequoia-china-investment-values-australian-design-company-canva-at-1-billion/",
                                    "news_title": "New Sequoia China investment values Australian design company Canva at $1 billion"
                                },
                                {
                                    "publisher": "Fivevcapital",
                                    "news_url": "https://www.fivevcapital.com/news/canva-raises-40m",
                                    "news_title": "Canva raises $40M round to earn Unicorn title"
                                },
                                {
                                    "publisher": "Qz",
                                    "news_url": "https://qz.com/1176297",
                                    "news_title": "The newest $1 billion startup is led by one of tech’s youngest female CEOs"
                                },
                                {
                                    "publisher": "Com",
                                    "news_url": "https://www.smartcompany.com.au/startupsmart/news-analysis/canva-50-9-million-australia-tech-unicorn-startup-funding-2018/",
                                    "news_title": "Canva raises $50.9 million to become Australia’s latest unicorn, setting the bar high for startup funding in 2018"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2016-09-14",
                        "round": "Series B",
                        "amount": 15000000.0,
                        "total_investors": 3,
                        "lead_investors": [
                            "Blackbird Ventures"
                        ],
                        "investors": [
                            "Felicis",
                            "Chloe Steinberg"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Afr",
                                    "news_url": "http://www.afr.com/street-talk/canva-in-second-capital-raise-20160907-grbdxb",
                                    "news_title": "Canva in another capital raise"
                                },
                                {
                                    "publisher": "Techinasia",
                                    "news_url": "https://www.techinasia.com/canva-15m-funding",
                                    "news_title": "Canva just raised $15m without even touching the funds from its last round"
                                }
                            ]
                        }
                    }
                ],
                "key_investors": [
                    {
                        "name": "Blackbird Ventures",
                        "permalink": "blackbird-ventures-australia-invested-in-canva-series-f--ffe2a485--25c0fa10",
                        "type": "",
                        "first_entry_date": "2016-09-14",
                        "rounds_participated": [
                            "Series F",
                            "Venture",
                            "Series E",
                            "Series D",
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Felicis",
                        "permalink": "felicis-ventures-invested-in-canva-series-f--ffe2a485--9efbfe82",
                        "type": "",
                        "first_entry_date": "2016-09-14",
                        "rounds_participated": [
                            "Series F",
                            "Venture",
                            "Series E",
                            "Series D",
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Chloe Steinberg",
                        "permalink": "chloe-steinberg-invested-in-canva-series-b--1391ac16--7555f8d5",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2016-09-14",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "HSG",
                        "permalink": "hsg-cap-invested-in-canva-series-unknown--92f83233--79db8602",
                        "type": "",
                        "first_entry_date": "2018-01-09",
                        "rounds_participated": [
                            "Venture",
                            "Series E",
                            "Series C"
                        ]
                    },
                    {
                        "name": "Saniel Ventures",
                        "permalink": "saniel-ventures-invested-in-canva-series-c--d2044b57--428c654e",
                        "type": "",
                        "first_entry_date": "2018-01-09",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "Five V Capital",
                        "permalink": "five-v-capital-invested-in-canva-series-c--d2044b57--9852da9c",
                        "type": "",
                        "first_entry_date": "2018-01-09",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "General Catalyst",
                        "permalink": "general-catalyst-partners-invested-in-canva-series-unknown--92f83233--1b4fef4c",
                        "type": "",
                        "first_entry_date": "2019-05-20",
                        "rounds_participated": [
                            "Venture",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Bond",
                        "permalink": "bond-57ec-invested-in-canva-series-unknown--92f83233--505e1af8",
                        "type": "",
                        "first_entry_date": "2019-05-20",
                        "rounds_participated": [
                            "Venture",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Bessemer Venture Partners",
                        "permalink": "bessemer-venture-partners-invested-in-canva-series-f--ffe2a485--231bfe9c",
                        "type": "",
                        "first_entry_date": "2019-10-16",
                        "rounds_participated": [
                            "Series F",
                            "Venture",
                            "Series E"
                        ]
                    },
                    {
                        "name": "T. Rowe Price",
                        "permalink": "t-rowe-price-invested-in-canva-series-f--ffe2a485--069f95a2",
                        "type": "",
                        "first_entry_date": "2021-04-06",
                        "rounds_participated": [
                            "Series F",
                            "Venture"
                        ]
                    },
                    {
                        "name": "Dragoneer Investment Group",
                        "permalink": "dragoneer-investment-group-invested-in-canva-series-f--ffe2a485--9dcd7bd3",
                        "type": "",
                        "first_entry_date": "2021-04-06",
                        "rounds_participated": [
                            "Series F",
                            "Venture"
                        ]
                    },
                    {
                        "name": "Skip Capital",
                        "permalink": "skip-capital-invested-in-canva-series-unknown--77a3fcf6--358cc489",
                        "type": "",
                        "first_entry_date": "2021-04-06",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Franklin Templeton",
                        "permalink": "franklin-templeton-investments-invested-in-canva-series-f--ffe2a485--0fb7e0c2",
                        "type": "",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Greenoaks",
                        "permalink": "greenoaks-capital-invested-in-canva-series-f--ffe2a485--1e5fae62",
                        "type": "",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Sahin Boydas",
                        "permalink": "sahin-invested-in-canva-series-f--ffe2a485--3035e0f3",
                        "type": "angel",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Sequoia Capital Global Equities",
                        "permalink": "sequoia-capital-global-equities-invested-in-canva-series-f--ffe2a485--4d59f99e",
                        "type": "",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Airtree Ventures",
                        "permalink": "airtree-ventures-2-invested-in-canva-series-f--ffe2a485--c397edfa",
                        "type": "",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "K5 Global",
                        "permalink": "k5-global-invested-in-canva-series-f--ffe2a485--c9e278f2",
                        "type": "",
                        "first_entry_date": "2021-09-14",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Athletic Ventures",
                        "permalink": "athletic-ventures-invested-in-canva-secondary-market--7decaa4d--39a18c63",
                        "type": "",
                        "first_entry_date": "2023-08-08",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Coatue",
                        "permalink": "coatue-invested-in-canva-secondary-market--7decaa4d--3c9d8529",
                        "type": "",
                        "first_entry_date": "2023-08-08",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "ICONIQ Growth",
                        "permalink": "iconiq-growth-invested-in-canva-secondary-market--7decaa4d--a38571a0",
                        "type": "",
                        "first_entry_date": "2023-08-08",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Irving Investors",
                        "permalink": "irving-investors-invested-in-canva-secondary-market--caf8c93a--0d9a9c85",
                        "type": "",
                        "first_entry_date": "2024-01-18",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Arrowshare Ventures",
                        "permalink": "arrowshare-ventures-invested-in-canva-secondary-market--caf8c93a--36bb917f",
                        "type": "",
                        "first_entry_date": "2024-01-18",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Ventioneers",
                        "permalink": "ventioneers-invested-in-canva-series-unknown--13dd5602--a10d98f4",
                        "type": "",
                        "first_entry_date": "2024-02-15",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Stack Capital",
                        "permalink": "stack-capital-invested-in-canva-private-equity--92e4a27a--371f1a7c",
                        "type": "",
                        "first_entry_date": "2024-05-01",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Premji Invest",
                        "permalink": "premjiinvest-invested-in-canva-secondary-market--67ae0d66--2cdcc698",
                        "type": "",
                        "first_entry_date": "2024-05-02",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Quadrant Private Equity",
                        "permalink": "quadrant-private-equity-2-invested-in-canva-secondary-market--67ae0d66--cb4e7e70",
                        "type": "",
                        "first_entry_date": "2024-05-02",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "J.P. Morgan Asset Management",
                        "permalink": "j-p-morgan-asset-management-invested-in-canva-secondary-market--39f13b19--0bcd4f92",
                        "type": "",
                        "first_entry_date": "2025-08-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Fidelity",
                        "permalink": "fidelity-investments-invested-in-canva-secondary-market--39f13b19--7dae5e43",
                        "type": "",
                        "first_entry_date": "2025-08-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Dominari Securities",
                        "permalink": "dominari-securities-invested-in-canva-secondary-market--39f13b19--fe8067b2",
                        "type": "",
                        "first_entry_date": "2025-08-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    }
                ]
            },
            "acquisitions": [
                {
                    "acquisition_date": "2025-06-17",
                    "name": "MagicBrief acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires MagicBrief on 2025-06-17 for an undisclosed amount",
                    "acquiree_name": "MagicBrief",
                    "acquiree_permalink": "magicbrief"
                },
                {
                    "acquisition_date": "2024-07-29",
                    "name": "Leonardo AI acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Leonardo AI on 2024-07-29 for an undisclosed amount",
                    "acquiree_name": "Leonardo AI",
                    "acquiree_permalink": "leonardo-ai"
                },
                {
                    "acquisition_date": "2024-03-26",
                    "name": "Affinity acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Affinity on 2024-03-26 for an undisclosed amount",
                    "acquiree_name": "Affinity",
                    "acquiree_permalink": "affinity-1463"
                },
                {
                    "acquisition_date": "2022-02-02",
                    "name": "Flourish acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Flourish on 2022-02-02 for an undisclosed amount",
                    "acquiree_name": "Flourish",
                    "acquiree_permalink": "flourish-2"
                },
                {
                    "acquisition_date": "2021-02-23",
                    "name": "Kaleido acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Kaleido on 2021-02-23 for an undisclosed amount",
                    "acquiree_name": "Kaleido",
                    "acquiree_permalink": "kaleido-e359"
                },
                {
                    "acquisition_date": "2021-02-22",
                    "name": "Smartmockups acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Smartmockups on 2021-02-22 for an undisclosed amount",
                    "acquiree_name": "Smartmockups",
                    "acquiree_permalink": "smartmockups"
                },
                {
                    "acquisition_date": "2019-05-17",
                    "name": "Pexels acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Pexels on 2019-05-17 for an undisclosed amount",
                    "acquiree_name": "Pexels",
                    "acquiree_permalink": "pexels"
                },
                {
                    "acquisition_date": "2019-05-17",
                    "name": "Pixabay acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Pixabay on 2019-05-17 for an undisclosed amount",
                    "acquiree_name": "Pixabay",
                    "acquiree_permalink": "pixabay"
                },
                {
                    "acquisition_date": "2018-04-24",
                    "name": "Zeetings acquired by Canva",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva acquires Zeetings on 2018-04-24 for an undisclosed amount",
                    "acquiree_name": "Zeetings",
                    "acquiree_permalink": "zeetings"
                }
            ],
            "investments": [
                {
                    "announcement_date": "2025-12-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva investment in Series B - Black Forest Labs",
                    "lead_investor": false,
                    "funding_round_id": "black-forest-labs-01de-series-b--b4a4a81b",
                    "investee_name": "Black Forest Labs",
                    "investee_permalink": "black-forest-labs-01de"
                },
                {
                    "announcement_date": "2023-12-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva investment in Seed Round - Clove",
                    "lead_investor": false,
                    "funding_round_id": "clove-b407-seed--d3e417c3",
                    "investee_name": "Clove",
                    "investee_permalink": "clove-b407"
                },
                {
                    "announcement_date": "2022-11-30",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva investment in Seed Round - Upollo",
                    "lead_investor": false,
                    "funding_round_id": "upollo-seed--6ec61714",
                    "investee_name": "Upollo",
                    "investee_permalink": "upollo"
                },
                {
                    "announcement_date": "2022-02-28",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Canva investment in Seed Round - Calven",
                    "lead_investor": false,
                    "funding_round_id": "calven-seed--dd18e101",
                    "investee_name": "Calven",
                    "investee_permalink": "calven"
                }
            ]
        },
        "stripe": {
            "firmographics": {
                "name": "Stripe",
                "website": "https://stripe.com",
                "location": "South San Francisco, United States",
                "founded": 2010,
                "type": "private",
                "operating_status": "Operating",
                "ticker": null
            },
            "funding": {
                "overall": {
                    "funding_stage": "Secondary Market",
                    "total_funding": 9440247725.0,
                    "last_funding_date": "2025-02-27",
                    "num_funding_rounds": "22",
                    "key_investors": [
                        "General Catalyst",
                        "Sequoia Capital",
                        "CapitalG",
                        "Ling Wong",
                        "Alven",
                        "Google",
                        "Jean-Sébastien Wallez",
                        "Junipero Capital",
                        "Andreessen Horowitz",
                        "Thrive Capital",
                        "Base Partners",
                        "Tiger Global Management",
                        "DST Global",
                        "Khosla Ventures",
                        "Kleiner Perkins",
                        "Abstract Labs LLC",
                        "Novator",
                        "Seek Ventures",
                        "Google Ventures",
                        "All Blue Capital",
                        "Baillie Gifford",
                        "National Treasury Management Agency (NTMA)",
                        "Ethos VC",
                        "HOF Capital",
                        "Fidelity",
                        "AXA Group",
                        "Allianz X",
                        "Counterpart Advisors",
                        "Ventioneers",
                        "Founders Fund",
                        "GIC",
                        "MSD Partners",
                        "G2D Investments",
                        "Axevil Capital",
                        "SquareOne Capital",
                        "Temasek Holdings",
                        "Goldman Sachs Asset Management",
                        "Lightspeed Venture Partners",
                        "Hedosophia",
                        "IDA Ireland",
                        "Richard Cooperstein",
                        "E1 Ventures",
                        "Coatue",
                        "Robinhood Ventures"
                    ]
                },
                "funding_rounds": [
                    {
                        "date": "2026-03-09",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Robinhood Ventures"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Finovate",
                                    "news_url": "https://finovate.com/robinhood-ventures-invests-in-stripe-and-elevenlabs/",
                                    "news_title": "Robinhood Ventures Invests in Stripe and ElevenLabs"
                                },
                                {
                                    "publisher": "Panewslab",
                                    "news_url": "https://www.panewslab.com/zh/articles/019d1845-65c5-76cb-ae89-887394bfce10",
                                    "news_title": "融资周报 | 公开融资事件11起,预测市场平台Kalshi完成新一轮超10亿美元融资,估值达220亿美元"
                                },
                                {
                                    "publisher": "Techmeme",
                                    "news_url": "http://www.techmeme.com/260317/p39#a260317p39",
                                    "news_title": "Robinhood Ventures Fund I discloses its first investments, buying $14.6M of Stripe shares and $20M of ElevenLabs' preferred stock in March (CoinDesk)"
                                },
                                {
                                    "publisher": "Robinhood",
                                    "news_url": "https://robinhood.com/us/en/newsroom/rvi-stripe-elevenlabs/",
                                    "news_title": "Robinhood Ventures Fund I (RVI) Announces Investments in Stripe and ElevenLabs"
                                },
                                {
                                    "publisher": "Globenewswire",
                                    "news_url": "https://www.globenewswire.com/news-release/2026/03/17/3257302/0/en/Robinhood-Ventures-Fund-I-RVI-Announces-Investments-in-Stripe-and-ElevenLabs.html",
                                    "news_title": "Robinhood Ventures Fund I (RVI) Announces Investments in Stripe and ElevenLabs"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2026-02-24",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 3,
                        "lead_investors": [],
                        "investors": [
                            "Andreessen Horowitz",
                            "Thrive Capital",
                            "Coatue"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/newsroom/news/stripe-2025-update",
                                    "news_title": "Stripe publishes 2025 annual letter and announces tender offer to provide liquidity to current and former employees"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2026/02/24/stripe-value-stock-sale-tender-offer.html",
                                    "news_title": "Stripe valued at $159 billion after tender offer for employees, shareholders"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2026/02/24/stripe-value-stock-sale-tender-offer.html",
                                    "news_title": "Stripe valued at $159 billion after tender offer for employees, shareholders"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/fintech/plaid-completes-tender-offer-8b-valuation/",
                                    "news_title": "Fintech Plaid Completes Tender Offer At $8B Valuation"
                                },
                                {
                                    "publisher": "Panewslab",
                                    "news_url": "https://www.panewslab.com/zh/articles/019c9045-175d-7738-a9ef-675120f7174e",
                                    "news_title": "Stripe在员工股权收购要约中估值达1590亿美元"
                                },
                                {
                                    "publisher": "Irishtimes",
                                    "news_url": "https://www.irishtimes.com/business/2026/02/24/irish-founded-fintech-stripe-valued-at-159bn/",
                                    "news_title": "Irish-founded fintech Stripe valued at $159bn"
                                },
                                {
                                    "publisher": "Decrypt",
                                    "news_url": "https://decrypt.co/359032/stripe-tender-offer-159-billion-valuation-stablecoin-volume",
                                    "news_title": "'Stablecoin Summer': Stripe Makes Tender Offer at $159 Billion Valuation"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/fintech/unicorn-stripe-secondary-sale-valuation/",
                                    "news_title": "Fintech Giant Stripe’s Valuation Soars to $159B In Latest Secondary Stock Sale"
                                },
                                {
                                    "publisher": "Benzinga",
                                    "news_url": "https://www.benzinga.com/markets/private-markets/26/02/50823495/stripe-announces-tender-offer-at-159b-valuation",
                                    "news_title": "Stripe Announces Tender Offer At $159B Valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2025-02-27",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/newsroom/news/employee-liquidity-feb-2025",
                                    "news_title": "Stripe announces tender offer to provide liquidity to current and former employees"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/venture/unicorn-valuation-escalation-ai-space-tech-robotics/",
                                    "news_title": "In The Era Of Unicorn Valuation Escalation, A Trillion Dollars Isn’t What It Used To Be"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2025/02/27/stripes-valuation-climbs-to-91point5-billion-in-secondary-stock-sale-.html",
                                    "news_title": "Stripe's valuation climbs to $91.5 billion in secondary stock offer"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-04-12",
                        "round": "Venture",
                        "amount": 694159778.0,
                        "total_investors": 2,
                        "lead_investors": [],
                        "investors": [
                            "Ventioneers",
                            "E1 Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/business/finance/fintech-giant-stripe-raises-nearly-694-mln-funds-2024-04-12/",
                                    "news_title": "Fintech giant Stripe says raised $694 mln in tender offer"
                                },
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/2024/04/stripe-raises-694m-in-funds-through-share-sale/",
                                    "news_title": "Stripe raises $694m through share sale to provide employee liquidity"
                                },
                                {
                                    "publisher": "Siliconrepublic",
                                    "news_url": "https://www.siliconrepublic.com/start-ups/stripe-funding-stock-shares-sale-fintech-payments-ipo",
                                    "news_title": "Stripe raises $694m as investors speculate IPO"
                                },
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1691342/000169134224000001/xslFormDX01/primary_doc.xml",
                                    "news_title": "Form D"
                                },
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/in/newsroom/news/employee-liquidity-feb-2024",
                                    "news_title": "Stripe announces tender offer to provide employee liquidity"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-03-01",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Richard Cooperstein"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2023-04-25",
                        "round": "Non",
                        "amount": 11087947.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "IDA Ireland"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/Sn3WzM",
                                    "news_title": "Stripe granted €10m in IDA funding for engineer hires at new Dublin hub"
                                },
                                {
                                    "publisher": "Headtopics",
                                    "news_url": "https://headtopics.com/ie/stripe-granted-10m-in-ida-funding-for-engineer-hires-at-new-dublin-hub-38410006",
                                    "news_title": "Stripe granted €10m in IDA funding for engineer hires at new Dublin hub"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/3nFcS3k",
                                    "news_title": "Venture Capital Funding Plummets, But AI Investment Growing Strong"
                                },
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2023/05/04/paytech-accounts-for-9-7-of-global-fintech-deals-in-q1-2023/",
                                    "news_title": "PayTech accounts for 9.7% of global FinTech deals in Q1 2023"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2023-03-15",
                        "round": "Series I",
                        "amount": 6500000000.0,
                        "total_investors": 15,
                        "lead_investors": [
                            "Thrive Capital",
                            "Founders Fund",
                            "MSD Partners",
                            "General Catalyst",
                            "Baillie Gifford",
                            "Andreessen Horowitz"
                        ],
                        "investors": [
                            "Ventioneers",
                            "GIC",
                            "G2D Investments",
                            "Axevil Capital",
                            "SquareOne Capital",
                            "Temasek Holdings",
                            "Goldman Sachs Asset Management",
                            "Lightspeed Venture Partners",
                            "Hedosophia"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/technology/fintech-stripe-valued-50-bln-after-65-bln-fundraise-2023-03-15/",
                                    "news_title": "Stripe nearly halves valuation to $50 bln following $6.5 bln raise"
                                },
                                {
                                    "publisher": "Kr-asia",
                                    "news_url": "https://kr-asia.com/singapores-gic-and-temasek-join-stripes-usd-6-5-billion-fundraising",
                                    "news_title": "Singapore’s GIC and Temasek join Stripe’s USD 6.5 billion fundraising"
                                },
                                {
                                    "publisher": "G2d-investments",
                                    "news_url": "https://www.g2d-investments.com/portfolio/investimentos-diretos/",
                                    "news_title": "G2D Investments Portfolio"
                                },
                                {
                                    "publisher": "Webrazzi",
                                    "news_url": "https://webrazzi.com/2023/03/16/6-5-milyar-dolar-yatirim-alan-stripe-in-yeni-degerlemesi-50-milyar-dolar-oldu/",
                                    "news_title": "Stripe's new valuation is $ 50 billion, with an investment of $ 6.5 billion"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2023/03/15/stripe-raises-series-i-billion-at-sharply-reduced-50-billion-valuation.html?utm_term=Autofeed&utm_medium=Social&utm_content=Tech&utm_source=Twitter#Echobox=1678918172",
                                    "news_title": "Stripe slashes valuation to $50 billion in new $6.5 billion funding round"
                                },
                                {
                                    "publisher": "Rte",
                                    "news_url": "https://www.rte.ie/news/business/2023/0315/1363492-stripe-raises-6-5-billion-at-50-billion-valuation/",
                                    "news_title": "Stripe raises $6.5 billion in fresh funding at at much reduced valuation"
                                },
                                {
                                    "publisher": "Independent",
                                    "news_url": "https://www.independent.ie/business/technology/news/collison-brothers-stripe-wins-61bn-investment-but-at-near-half-previous-valuation-42388708.html",
                                    "news_title": "Collison brothers’ Stripe wins €6.1bn investment but at near half previous valuation"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/job-market/tech-jobs-hiring-venture-startups-april-7/",
                                    "news_title": "Tech Jobs: Here Are 5 Funded Fintech Startups Hiring For Multiple Roles"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/phoebeliu/2023/03/15/stripe-raises-65-billion-at-50-billion-valuation-nearly-half-its-peak/?sh=47ff6d367963",
                                    "news_title": "Stripe Raises $6.5 Billion At $50 Billion Valuation, Nearly Half Its Peak"
                                },
                                {
                                    "publisher": "Axios",
                                    "news_url": "https://www.axios.com/2023/03/15/stripe-50-billion",
                                    "news_title": "Payments giant Stripe raises $6.5 billion at a $50 billion valuation"
                                },
                                {
                                    "publisher": "Builtinsf",
                                    "news_url": "https://www.builtinsf.com/2023/03/20/san-francisco-tech-news-032023",
                                    "news_title": "Adept Got $350M, Nimble Raised $65M, and More SF Tech News"
                                },
                                {
                                    "publisher": "Moneycontrol",
                                    "news_url": "https://www.moneycontrol.com/news/world/stripe-nearly-halves-valuation-to-50-billion-following-6-5-billion-raise-10257061.html",
                                    "news_title": "Stripe nearly halves valuation to $50 billion following $6.5 billion raise"
                                },
                                {
                                    "publisher": "Businesspost",
                                    "news_url": "https://www.businesspost.ie/tech/stripe-agrees-6-5bn-fundraise-at-a-50bn-valuation/",
                                    "news_title": "Stripe agrees $6.5bn fundraise at a $50bn valuation"
                                },
                                {
                                    "publisher": "Techfundingnews",
                                    "news_url": "https://techfundingnews.com/10-ambitious-european-fintechs-that-secured-funding-during-the-economic-crisis-so-far-in-2023/",
                                    "news_title": "10 ambitious European fintechs that secured funding during the economic crisis so far in 2023"
                                },
                                {
                                    "publisher": "Yahoo",
                                    "news_url": "https://finance.yahoo.com/news/fintech-stripe-valued-50-billion-210919718.html?ncid=twitter_yfsocialtw_l1gbd0noiom",
                                    "news_title": "Stripe nearly halves valuation to $50 billion following $6.5 billion raise"
                                },
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/en-in/newsroom/news/stripe-series-i-employee-liquidity",
                                    "news_title": "Stripe announces new round of funding and plan to provide employee liquidity"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2023/03/15/stripe-now-valued-at-50b-following-6-5b-raise/",
                                    "news_title": "Stripe now valued at $50B following $6.5B raise"
                                },
                                {
                                    "publisher": "528btc",
                                    "news_url": "https://www.528btc.com/kx/115815308.html",
                                    "news_title": "Stripe completes $6.5 billion funding round at $50 billion valuation to provide liquidity to former and current employees"
                                },
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1691342/000169134223000001/xslFormDX01/primary_doc.xml",
                                    "news_title": "UNITED STATES SECURITIES AND EXCHANGE COMMISSION"
                                },
                                {
                                    "publisher": "Incubees",
                                    "news_url": "https://incubees.com/after-6-5-b-raise-stripes-valuation-drops-to-50-b/",
                                    "news_title": "After $6.5 B raise, Stripe’s valuation drops to $50 B"
                                },
                                {
                                    "publisher": "Techfundingnews",
                                    "news_url": "https://techfundingnews.com/payments-giant-stripe-raises-6-5b-funding-after-halving-its-valuation-to-50b/",
                                    "news_title": "Payments giant Stripe raises $6.5B funding after halving its valuation to $50B"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/venture/next-insurance-raise-ai-all-alv/",
                                    "news_title": "Small Biz Insurer Next Insurance Raises $265M"
                                },
                                {
                                    "publisher": "Siliconangle",
                                    "news_url": "https://siliconangle.com/2023/03/15/stripe-raises-6-5b-50b-valuation-address-employee-tax-obligations/?utm_source=dlvr.it&utm_medium=twitter",
                                    "news_title": "Stripe raises $6.5B on $50B valuation to address employee tax obligations"
                                },
                                {
                                    "publisher": "Lsvp",
                                    "news_url": "https://lsvp.com/company/stripe/",
                                    "news_title": "Lightspeed Ventures portfolio -Stripe(Justin Overdorff - Partner, Will Kohler - Partner)"
                                },
                                {
                                    "publisher": "Fintechnews",
                                    "news_url": "https://fintechnews.sg/70733/funding/stripe-raises-us6-5-billion-at-a-valuation-slashed-by-almost-half/",
                                    "news_title": "Stripe Raises US$6.5 Billion at a Valuation Slashed by Almost Half"
                                },
                                {
                                    "publisher": "Techfundingnews",
                                    "news_url": "https://techfundingnews.com/payments-giant-stripe-raises-6-5b-funding-after-halving-its-valuation-to-50b/",
                                    "news_title": "Payments giant Stripe raises $6.5B funding after halving its valuation to $50B"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-03-14",
                        "round": "Series H",
                        "amount": 600000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "National Treasury Management Agency (NTMA)",
                            "Baillie Gifford",
                            "Sequoia Capital",
                            "Fidelity",
                            "AXA Group",
                            "Allianz X"
                        ],
                        "investors": [
                            "Ethos VC",
                            "HOF Capital",
                            "Counterpart Advisors"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://cn.reuters.com/article/us-stripe-financing-valuation-idUSKBN2B60NZ",
                                    "news_title": "Stripe raises $600 million in funding round, making for a $95 billion valuation"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2021/03/stripe-raises-600m-valued-at-95-billion.html",
                                    "news_title": "Stripe Raises $600M; Valued at $95 Billion"
                                },
                                {
                                    "publisher": "Bloomberg",
                                    "news_url": "https://www.bloomberg.com/news/articles/2021-03-14/stripe-raises-600-million-valuing-company-at-95-billion",
                                    "news_title": "Stripe’s Value Jumps to $95 Billion, Becomes Top U.S. Startup"
                                },
                                {
                                    "publisher": "Foxbusiness",
                                    "news_url": "https://www.foxbusiness.com/financials/fintech-stripe-scores-blockbuster-95-billion-valuation-wsj",
                                    "news_title": "Fintech Stripe scores blockbuster $95 Billion valuation: WSJ"
                                },
                                {
                                    "publisher": "Mktw",
                                    "news_url": "https://on.mktw.net/3vpZBuM",
                                    "news_title": "Stripe’s valuation soars to $95 billion after $600 million funding round"
                                },
                                {
                                    "publisher": "Frenchweb",
                                    "news_url": "https://www.frenchweb.fr/fintech-stripe-atteint-une-valorisation-de-95-milliards-de-dollars-apres-une-nouvelle-mega-levee/417673",
                                    "news_title": "FinTech: Stripe atteint une valorisation de 95 milliards de dollars après une nouvelle méga-levée"
                                },
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/newsroom/news/stripe-series-h",
                                    "news_title": "Stripe has raised a new round of funding to accelerate momentum in Europe and reinforce enterprise leadership"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2021/03/14/stripe-closes-600m-round-at-a-95b-valuation/?utm_source=dlvr.it&utm_medium=twitter",
                                    "news_title": "Stripe closes $600M round at a $95B valuation"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/37669/stripe-raises-600-million-at-a-95-billion-valuation",
                                    "news_title": "Stripe raises $600 million at a $95 billion valuation"
                                },
                                {
                                    "publisher": "Marketwatch",
                                    "news_url": "https://www.marketwatch.com/story/stripes-valuation-soars-to-95-billion-after-600-million-funding-round-11615761553",
                                    "news_title": "Stripe’s valuation soars to $95 billion after $600 million funding round"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/u-s-consumer-fintech-funding-chargbee-mos-chime/",
                                    "news_title": "U.S. Consumer Fintech Funding Takes A (Small) Breather"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/under-the-hood-a-closer-look-at-stripe-the-most-highly-valued-venture-backed-private-company-in-the-us/",
                                    "news_title": "Under The Hood: A Closer Look At Stripe, The Most Highly Valued Venture-backed Private Company In The US"
                                },
                                {
                                    "publisher": "Financemagnates",
                                    "news_url": "https://www.financemagnates.com/fintech/payments/stripe-secures-600-million-funding-at-a-valuation-of-95-billion/",
                                    "news_title": "Stripe Secures $600 Million Funding at a Valuation of $95 Billion"
                                },
                                {
                                    "publisher": "Frenchweb",
                                    "news_url": "https://www.frenchweb.fr/shopify-sequoia-silver-lake-les-investissements-se-multiplient-chez-stripe-avant-son-ipo/424266",
                                    "news_title": "Shopify, Sequoia, Silver Lake… : les investissements se multiplient chez Stripe avant son IPO"
                                },
                                {
                                    "publisher": "Nigel",
                                    "news_url": "http://d.nigel.im/Rvlq7r",
                                    "news_title": "Stripe reaches $95B valuation"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2021/03/14/stripe-valued-at-95-billion-in-600-million-funding-round.html",
                                    "news_title": "Stripe raises new capital, reaching $95 billion valuation ahead of highly anticipated market debut"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/briefing-3-15-21/",
                                    "news_title": "The Briefing: Stripe Lands $600M At $95B Valuation, ElevateBio Raises $525M, And More"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-04-16",
                        "round": "Series G",
                        "amount": 600000000.0,
                        "total_investors": 5,
                        "lead_investors": [],
                        "investors": [
                            "General Catalyst",
                            "Google Ventures",
                            "Sequoia Capital",
                            "Base Partners",
                            "All Blue Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/2020/04/stripe-bags-600m-in-fresh-funding-to-hit-36bn-valuation/",
                                    "news_title": "Stripe bags $600m in fresh funding to hit $36bn valuation"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2020/04/16/stripe-raises-600m-at-36b-valuation-in-series-g-extension-says-it-has-2b-on-its-balance-sheet/",
                                    "news_title": "Stripe raises $600M at $36B valuation in Series G extension, says it has $2B on its balance sheet"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/amp/2020/04/16/stripe-raises-600-million-funding-round-at-36-billion-valuation.html",
                                    "news_title": "Stripe, Silicon Valley's most valuable start-up, raises new capital at $36 billion valuation"
                                },
                                {
                                    "publisher": "Pulse2",
                                    "news_url": "https://pulse2.com/stripe-raises-600-million/",
                                    "news_title": "Stripe Raises $600 Million To Expand, Hire More Talent, And Pursue Acquisitions"
                                },
                                {
                                    "publisher": "Thetechportal",
                                    "news_url": "https://thetechportal.com/2020/04/17/stripe-600-million-series-g-funding/",
                                    "news_title": "Stripe lands an additional $600 million in Series G at a $36B valuation"
                                },
                                {
                                    "publisher": "Indiatimes",
                                    "news_url": "https://tech.economictimes.indiatimes.com/news/internet/stripe-raises-600-million-as-covid-19-gives-fintech-a-boost/75191798",
                                    "news_title": "Stripe raises $600 million as Covid-19 gives fintech a boost"
                                },
                                {
                                    "publisher": "Mediapost",
                                    "news_url": "https://www.mediapost.com/publications/article/350201/online-commerce-startup-raises-600-million.html",
                                    "news_title": "Online Commerce Startup Raises $600 Million"
                                },
                                {
                                    "publisher": "Stripe",
                                    "news_url": "https://stripe.com/en-nl/newsroom/news/stripe-extends-series-g-funding-round",
                                    "news_title": "Stripe extends Series G funding round"
                                },
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/3eoAf7T",
                                    "news_title": "Scoop: Stripe raises $600 million at nearly $36 billion valuation"
                                },
                                {
                                    "publisher": "Trib",
                                    "news_url": "https://trib.al/0EQr0DH",
                                    "news_title": "Stripe gains $600 million in funding to bring coronavirus aid to merchants"
                                },
                                {
                                    "publisher": "Siliconrepublic",
                                    "news_url": "https://www.siliconrepublic.com/start-ups/stripe-series-g-funding-coronavirus",
                                    "news_title": "Stripe now valued at $36bn after raising $600m in Series G funding"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2020/04/16/stripe-raises-600-million-funding-round-at-36-billion-valuation.html",
                                    "news_title": "Stripe, Silicon Valley’s most valuable start-up, raises new capital at $36 billion valuation"
                                },
                                {
                                    "publisher": "Co",
                                    "news_url": "https://fstech.co.uk/fst/Stripe_Raises_Additional_600m_Series_G_Funding.php",
                                    "news_title": "Stripe raises a further $600m of funding"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/35645/stripe-raises-600m",
                                    "news_title": "Stripe raises $600m"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/34HBivi",
                                    "news_title": "Stripe Raises $600 Million as COVID-19 Gives Fintech a Boost"
                                },
                                {
                                    "publisher": "Siliconcanals",
                                    "news_url": "https://siliconcanals.com/crowdfunding/adyens-arch-rival-stripe-raises-e553m-at-e33-2b-valuation-plans-big-to-grow-big-in-europe/",
                                    "news_title": "Adyen’s arch-rival Stripe raises €553M at €33.2B valuation, plans big to grow big in Europe"
                                },
                                {
                                    "publisher": "Crowdfundinsider",
                                    "news_url": "https://www.crowdfundinsider.com/2020/04/160262-stripe-announces-extension-of-series-g-funding-round-now-raising-an-additional-600-million/",
                                    "news_title": "Stripe Announces Extension of Series G Funding Round; Now Raising An Additional $600 Million"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-09-19",
                        "round": "Series G",
                        "amount": 250000000.0,
                        "total_investors": 4,
                        "lead_investors": [
                            "General Catalyst",
                            "Andreessen Horowitz"
                        ],
                        "investors": [
                            "Sequoia Capital",
                            "Seek Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/09/19/stripe-is-raising-another-250m-at-a-35b-pre-money-valuation/",
                                    "news_title": "Payments giant Stripe is raising another $250M at a $35B pre-money valuation"
                                },
                                {
                                    "publisher": "Pulse2",
                                    "news_url": "https://pulse2.com/stripe-250-million-funding-at-35-billion-valuation/",
                                    "news_title": "Stripe Raises $250 Million In Funding At $35 Billion Pre-Money Valuation"
                                },
                                {
                                    "publisher": "Wsj",
                                    "news_url": "https://www.wsj.com/articles/fintech-company-stripe-joins-silicon-valley-elite-with-35-billion-valuation-11568912443",
                                    "news_title": "Fintech Company Stripe Joins Silicon Valley Elite With $35 Billion Valuation"
                                },
                                {
                                    "publisher": "Seekventures",
                                    "news_url": "https://www.seekventures.com/",
                                    "news_title": "Seek Ventures Portfolio"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/stripes-valuation-stretches-to-35b-with-new-250m-investment/1025/",
                                    "news_title": "Stripe’s Valuation Stretches To $35B With New $250M Investment"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-01-29",
                        "round": "Series E",
                        "amount": 100000000.0,
                        "total_investors": 3,
                        "lead_investors": [
                            "Tiger Global Management"
                        ],
                        "investors": [
                            "Abstract Labs LLC",
                            "Novator"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Theinformation",
                                    "news_url": "https://www.theinformation.com/articles/stripe-raises-100-million-at-22-billion-valuation",
                                    "news_title": "Stripe Raises $100 Million at $22 Billion Valuation"
                                },
                                {
                                    "publisher": "Co",
                                    "news_url": "https://novator.co.uk/portfolio/stripe/",
                                    "news_title": "Novator Partners-Portfolio-- Stripe"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/33291/stripe-raises-100m-at-225bn-valuation",
                                    "news_title": "Stripe raises $100m at $22.5bn valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2018-09-26",
                        "round": "Series E",
                        "amount": 245000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "Tiger Global Management"
                        ],
                        "investors": [
                            "DST Global",
                            "Andreessen Horowitz",
                            "General Catalyst",
                            "Sequoia Capital",
                            "Khosla Ventures",
                            "Base Partners",
                            "Kleiner Perkins",
                            "Thrive Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2018/09/26/stripe-is-now-valued-at-20b-after-raising-another-245m-led-by-tiger-global/",
                                    "news_title": "Stripe is now valued at $20B after raising another $245M led by Tiger Global"
                                },
                                {
                                    "publisher": "Businessinsider",
                                    "news_url": "https://www.businessinsider.in/Stripe-one-of-Silicon-Valleys-hottest-startups-just-raised-a-245-million-monster-round-making-it-a-20-billion-company/articleshow/65971975.cms",
                                    "news_title": "Stripe, one of Silicon Valley's hottest startups, just raised a $245 million monster round - making it a $20 billion company"
                                },
                                {
                                    "publisher": "Bloomberg",
                                    "news_url": "https://www.bloomberg.com/news/articles/2018-09-26/payment-startup-stripe-is-now-a-20-billion-company",
                                    "news_title": "Payment Startup Stripe Is Now a $20 Billion Company"
                                },
                                {
                                    "publisher": "Inc42",
                                    "news_url": "https://inc42.com/buzz/stripe-eyes-india-expansion-with-latest-245-mn-fund-raise-at-20-bn-valuation/amp/?utm_source=inc42-related-article&utm_medium=website&utm_campaign=related-article",
                                    "news_title": "Stripe Eyes India Expansion With Latest $245 Mn Fund Raise At $20 Bn Valuation"
                                },
                                {
                                    "publisher": "Generalcatalyst",
                                    "news_url": "https://www.generalcatalyst.com/companies/stripe",
                                    "news_title": "General Catalyst Portfolio"
                                },
                                {
                                    "publisher": "Basepar",
                                    "news_url": "https://www.basepar.com/companies#stripe",
                                    "news_title": "Base Partners Portfolio"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-03-28",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 3,
                        "lead_investors": [],
                        "investors": [
                            "Google",
                            "Jean-Sébastien Wallez",
                            "Junipero Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2016-11-25",
                        "round": "Series D",
                        "amount": 150000000.0,
                        "total_investors": 5,
                        "lead_investors": [
                            "CapitalG",
                            "General Catalyst"
                        ],
                        "investors": [
                            "Ling Wong",
                            "Sequoia Capital",
                            "Alven"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2016/11/25/payments-provider-stripe-has-raised-another-150-at-a-9b-valuation/",
                                    "news_title": "Payments provider Stripe has raised another $150M at a $9B valuation"
                                }
                            ]
                        }
                    }
                ],
                "key_investors": [
                    {
                        "name": "General Catalyst",
                        "permalink": "general-catalyst-partners-invested-in-stripe-series-i--485aaa1e--b0e67e33",
                        "type": "",
                        "first_entry_date": "2016-11-25",
                        "rounds_participated": [
                            "Series I",
                            "Series G",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Sequoia Capital",
                        "permalink": "sequoia-capital-invested-in-stripe-series-h--52ea4a6a--6a435887",
                        "type": "",
                        "first_entry_date": "2016-11-25",
                        "rounds_participated": [
                            "Series H",
                            "Series G",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "CapitalG",
                        "permalink": "google-capital-invested-in-stripe-series-d--9fed02c3--4a79b1e0",
                        "type": "",
                        "first_entry_date": "2016-11-25",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Ling Wong",
                        "permalink": "ling-wong-invested-in-stripe-series-d--9fed02c3--c08e6fe8",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2016-11-25",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Alven",
                        "permalink": "alven-capital-invested-in-stripe-series-d--9fed02c3--db246ba9",
                        "type": "",
                        "first_entry_date": "2016-11-25",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Google",
                        "permalink": "google-invested-in-stripe-secondary-market--039aa944--4d4ddad0",
                        "type": "",
                        "first_entry_date": "2017-03-28",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Jean-Sébastien Wallez",
                        "permalink": "jean-sebastien-wallez-invested-in-stripe-secondary-market--039aa944--b20ae539",
                        "type": "angel",
                        "first_entry_date": "2017-03-28",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Junipero Capital",
                        "permalink": "junipero-invested-in-stripe-secondary-market--039aa944--f08805c4",
                        "type": "",
                        "first_entry_date": "2017-03-28",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Andreessen Horowitz",
                        "permalink": "andreessen-horowitz-invested-in-stripe-secondary-market--7590d61e--a390d837",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Venture",
                            "Series I",
                            "Series G",
                            "Series E"
                        ]
                    },
                    {
                        "name": "Thrive Capital",
                        "permalink": "thrive-capital-invested-in-stripe-secondary-market--7590d61e--a9f26115",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Venture",
                            "Series I",
                            "Series E"
                        ]
                    },
                    {
                        "name": "Base Partners",
                        "permalink": "base-partners-invested-in-stripe-series-g--cdb058e0--939290bf",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Series G",
                            "Series E"
                        ]
                    },
                    {
                        "name": "Tiger Global Management",
                        "permalink": "tiger-global-invested-in-stripe-series-e--d033103f--576681db",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "DST Global",
                        "permalink": "digital-sky-technologies-fo-invested-in-stripe-series-e--2ff2f3bd--146ff2cf",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Khosla Ventures",
                        "permalink": "khosla-ventures-invested-in-stripe-series-e--2ff2f3bd--d3160416",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Kleiner Perkins",
                        "permalink": "kleiner-perkins-caufield-byers-invested-in-stripe-series-e--2ff2f3bd--dfe54022",
                        "type": "",
                        "first_entry_date": "2018-09-26",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Abstract Labs LLC",
                        "permalink": "abstract-labs-llc-invested-in-stripe-series-e--d033103f--69e409e3",
                        "type": "",
                        "first_entry_date": "2019-01-29",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Novator",
                        "permalink": "novator-invested-in-stripe-series-e--d033103f--daf4e33a",
                        "type": "",
                        "first_entry_date": "2019-01-29",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Seek Ventures",
                        "permalink": "seek-ventures-invested-in-stripe-series-g--4ec9d861--a7a76939",
                        "type": "",
                        "first_entry_date": "2019-09-19",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "Google Ventures",
                        "permalink": "google-ventures-invested-in-stripe-series-g--cdb058e0--202e771f",
                        "type": "",
                        "first_entry_date": "2020-04-16",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "All Blue Capital",
                        "permalink": "all-blue-capital-invested-in-stripe-series-g--cdb058e0--bc50db2f",
                        "type": "",
                        "first_entry_date": "2020-04-16",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "Baillie Gifford",
                        "permalink": "baillie-gifford-invested-in-stripe-series-i--485aaa1e--c67952bb",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series I",
                            "Series H"
                        ]
                    },
                    {
                        "name": "National Treasury Management Agency (NTMA)",
                        "permalink": "national-treasury-management-agency-ntma-invested-in-stripe-series-h--52ea4a6a--27d52058",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "Ethos VC",
                        "permalink": "ethos-vc-invested-in-stripe-series-h--52ea4a6a--3281515e",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "HOF Capital",
                        "permalink": "hof-capital-invested-in-stripe-series-h--52ea4a6a--7dd95793",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "Fidelity",
                        "permalink": "fidelity-investments-invested-in-stripe-series-h--52ea4a6a--968c1494",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "AXA Group",
                        "permalink": "axa-invested-in-stripe-series-h--52ea4a6a--a730e027",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "Allianz X",
                        "permalink": "allianz-x-invested-in-stripe-series-h--52ea4a6a--da6e3c21",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "Counterpart Advisors",
                        "permalink": "counterpart-advisors-venture-capitalist-llc-invested-in-stripe-series-h--52ea4a6a--e014a686",
                        "type": "",
                        "first_entry_date": "2021-03-14",
                        "rounds_participated": [
                            "Series H"
                        ]
                    },
                    {
                        "name": "Ventioneers",
                        "permalink": "ventioneers-invested-in-stripe-secondary-market--a72d12ff--05573cb8",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Venture",
                            "Series I"
                        ]
                    },
                    {
                        "name": "Founders Fund",
                        "permalink": "founders-fund-invested-in-stripe-series-i--485aaa1e--2929f77f",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "GIC",
                        "permalink": "gic-invested-in-stripe-series-i--485aaa1e--4c437e9a",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "MSD Partners",
                        "permalink": "msd-partners-invested-in-stripe-series-i--485aaa1e--5ddb9761",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "G2D Investments",
                        "permalink": "g2d-investments-invested-in-stripe-series-i--485aaa1e--63e5eb4b",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "Axevil Capital",
                        "permalink": "axevil-capital-invested-in-stripe-series-i--485aaa1e--66ba0c9e",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "SquareOne Capital",
                        "permalink": "squareone-capital-invested-in-stripe-series-i--485aaa1e--7901a9e5",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "Temasek Holdings",
                        "permalink": "temasek-invested-in-stripe-series-i--485aaa1e--96409630",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "Goldman Sachs Asset Management",
                        "permalink": "goldman-sachs-asset-management-invested-in-stripe-series-i--485aaa1e--9ee0f263",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "Lightspeed Venture Partners",
                        "permalink": "lightspeed-venture-partners-invested-in-stripe-series-i--485aaa1e--d16fd55b",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "Hedosophia",
                        "permalink": "hedosophia-invested-in-stripe-series-i--485aaa1e--f00caa53",
                        "type": "",
                        "first_entry_date": "2023-03-15",
                        "rounds_participated": [
                            "Series I"
                        ]
                    },
                    {
                        "name": "IDA Ireland",
                        "permalink": "ida-ireland-invested-in-stripe-grant--31c0a246--1adf8e4a",
                        "type": "",
                        "first_entry_date": "2023-04-25",
                        "rounds_participated": [
                            "Non"
                        ]
                    },
                    {
                        "name": "Richard Cooperstein",
                        "permalink": "richard-cooperstein-invested-in-stripe-series-unknown--847005e8--b0119011",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2024-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "E1 Ventures",
                        "permalink": "e1-ventures-invested-in-stripe-secondary-market--a72d12ff--75e62255",
                        "type": "",
                        "first_entry_date": "2024-04-12",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Coatue",
                        "permalink": "coatue-invested-in-stripe-secondary-market--7590d61e--c02b3309",
                        "type": "",
                        "first_entry_date": "2026-02-24",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Robinhood Ventures",
                        "permalink": "robinhood-ventures-invested-in-stripe-secondary-market--9d7e5ac9--3c9fee2e",
                        "type": "",
                        "first_entry_date": "2026-03-09",
                        "rounds_participated": [
                            "Venture"
                        ]
                    }
                ]
            },
            "acquisitions": [
                {
                    "acquisition_date": "2025-12-10",
                    "name": "Valora acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Valora on 2025-12-10 for an undisclosed amount",
                    "acquiree_name": "Valora",
                    "acquiree_permalink": "valora-fc01"
                },
                {
                    "acquisition_date": "2025-12-02",
                    "name": "Metronome acquired by Stripe",
                    "amount": 1000000000.0,
                    "amount_usd": 1000000000.0,
                    "description": "Stripe acquires Metronome on 2025-12-02 for $1000000000",
                    "acquiree_name": "Metronome",
                    "acquiree_permalink": "metronome-9ae7"
                },
                {
                    "acquisition_date": "2025-07-20",
                    "name": "Orum.io acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Orum.io on 2025-07-20 for an undisclosed amount",
                    "acquiree_name": "Orum.io",
                    "acquiree_permalink": "orum-io"
                },
                {
                    "acquisition_date": "2025-06-11",
                    "name": "Privy acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Privy on 2025-06-11 for an undisclosed amount",
                    "acquiree_name": "Privy",
                    "acquiree_permalink": "privy-4265"
                },
                {
                    "acquisition_date": "2024-10-20",
                    "name": "Bridge acquired by Stripe",
                    "amount": 1100000000.0,
                    "amount_usd": 1100000000.0,
                    "description": "Stripe acquires Bridge on 2024-10-20 for $1100000000",
                    "acquiree_name": "Bridge",
                    "acquiree_permalink": "bridge-05d0"
                },
                {
                    "acquisition_date": "2024-07-26",
                    "name": "Lemon Squeezy acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Lemon Squeezy on 2024-07-26 for an undisclosed amount",
                    "acquiree_name": "Lemon Squeezy",
                    "acquiree_permalink": "lemon-squeezy"
                },
                {
                    "acquisition_date": "2023-05-31",
                    "name": "Okay acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Okay on 2023-05-31 for an undisclosed amount",
                    "acquiree_name": "Okay",
                    "acquiree_permalink": "okay"
                },
                {
                    "acquisition_date": "2021-12-06",
                    "name": "OpenChannel acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires OpenChannel on 2021-12-06 for an undisclosed amount",
                    "acquiree_name": "OpenChannel",
                    "acquiree_permalink": "cloudexchange"
                },
                {
                    "acquisition_date": "2021-10-20",
                    "name": "Recko (Acquired by Stripe) acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Recko (Acquired by Stripe) on 2021-10-20 for an undisclosed amount",
                    "acquiree_name": "Recko (Acquired by Stripe)",
                    "acquiree_permalink": "recko-io"
                },
                {
                    "acquisition_date": "2021-05-14",
                    "name": "Bouncer acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Bouncer on 2021-05-14 for an undisclosed amount",
                    "acquiree_name": "Bouncer",
                    "acquiree_permalink": "bouncer-6134"
                },
                {
                    "acquisition_date": "2021-04-27",
                    "name": "TaxJar acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires TaxJar on 2021-04-27 for an undisclosed amount",
                    "acquiree_name": "TaxJar",
                    "acquiree_permalink": "taxjar"
                },
                {
                    "acquisition_date": "2020-10-15",
                    "name": "Paystack acquired by Stripe",
                    "amount": 200000000.0,
                    "amount_usd": 200000000.0,
                    "description": "Stripe acquires Paystack on 2020-10-15 for $200000000",
                    "acquiree_name": "Paystack",
                    "acquiree_permalink": "paystack"
                },
                {
                    "acquisition_date": "2019-04-17",
                    "name": "Touchtech Payments acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Touchtech Payments on 2019-04-17 for an undisclosed amount",
                    "acquiree_name": "Touchtech Payments",
                    "acquiree_permalink": "touchtech-payments"
                },
                {
                    "acquisition_date": "2018-03-08",
                    "name": "Index acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Index on 2018-03-08 for an undisclosed amount",
                    "acquiree_name": "Index",
                    "acquiree_permalink": "index"
                },
                {
                    "acquisition_date": "2017-07-26",
                    "name": "Payable acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Payable on 2017-07-26 for an undisclosed amount",
                    "acquiree_name": "Payable",
                    "acquiree_permalink": "payable"
                },
                {
                    "acquisition_date": "2017-04-11",
                    "name": "Indie Hackers acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Indie Hackers on 2017-04-11 for an undisclosed amount",
                    "acquiree_name": "Indie Hackers",
                    "acquiree_permalink": "indie-hackers"
                },
                {
                    "acquisition_date": "2016-10-25",
                    "name": "Teapot acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Teapot on 2016-10-25 for an undisclosed amount",
                    "acquiree_name": "Teapot",
                    "acquiree_permalink": "teapot"
                },
                {
                    "acquisition_date": "2016-09-13",
                    "name": "RunKit acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires RunKit on 2016-09-13 for an undisclosed amount",
                    "acquiree_name": "RunKit",
                    "acquiree_permalink": "runkit"
                },
                {
                    "acquisition_date": "2015-02-27",
                    "name": "TOTEMS acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires TOTEMS on 2015-02-27 for an undisclosed amount",
                    "acquiree_name": "TOTEMS",
                    "acquiree_permalink": "totems"
                },
                {
                    "acquisition_date": "2013-03-11",
                    "name": "Kickoff acquired by Stripe",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe acquires Kickoff on 2013-03-11 for an undisclosed amount",
                    "acquiree_name": "Kickoff",
                    "acquiree_permalink": "kickoff"
                }
            ],
            "investments": [
                {
                    "announcement_date": "2026-01-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Kite",
                    "lead_investor": false,
                    "funding_round_id": "kite-63c2-series-a--a9c787e9",
                    "investee_name": "Kite",
                    "investee_permalink": "kite-63c2"
                },
                {
                    "announcement_date": "2025-11-25",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - CoPlane",
                    "lead_investor": false,
                    "funding_round_id": "coplane-seed--c1677bd8",
                    "investee_name": "CoPlane",
                    "investee_permalink": "coplane"
                },
                {
                    "announcement_date": "2025-10-31",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Debt Financing - MGBSP Services",
                    "lead_investor": false,
                    "funding_round_id": "mgbsp-services-debt-financing--6ef6f469",
                    "investee_name": "MGBSP Services",
                    "investee_permalink": "mgbsp-services"
                },
                {
                    "announcement_date": "2025-09-22",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Circuit & Chisel",
                    "lead_investor": false,
                    "funding_round_id": "circuit-chisel-seed--9ed3bbd6",
                    "investee_name": "Circuit & Chisel",
                    "investee_permalink": "circuit-chisel"
                },
                {
                    "announcement_date": "2025-08-19",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Zipline AI",
                    "lead_investor": false,
                    "funding_round_id": "zipline-ai-seed--858d8210",
                    "investee_name": "Zipline AI",
                    "investee_permalink": "zipline-ai"
                },
                {
                    "announcement_date": "2025-07-30",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series E - Ramp",
                    "lead_investor": false,
                    "funding_round_id": "ramp-financial-series-e--ea5bc0a5",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2025-07-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Remark",
                    "lead_investor": false,
                    "funding_round_id": "remark-ac50-series-a--98e71bf2",
                    "investee_name": "Remark",
                    "investee_permalink": "remark-ac50"
                },
                {
                    "announcement_date": "2025-06-09",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series D - PostHog",
                    "lead_investor": true,
                    "funding_round_id": "posthog-series-d--65d259b2",
                    "investee_name": "PostHog",
                    "investee_permalink": "posthog"
                },
                {
                    "announcement_date": "2025-04-03",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Debt Financing - MGBSP Services",
                    "lead_investor": false,
                    "funding_round_id": "mgbsp-services-debt-financing--25f19b5d",
                    "investee_name": "MGBSP Services",
                    "investee_permalink": "mgbsp-services"
                },
                {
                    "announcement_date": "2025-03-03",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Secondary Market - Ramp",
                    "lead_investor": false,
                    "funding_round_id": "ramp-financial-secondary-market--910b5c06",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2025-01-07",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - InCorp Chain",
                    "lead_investor": false,
                    "funding_round_id": "incorp-chain-seed--bbd570d7",
                    "investee_name": "InCorp Chain",
                    "investee_permalink": "incorp-chain"
                },
                {
                    "announcement_date": "2024-11-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Stedi",
                    "lead_investor": true,
                    "funding_round_id": "stedi-series-b--f87b884f",
                    "investee_name": "Stedi",
                    "investee_permalink": "stedi"
                },
                {
                    "announcement_date": "2024-10-26",
                    "amount": 2300000.0,
                    "amount_usd": 2300000.0,
                    "description": "Stripe investment in Seed Round - LETSOC",
                    "lead_investor": true,
                    "funding_round_id": "letsoc-seed--e628f351",
                    "investee_name": "LETSOC",
                    "investee_permalink": "letsoc"
                },
                {
                    "announcement_date": "2024-10-04",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series E - TrueLayer",
                    "lead_investor": false,
                    "funding_round_id": "truelayer-series-e--95acc206",
                    "investee_name": "TrueLayer",
                    "investee_permalink": "truelayer"
                },
                {
                    "announcement_date": "2024-05-23",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Venture Round - Remark",
                    "lead_investor": false,
                    "funding_round_id": "remark-ac50-series-unknown--19eb4e89",
                    "investee_name": "Remark",
                    "investee_permalink": "remark-ac50"
                },
                {
                    "announcement_date": "2024-02-15",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Grant - Vengo AI",
                    "lead_investor": false,
                    "funding_round_id": "vengo-ai-grant--eb67b444",
                    "investee_name": "Vengo AI",
                    "investee_permalink": "vengo-ai"
                },
                {
                    "announcement_date": "2024-01-18",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Clerk",
                    "lead_investor": false,
                    "funding_round_id": "clerk-a9b8-series-b--766691b1",
                    "investee_name": "Clerk",
                    "investee_permalink": "clerk-a9b8"
                },
                {
                    "announcement_date": "2023-08-22",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series D - Ramp",
                    "lead_investor": false,
                    "funding_round_id": "ramp-financial-series-d--75e9e0b4",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2023-06-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Bluedot",
                    "lead_investor": false,
                    "funding_round_id": "bluedot-technologies-seed--12286fba",
                    "investee_name": "Bluedot",
                    "investee_permalink": "bluedot-technologies"
                },
                {
                    "announcement_date": "2023-06-12",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Archive",
                    "lead_investor": true,
                    "funding_round_id": "archive-10bb-seed--86f259a6",
                    "investee_name": "Archive",
                    "investee_permalink": "archive-10bb"
                },
                {
                    "announcement_date": "2023-01-05",
                    "amount": 4500000.0,
                    "amount_usd": 4500000.0,
                    "description": "Stripe investment in Seed Round - Fragment",
                    "lead_investor": true,
                    "funding_round_id": "fragment-seed--9fbeb071",
                    "investee_name": "Fragment",
                    "investee_permalink": "fragment"
                },
                {
                    "announcement_date": "2022-11-30",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Upollo",
                    "lead_investor": false,
                    "funding_round_id": "upollo-seed--6ec61714",
                    "investee_name": "Upollo",
                    "investee_permalink": "upollo"
                },
                {
                    "announcement_date": "2022-08-22",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Complete",
                    "lead_investor": false,
                    "funding_round_id": "complete-32d7-seed--b16a5a4a",
                    "investee_name": "Complete",
                    "investee_permalink": "complete-32d7"
                },
                {
                    "announcement_date": "2022-08-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - WorqHat",
                    "lead_investor": true,
                    "funding_round_id": "worqhat-seed--de915eef",
                    "investee_name": "WorqHat",
                    "investee_permalink": "worqhat"
                },
                {
                    "announcement_date": "2022-07-13",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Pulley",
                    "lead_investor": false,
                    "funding_round_id": "pulley-series-b--15e3a4c9",
                    "investee_name": "Pulley",
                    "investee_permalink": "pulley"
                },
                {
                    "announcement_date": "2022-06-30",
                    "amount": 25000.0,
                    "amount_usd": 25000.0,
                    "description": "Stripe investment in Seed Round - EMARKETING SOLUTIONS, LLC",
                    "lead_investor": true,
                    "funding_round_id": "emarketing-solutions-seed--551f176c",
                    "investee_name": "EMARKETING SOLUTIONS, LLC",
                    "investee_permalink": "emarketing-solutions"
                },
                {
                    "announcement_date": "2022-06-03",
                    "amount": 20000.0,
                    "amount_usd": 20000.0,
                    "description": "Stripe investment in Seed Round - Dream Business System",
                    "lead_investor": true,
                    "funding_round_id": "dream-business-system-seed--4826e775",
                    "investee_name": "Dream Business System",
                    "investee_permalink": "dream-business-system"
                },
                {
                    "announcement_date": "2022-05-09",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Pre Seed Round - Manara",
                    "lead_investor": true,
                    "funding_round_id": "manara-pre-seed--5c0ad4cb",
                    "investee_name": "Manara",
                    "investee_permalink": "manara"
                },
                {
                    "announcement_date": "2022-04-30",
                    "amount": 20000.0,
                    "amount_usd": 20000.0,
                    "description": "Stripe investment in Pre Seed Round - WEBZELLA LTD",
                    "lead_investor": true,
                    "funding_round_id": "webzella-ltd-pre-seed--e86f2a35",
                    "investee_name": "WEBZELLA LTD",
                    "investee_permalink": "webzella-ltd"
                },
                {
                    "announcement_date": "2022-03-21",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Ramp",
                    "lead_investor": false,
                    "funding_round_id": "ramp-financial-series-c--2b274e79",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2022-03-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Forma",
                    "lead_investor": false,
                    "funding_round_id": "twic-inc-series-b--d4f0b8ff",
                    "investee_name": "Forma",
                    "investee_permalink": "twic-inc"
                },
                {
                    "announcement_date": "2022-02-20",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - PayMongo",
                    "lead_investor": false,
                    "funding_round_id": "paymongo-series-b--21b5f8e2",
                    "investee_name": "PayMongo",
                    "investee_permalink": "paymongo"
                },
                {
                    "announcement_date": "2022-02-16",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Check",
                    "lead_investor": true,
                    "funding_round_id": "check-2a75-series-c--f9e6dcff",
                    "investee_name": "Check",
                    "investee_permalink": "check-2a75"
                },
                {
                    "announcement_date": "2021-12-09",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Burrata",
                    "lead_investor": false,
                    "funding_round_id": "burrata-seed--6bf2b288",
                    "investee_name": "Burrata",
                    "investee_permalink": "burrata"
                },
                {
                    "announcement_date": "2021-12-07",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - SendOwl",
                    "lead_investor": false,
                    "funding_round_id": "sendowl-seed--8a2344b5",
                    "investee_name": "SendOwl",
                    "investee_permalink": "sendowl"
                },
                {
                    "announcement_date": "2021-11-15",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Imprint",
                    "lead_investor": true,
                    "funding_round_id": "imprint-cd0f-series-a--345bf3f8",
                    "investee_name": "Imprint",
                    "investee_permalink": "imprint-cd0f"
                },
                {
                    "announcement_date": "2021-11-03",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Archive",
                    "lead_investor": true,
                    "funding_round_id": "archive-10bb-seed--69350ae3",
                    "investee_name": "Archive",
                    "investee_permalink": "archive-10bb"
                },
                {
                    "announcement_date": "2021-10-24",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Venture Round - Clear",
                    "lead_investor": false,
                    "funding_round_id": "clear-9311-series-unknown--6bde2c0e",
                    "investee_name": "Clear",
                    "investee_permalink": "clear-9311"
                },
                {
                    "announcement_date": "2021-10-24",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - ClearTax",
                    "lead_investor": false,
                    "funding_round_id": "cleartax-series-c--5ecc2458",
                    "investee_name": "ClearTax",
                    "investee_permalink": "cleartax"
                },
                {
                    "announcement_date": "2021-10-17",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Debt Financing - SocialCTR Solutions",
                    "lead_investor": false,
                    "funding_round_id": "socialctr-solutions-debt-financing--de5d70ca",
                    "investee_name": "SocialCTR Solutions",
                    "investee_permalink": "socialctr-solutions"
                },
                {
                    "announcement_date": "2021-10-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - XFlow",
                    "lead_investor": true,
                    "funding_round_id": "xflow-4961-seed--87a9c6ec",
                    "investee_name": "XFlow",
                    "investee_permalink": "xflow-4961"
                },
                {
                    "announcement_date": "2021-09-24",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Avenue",
                    "lead_investor": false,
                    "funding_round_id": "avenue-2468-seed--bd976c15",
                    "investee_name": "Avenue",
                    "investee_permalink": "avenue-2468"
                },
                {
                    "announcement_date": "2021-09-21",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series E - TrueLayer",
                    "lead_investor": false,
                    "funding_round_id": "truelayer-series-e--d9b2a68c",
                    "investee_name": "TrueLayer",
                    "investee_permalink": "truelayer"
                },
                {
                    "announcement_date": "2021-09-07",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Wave Mobile Money",
                    "lead_investor": true,
                    "funding_round_id": "wave-mobile-money-series-a--a4d58027",
                    "investee_name": "Wave Mobile Money",
                    "investee_permalink": "wave-mobile-money"
                },
                {
                    "announcement_date": "2021-08-24",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Ramp",
                    "lead_investor": false,
                    "funding_round_id": "ramp-financial-series-c--d4f66d47",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2021-08-19",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Balance",
                    "lead_investor": false,
                    "funding_round_id": "balance-98c2-series-a--724362b8",
                    "investee_name": "Balance",
                    "investee_permalink": "balance-98c2"
                },
                {
                    "announcement_date": "2021-05-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Material Security",
                    "lead_investor": true,
                    "funding_round_id": "material-security-series-b--4f4f9151",
                    "investee_name": "Material Security",
                    "investee_permalink": "material-security"
                },
                {
                    "announcement_date": "2021-05-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Grant - Mission Zero",
                    "lead_investor": true,
                    "funding_round_id": "mission-zero-grant--595c75af",
                    "investee_name": "Mission Zero",
                    "investee_permalink": "mission-zero"
                },
                {
                    "announcement_date": "2021-05-01",
                    "amount": 34000000.0,
                    "amount_usd": 34000000.0,
                    "description": "Stripe investment in Private Equity Round - Bouncer",
                    "lead_investor": true,
                    "funding_round_id": "bouncer-6134-private-equity--4803bec7",
                    "investee_name": "Bouncer",
                    "investee_permalink": "bouncer-6134"
                },
                {
                    "announcement_date": "2021-04-27",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Step",
                    "lead_investor": false,
                    "funding_round_id": "step-c04b-series-c--8c0b8b9d",
                    "investee_name": "Step",
                    "investee_permalink": "step-c04b"
                },
                {
                    "announcement_date": "2021-04-14",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Venture Round - Hype",
                    "lead_investor": false,
                    "funding_round_id": "hypekit-series-unknown--896496a4",
                    "investee_name": "Hype",
                    "investee_permalink": "hypekit"
                },
                {
                    "announcement_date": "2021-04-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Ramp",
                    "lead_investor": true,
                    "funding_round_id": "ramp-financial-series-b--edccde11",
                    "investee_name": "Ramp",
                    "investee_permalink": "ramp-financial"
                },
                {
                    "announcement_date": "2021-03-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Assembled",
                    "lead_investor": false,
                    "funding_round_id": "assembled-series-a--5fe40beb",
                    "investee_name": "Assembled",
                    "investee_permalink": "assembled"
                },
                {
                    "announcement_date": "2021-02-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Safepay",
                    "lead_investor": true,
                    "funding_round_id": "safepay-seed--2b6c9e9b",
                    "investee_name": "Safepay",
                    "investee_permalink": "safepay"
                },
                {
                    "announcement_date": "2021-02-10",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Accord",
                    "lead_investor": false,
                    "funding_round_id": "accord-acff-seed--d8257645",
                    "investee_name": "Accord",
                    "investee_permalink": "accord-acff"
                },
                {
                    "announcement_date": "2021-02-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series G - Monzo",
                    "lead_investor": false,
                    "funding_round_id": "monzo-series-g--32a24fae",
                    "investee_name": "Monzo",
                    "investee_permalink": "monzo"
                },
                {
                    "announcement_date": "2021-02-03",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Balance",
                    "lead_investor": false,
                    "funding_round_id": "balance-98c2-seed--8c47b053",
                    "investee_name": "Balance",
                    "investee_permalink": "balance-98c2"
                },
                {
                    "announcement_date": "2021-01-27",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Check",
                    "lead_investor": true,
                    "funding_round_id": "check-2a75-series-b--abd33be5",
                    "investee_name": "Check",
                    "investee_permalink": "check-2a75"
                },
                {
                    "announcement_date": "2021-01-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Fast",
                    "lead_investor": true,
                    "funding_round_id": "gofast-series-b--01c392e3",
                    "investee_name": "Fast",
                    "investee_permalink": "gofast"
                },
                {
                    "announcement_date": "2021-01-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Pilot",
                    "lead_investor": false,
                    "funding_round_id": "pilot-a94a-series-c--ebcebbfc",
                    "investee_name": "Pilot",
                    "investee_permalink": "pilot-a94a"
                },
                {
                    "announcement_date": "2020-12-02",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Step",
                    "lead_investor": false,
                    "funding_round_id": "step-c04b-series-b--67c55c06",
                    "investee_name": "Step",
                    "investee_permalink": "step-c04b"
                },
                {
                    "announcement_date": "2020-11-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Forma",
                    "lead_investor": false,
                    "funding_round_id": "twic-inc-series-a--630971ef",
                    "investee_name": "Forma",
                    "investee_permalink": "twic-inc"
                },
                {
                    "announcement_date": "2020-10-21",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Pulley",
                    "lead_investor": true,
                    "funding_round_id": "pulley-series-a--4873a269",
                    "investee_name": "Pulley",
                    "investee_permalink": "pulley"
                },
                {
                    "announcement_date": "2020-09-28",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - PayMongo",
                    "lead_investor": true,
                    "funding_round_id": "paymongo-series-a--dfe146e3",
                    "investee_name": "PayMongo",
                    "investee_permalink": "paymongo"
                },
                {
                    "announcement_date": "2020-08-21",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Lambda School",
                    "lead_investor": false,
                    "funding_round_id": "lambda-school-series-c--02a68284",
                    "investee_name": "Lambda School",
                    "investee_permalink": "lambda-school"
                },
                {
                    "announcement_date": "2020-08-18",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Stedi",
                    "lead_investor": false,
                    "funding_round_id": "stedi-series-b--aebcd968",
                    "investee_name": "Stedi",
                    "investee_permalink": "stedi"
                },
                {
                    "announcement_date": "2020-06-16",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series G - Monzo",
                    "lead_investor": false,
                    "funding_round_id": "monzo-series-g--5151ec57",
                    "investee_name": "Monzo",
                    "investee_permalink": "monzo"
                },
                {
                    "announcement_date": "2020-03-25",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Fast",
                    "lead_investor": true,
                    "funding_round_id": "gofast-series-a--4074fee9",
                    "investee_name": "Fast",
                    "investee_permalink": "gofast"
                },
                {
                    "announcement_date": "2020-03-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Assembled",
                    "lead_investor": true,
                    "funding_round_id": "assembled-seed--4a4267b5",
                    "investee_name": "Assembled",
                    "investee_permalink": "assembled"
                },
                {
                    "announcement_date": "2019-12-18",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Cuenca",
                    "lead_investor": true,
                    "funding_round_id": "cuenca-series-a--b7ac01b2",
                    "investee_name": "Cuenca",
                    "investee_permalink": "cuenca"
                },
                {
                    "announcement_date": "2019-11-16",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Fast",
                    "lead_investor": false,
                    "funding_round_id": "gofast-seed--7cca7d40",
                    "investee_name": "Fast",
                    "investee_permalink": "gofast"
                },
                {
                    "announcement_date": "2019-10-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series C - Rapyd",
                    "lead_investor": false,
                    "funding_round_id": "rapyd-series-c--57cf8cde",
                    "investee_name": "Rapyd",
                    "investee_permalink": "rapyd"
                },
                {
                    "announcement_date": "2019-09-25",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - PayMongo",
                    "lead_investor": false,
                    "funding_round_id": "paymongo-seed--c0d75901",
                    "investee_name": "PayMongo",
                    "investee_permalink": "paymongo"
                },
                {
                    "announcement_date": "2019-09-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Forma",
                    "lead_investor": true,
                    "funding_round_id": "twic-inc-seed--fc6d5ced",
                    "investee_name": "Forma",
                    "investee_permalink": "twic-inc"
                },
                {
                    "announcement_date": "2019-06-25",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series F - Monzo",
                    "lead_investor": false,
                    "funding_round_id": "monzo-series-f--1f69c77e",
                    "investee_name": "Monzo",
                    "investee_permalink": "monzo"
                },
                {
                    "announcement_date": "2019-06-06",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Step",
                    "lead_investor": true,
                    "funding_round_id": "step-c04b-series-a--00d9663f",
                    "investee_name": "Step",
                    "investee_permalink": "step-c04b"
                },
                {
                    "announcement_date": "2019-05-29",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Hype",
                    "lead_investor": true,
                    "funding_round_id": "hypekit-seed--5dbf24ee",
                    "investee_name": "Hype",
                    "investee_permalink": "hypekit"
                },
                {
                    "announcement_date": "2019-04-17",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Pilot",
                    "lead_investor": true,
                    "funding_round_id": "pilot-a94a-series-b--fc1e469c",
                    "investee_name": "Pilot",
                    "investee_permalink": "pilot-a94a"
                },
                {
                    "announcement_date": "2019-04-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Retool",
                    "lead_investor": false,
                    "funding_round_id": "retool-series-a--2e764926",
                    "investee_name": "Retool",
                    "investee_permalink": "retool"
                },
                {
                    "announcement_date": "2019-02-13",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series B - Rapyd",
                    "lead_investor": true,
                    "funding_round_id": "rapyd-series-b--09075d69",
                    "investee_name": "Rapyd",
                    "investee_permalink": "rapyd"
                },
                {
                    "announcement_date": "2018-10-31",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series E - Monzo",
                    "lead_investor": false,
                    "funding_round_id": "monzo-series-e--b9d58a07",
                    "investee_name": "Monzo",
                    "investee_permalink": "monzo"
                },
                {
                    "announcement_date": "2018-10-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Lambda School",
                    "lead_investor": false,
                    "funding_round_id": "lambda-school-series-a--1a828d6f",
                    "investee_name": "Lambda School",
                    "investee_permalink": "lambda-school"
                },
                {
                    "announcement_date": "2018-08-28",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series A - Paystack",
                    "lead_investor": true,
                    "funding_round_id": "paystack-series-a--5e976ed8",
                    "investee_name": "Paystack",
                    "investee_permalink": "paystack"
                },
                {
                    "announcement_date": "2018-07-18",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Indie Boost",
                    "lead_investor": false,
                    "funding_round_id": "indie-boost-seed--9cdd10a6",
                    "investee_name": "Indie Boost",
                    "investee_permalink": "indie-boost"
                },
                {
                    "announcement_date": "2018-05-31",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Corporate Round - Polybit",
                    "lead_investor": true,
                    "funding_round_id": "polybit-corporate-round--badd17b4",
                    "investee_name": "Polybit",
                    "investee_permalink": "polybit"
                },
                {
                    "announcement_date": "2018-05-31",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Corporate Round - Autocode",
                    "lead_investor": true,
                    "funding_round_id": "stdlib-corporate-round--60fb5a9b",
                    "investee_name": "Autocode",
                    "investee_permalink": "stdlib"
                },
                {
                    "announcement_date": "2017-04-06",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Series D - Monzo",
                    "lead_investor": false,
                    "funding_round_id": "monzo-series-d--b1abeec4",
                    "investee_name": "Monzo",
                    "investee_permalink": "monzo"
                },
                {
                    "announcement_date": "2014-08-01",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Stripe investment in Seed Round - Stellar Development Foundation",
                    "lead_investor": true,
                    "funding_round_id": "stellar-seed--2f76bc6f",
                    "investee_name": "Stellar Development Foundation",
                    "investee_permalink": "stellar"
                }
            ]
        },
        "klarna": {
            "firmographics": {
                "name": "Klarna",
                "website": "http://www.klarna.com",
                "location": "Stockholm, Sweden",
                "founded": 2005,
                "type": "public",
                "operating_status": "IPO",
                "ticker": "NYSE:KLAR"
            },
            "funding": {
                "overall": {
                    "funding_stage": "Debt-Funded",
                    "total_funding": 6178466329.0,
                    "last_funding_date": "2025-08-21",
                    "num_funding_rounds": "33",
                    "key_investors": [
                        "Fåntell",
                        "Creandum",
                        "Otiva",
                        "Anders Holch Povlsen",
                        "Visa",
                        "Permira",
                        "H&M Group Ventures",
                        "Calvin Broadus",
                        "Sequoia Capital",
                        "Northzone",
                        "TCV",
                        "Victor Jacobsson",
                        "Niklas Adalberth",
                        "Sebastian Siemiatkowski",
                        "Commonwealth Bank of Australia",
                        "Dragoneer Investment Group",
                        "HMI Capital",
                        "Chrysalis Investments",
                        "BlackRock",
                        "Tim Ringel",
                        "IVP",
                        "Första AP-fonden",
                        "IPGL",
                        "ANJ Ventures",
                        "Ant Group",
                        "Silver Lake",
                        "Raison Wealth",
                        "Nordic Secondary Fund",
                        "GIC",
                        "Bonnier Capital",
                        "Macy's",
                        "Raison",
                        "Manhattan Venture Partners (MVP)",
                        "Bestseller Group",
                        "Empede Capital",
                        "Digital Disrupt",
                        "MSA Novo",
                        "Republic capital",
                        "Chaos Ventures",
                        "QW Ventures",
                        "Atomico",
                        "Investment AB Öresund",
                        "Zak Tanjeloff",
                        "Manhattan West",
                        "Daniel Schryer",
                        "Axevil Capital",
                        "Mindrock Capital",
                        "StratMinds",
                        "Alma Mundi Ventures",
                        "HoneyComb Ventures",
                        "Adit Ventures",
                        "SoftBank Vision Fund",
                        "WestCap",
                        "Arctic Ventures",
                        "BAM Elevate",
                        "Crowdcube",
                        "Flat Capital",
                        "CPP Investments",
                        "Spring St. Group",
                        "Disruptive Ventures",
                        "SoftBank",
                        "Mubadala",
                        "Public Group",
                        "GoalVest Venture Capital",
                        "Vijay Shankar",
                        "Vika Ventures",
                        "Santander",
                        "Elliott Management Corp."
                    ]
                },
                "funding_rounds": [
                    {
                        "date": "2026-03-24",
                        "round": "Post",
                        "amount": 2000000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Elliott Management Corp."
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Leaprate",
                                    "news_url": "https://www.leaprate.com/news/klarna-doubles-elliott-financing-partnership/",
                                    "news_title": "Klarna Doubles Elliott Financing Partnership"
                                },
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/bnpl-payments/klarna-expands-elliott-partnership",
                                    "news_title": "Klarna expands Elliott partnership to drive up to $17bn in US financing loans"
                                },
                                {
                                    "publisher": "Businesswire",
                                    "news_url": "https://www.businesswire.com/news/home/20260323247419/en/Klarna-and-Elliott-Deepen-Partnership-With-%242bn-Facility-Supporting-%2417bn-of-US-Financing-Expansion",
                                    "news_title": "Klarna and Elliott Deepen Partnership With $2bn Facility Supporting $17bn of US Financing Expansion"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://investors.klarna.com/News--Events/news/news-details/2026/Klarna-and-Elliott-Deepen-Partnership-With-2bn-Facility-Supporting-17bn-of-US-Financing-Expansion/default.aspx",
                                    "news_title": "Klarna and Elliott Deepen Partnership With $2bn Facility Supporting $17bn of US Financing Expansion"
                                },
                                {
                                    "publisher": "Bebeez",
                                    "news_url": "https://bebeez.it/private-equity-breakfast/klarna-rafforza-la-partnership-con-elliott-che-porta-a-2-mld-la-facility-gia-messa-a-disposizione-nel-2025/",
                                    "news_title": "Klarna rafforza la partnership con Elliott che porta a 2 mld $ la facility già messa a disposizione nel 2025"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2025-08-21",
                        "round": "Debt",
                        "amount": 1625753798.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Santander",
                            "Santander"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2025/11/21/klarna-widens-bhn-deal-for-new-gift-card-launch/",
                                    "news_title": "Klarna widens BHN deal for new gift card launch"
                                },
                                {
                                    "publisher": "Techfundingnews",
                                    "news_url": "https://techfundingnews.com/klarna-raises-1-4bn-eur-financing-santander-europe-growth/",
                                    "news_title": "Klarna locks in €1.4B from Santander to fuel European growth after $26B US deal"
                                },
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/venture-capital-funding/klarna-lands-1-4bn-financing-facility-with-santander",
                                    "news_title": "Klarna lands €1.4bn financing facility with Santander"
                                },
                                {
                                    "publisher": "Thepaypers",
                                    "news_url": "https://thepaypers.com/payments/news/klarna-secured-a-eur-14-billion-structured-financing-facility-with-santander",
                                    "news_title": "Klarna secured a EUR 1.4 billion structured financing facility with Santander"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://www.klarna.com/international/press/klarna-secures-eur-1-4bn-structured-financing-facility-with-santander",
                                    "news_title": "Klarna secures EUR 1.4bn structured financing facility with Santander"
                                },
                                {
                                    "publisher": "Financialit",
                                    "news_url": "https://financialit.net/news/fundraising-news/klarna-secures-eur-14bn-structured-financing-facility-santander",
                                    "news_title": "Klarna Secures EUR 1.4bn Structured Financing Facility with Santander"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2024-12-13",
                        "round": "Venture",
                        "amount": 4335771.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/2046105/000095010324017752/xslFormDX01/primary_doc.xml",
                                    "news_title": "UNITED STATES SECURITIES AND EXCHANGE COMMISSION"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2023-11-01",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Manhattan Venture Partners (MVP)"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2022-07-11",
                        "round": "Venture",
                        "amount": 800000000.0,
                        "total_investors": 15,
                        "lead_investors": [],
                        "investors": [
                            "CPP Investments",
                            "Spring St. Group",
                            "Axevil Capital",
                            "Disruptive Ventures",
                            "Sequoia Capital",
                            "Manhattan Venture Partners (MVP)",
                            "SoftBank",
                            "Silver Lake",
                            "Mubadala",
                            "Public Group",
                            "GoalVest Venture Capital",
                            "Vijay Shankar",
                            "Bestseller Group",
                            "Vika Ventures",
                            "Commonwealth Bank of Australia"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/bnpl/2022/klarnas-85-haircut-sees-bnpl-investors-shooting-first-asking-questions-later/",
                                    "news_title": "Klarna’s 85% Haircut Sees BNPL Investors Shooting First, Asking Questions Later"
                                },
                                {
                                    "publisher": "Cnb",
                                    "news_url": "https://cnb.cx/3NUz6pb",
                                    "news_title": "Klarna valuation plunges 85% to $6.7 billion as ‘buy now, pay later’ hype fades"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/business/finance/klarnas-valuation-slumps-67-bln-with-800-mln-raise-2022-07-11/",
                                    "news_title": "Klarna raises $800 million as valuation plunges 85% in a year"
                                },
                                {
                                    "publisher": "Tech",
                                    "news_url": "https://tech.eu/2022/07/11/klarna-confirms-fundraise-at-slashed-valuation-raises-67-billion",
                                    "news_title": "Swedish BNPL scale-up Klarna confirms fundraise at slashed valuation, closes $800 million round at $6.7 billion post-money"
                                },
                                {
                                    "publisher": "Indiatimes",
                                    "news_url": "https://economictimes.indiatimes.com/tech/startups/swedish-fintech-klarna-raises-800-million-valuation-plunges-85/articleshow/92809009.cms",
                                    "news_title": "Swedish fintech Klarna raises $800 million, valuation plunges 85%"
                                },
                                {
                                    "publisher": "Wsj",
                                    "news_url": "https://www.wsj.com/articles/klarnas-slashed-valuation-creates-losers-and-a-few-winners-11657551146",
                                    "news_title": "Klarna’s Slashed Valuation Creates Losers and a Few Winners"
                                },
                                {
                                    "publisher": "Mktw",
                                    "news_url": "https://on.mktw.net/3c7Huoh",
                                    "news_title": "Klarna raises $800 million in financing at $6.7 billion valuation, down sharply from $45.6 billion in June 2021"
                                },
                                {
                                    "publisher": "Dealstreetasia",
                                    "news_url": "https://www.dealstreetasia.com/stories/klarna-valuation-plunges-300062/",
                                    "news_title": "Sweden's Klarna raises $800m, valuation plunges 85% in a year"
                                },
                                {
                                    "publisher": "Sifted",
                                    "news_url": "https://sifted.eu/articles/klarna-valuation-fall-tech/",
                                    "news_title": "Klarna valuation slashed to $6.7bn in fresh funding round"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://www.klarna.com/international/regulatory-news/klarna-closes-major-financing-round-during-worst-stock-downturn-in-50-years/",
                                    "news_title": "Klarna closes major financing round during worst stock downturn in 50 years"
                                },
                                {
                                    "publisher": "Co",
                                    "news_url": "https://www.prnewswire.co.uk/news-releases/klarna-closes-major-financing-round-during-worst-stock-downturn-in-50-years-897806787.html",
                                    "news_title": "Klarna closes major financing round during worst stock downturn in 50 years"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2022/07/11/now-that-klarna-has-a-new-valuation-is-affirm-cheap/",
                                    "news_title": "Now that Klarna has a new valuation, is Affirm cheap?"
                                },
                                {
                                    "publisher": "Coinspeaker",
                                    "news_url": "https://www.coinspeaker.com/klarna-fall-valuation-inflation/",
                                    "news_title": "Klarna Sees 85% Fall in Valuation amid Inflation, Higher Interest Rates, and Competition"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/3apLv76",
                                    "news_title": "Klarna confirms $800m funding, but bemoans \"steepest drop in global stock markets in over fifty years\""
                                },
                                {
                                    "publisher": "Publicgroup",
                                    "news_url": "https://publicgroup.gr/public-group-becomes-a-strategic-partner-and-investor-of-klarna-to-bring-more-value-to-online-shoppers/",
                                    "news_title": "PUBLIC GROUP BECOMES A STRATEGIC PARTNER AND INVESTOR OF KLARNA TO BRING MORE VALUE TO ONLINE SHOPPERS"
                                },
                                {
                                    "publisher": "Theguardian",
                                    "news_url": "https://www.theguardian.com/technology/2022/jul/11/klarna-sees-its-value-slashed-by-85-in-latest-round-of-fundraising",
                                    "news_title": "Klarna sees its value slashed by 85% in latest round of fundraising"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/3AJduta",
                                    "news_title": "Swedish fintech Klarna secures $800 million in funding"
                                },
                                {
                                    "publisher": "Co",
                                    "news_url": "https://www.fstech.co.uk/fst/Klarna_Valuation_Plummets_To_6_Bn.php",
                                    "news_title": "Klarna valuation plummets to $6.7bn"
                                },
                                {
                                    "publisher": "Siliconcanals",
                                    "news_url": "https://siliconcanals.com/crowdfunding/klarna-secures-798-5m/",
                                    "news_title": "Fintech giant Klarna secures €798.5M; valuation drops to €6.6B from €45.5B"
                                },
                                {
                                    "publisher": "Springstgroup",
                                    "news_url": "https://www.springstgroup.nyc/#portfolio",
                                    "news_title": "Spring St Group Portfolio"
                                },
                                {
                                    "publisher": "Lnkd",
                                    "news_url": "https://lnkd.in/gFNcgxbq",
                                    "news_title": "Startups Avoid Valuation Cuts With ‘Up Rounds in Name Only’"
                                },
                                {
                                    "publisher": "Disruptiveventuresfund",
                                    "news_url": "https://www.disruptiveventuresfund.com/companies",
                                    "news_title": "Klarna"
                                },
                                {
                                    "publisher": "Startuparound",
                                    "news_url": "https://startuparound.com/read/1657548830.8350058/Klarna-valuation-slashed-to-$6.7bn-in-fresh-funding-round",
                                    "news_title": "Klarna valuation slashed to $6.7bn in fresh funding round"
                                },
                                {
                                    "publisher": "Zpr",
                                    "news_url": "https://zpr.io/t7BcsHST4SiR",
                                    "news_title": "Klarna closes major financing round during worst stock downturn in 50 years"
                                },
                                {
                                    "publisher": "Siliconrepublic",
                                    "news_url": "https://www.siliconrepublic.com/start-ups/klarna-valuation-cut-2022",
                                    "news_title": "Klarna’s valuation slashed to $6.7bn from $46bn following funding round"
                                },
                                {
                                    "publisher": "Yahoo",
                                    "news_url": "https://finance.yahoo.com/news/klarnas-valuation-slumps-6-7-122041543.html",
                                    "news_title": "Klarna's valuation slumps to $6.7 bln with $800 mln raise"
                                },
                                {
                                    "publisher": "Thepaypers",
                                    "news_url": "https://thepaypers.com/payments-general/klarna-closes-usd-800-mln-financing--1257478",
                                    "news_title": "Klarna closes USD 800 mln financing"
                                },
                                {
                                    "publisher": "Sequoiacap",
                                    "news_url": "https://sequoiacap.com/companies/klarna/",
                                    "news_title": "Sequoia Capital - Portfolio"
                                },
                                {
                                    "publisher": "Goalvestadvisory",
                                    "news_url": "https://www.goalvestadvisory.com/insights-recent-press/sdj24oquzs68pmb0pnq6dm3dy7uys3-ba3c4",
                                    "news_title": "GoalVest Advisory Launches Late-Stage Venture Capital Fund Designed for RIAs"
                                },
                                {
                                    "publisher": "Bankautomationnews",
                                    "news_url": "https://bankautomationnews.com/allposts/payments/klarnas-valuation-slashed-by-39-billion-amid-fintech-rout/",
                                    "news_title": "Klarna’s valuation slashed by $39 billion amid fintech rout"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/STmFsv",
                                    "news_title": "Klarna Closes $800 Million Round at “Post Money” Valuation of $6.7 Billion, Previously Valued at $45.6 Billion"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/fintech-ecommerce/valuation-plummets-klarna-unicorn/",
                                    "news_title": "Klarna’s Valuation Plummets In New Fundraise"
                                },
                                {
                                    "publisher": "Goalvestadvisory",
                                    "news_url": "https://www.goalvestadvisory.com/venture-capital",
                                    "news_title": "GoalVest Venture Capital Portfolio"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/40617/klarna-valuation-slumps-to-67-billion-on-800-million-funding-round",
                                    "news_title": "Klarna valuation slumps to $6.7 billion on $800 million funding round"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-12-23",
                        "round": "Venture",
                        "amount": 1650095.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Flat Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Flatcapital",
                                    "news_url": "https://www.flatcapital.com/en/press-releases/detail/?slug=flat-capital-investerar-15-msek-i-klarna",
                                    "news_title": "Flat Capital invests SEK 15 million in Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-12-10",
                        "round": "Venture",
                        "amount": 8813213.0,
                        "total_investors": 3,
                        "lead_investors": [
                            "Crowdcube"
                        ],
                        "investors": [
                            "Raison Wealth",
                            "BAM Elevate"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Bamelevate",
                                    "news_url": "https://www.bamelevate.com/portfolio",
                                    "news_title": "BAM Elevate Portfolio"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-07-20",
                        "round": "Venture",
                        "amount": 6000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Arctic Ventures"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Rb",
                                    "news_url": "https://rb.ru/news/arctic-ventures-klarna/",
                                    "news_title": "Arctic Ventures Invests $6 Million in Europe's Most Valuable Fintech Startup"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-06-10",
                        "round": "Venture",
                        "amount": 639000000.0,
                        "total_investors": 7,
                        "lead_investors": [
                            "SoftBank Vision Fund"
                        ],
                        "investors": [
                            "Raison Wealth",
                            "StratMinds",
                            "Alma Mundi Ventures",
                            "HoneyComb Ventures",
                            "Adit Ventures",
                            "WestCap"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/354c0bQ",
                                    "news_title": "Klarna boosts valuation to $45.6B with fresh $639M funding round"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/3zfiwdA",
                                    "news_title": "SoftBank leads $640 million investment in Klarna, valuing buy-now-pay-later firm at $46 billion"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2021/06/klarna-raises-usd-639m-in-funding-valued-at-usd45-6-billion.html",
                                    "news_title": "Klarna Raises USD 639M in Funding; Valued at USD45.6 Billion"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2021/06/10/fintech-giant-klarna-raises-639m-at-a-45-6b-valuation/",
                                    "news_title": "Fintech giant Klarna raises $639M at a $45.6B valuation amid ‘massive momentum’ in the US"
                                },
                                {
                                    "publisher": "Webcapitalriesgo",
                                    "news_url": "https://www.webcapitalriesgo.com/klarna-participated-by-mundi-ventures-secures-a-us640m-round-led-by-softbanks-vision-fund-and-also-backed-by-existing-investors/",
                                    "news_title": "Klarna, participated by Mundi Ventures, secures a US$640M round led by SoftBank’s Vision Fund and also backed by existing investors"
                                },
                                {
                                    "publisher": "Webcapitalriesgo",
                                    "news_url": "https://www.webcapitalriesgo.com/mundi-ventures-cierra-su-primer-fondo-insurtech-con-mas-de-e100m/",
                                    "news_title": "Mundi Ventures cierra su primer fondo insurtech con más de €100M"
                                },
                                {
                                    "publisher": "Wsj",
                                    "news_url": "https://www.wsj.com/articles/softbank-led-funding-round-boosts-klarnas-valuation-to-45-6-billion-11623348421",
                                    "news_title": "SoftBank-Led Funding Round Boosts Klarna’s Valuation to $45.6 Billion"
                                },
                                {
                                    "publisher": "Frenchweb",
                                    "news_url": "https://www.frenchweb.fr/fintech-klarna-leve-524-millions-deuros-aupres-de-softbank-pour-une-valorisation-a-378-milliards/424069",
                                    "news_title": "FinTech: Klarna lève 524 millions d’euros auprès de SoftBank, pour une valorisation à 37,8 milliards"
                                },
                                {
                                    "publisher": "Prnewswire",
                                    "news_url": "https://www.prnewswire.com/news-releases/klarna-secures-additional-funding-as-consumers-demand-smarter-alternatives-to-shop-bank--pay-301310118.html",
                                    "news_title": "Klarna secures additional funding as consumers demand smarter alternatives to shop, bank, & pay"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/briefing-6-10-21/",
                                    "news_title": "The Briefing: Klarna Valued At $46B, Eightfold AI Raises $220M, PostHog Lands Series B, And More"
                                },
                                {
                                    "publisher": "Rb",
                                    "news_url": "https://rb.ru/news/klarna-dorozhaet-do-nebes/",
                                    "news_title": "Raison Asset вложилась в самый дорогой стартап Европы Klarna"
                                },
                                {
                                    "publisher": "Bebeez",
                                    "news_url": "https://bebeez.it/private-equity-breakfast/notizie-da-klarna-softbank-kkr-av-airfinance-permira-apax-chryscapital/",
                                    "news_title": "Notizie da Klarna, Softbank, KKR, AV AirFinance, Permira, Apax, ChrysCapital, Lead Edge Capital"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2021/06/10/klarna-softbank-funding-round.html",
                                    "news_title": "SoftBank leads $640 million investment in Klarna, valuing buy-now-pay-later firm at $46 billion"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/S2F7mp",
                                    "news_title": "Klarna’s Second 2021 Raise Sees Valuation Top $45B"
                                },
                                {
                                    "publisher": "Aithority",
                                    "news_url": "https://aithority.com/technology/financial-services/klarna-secures-additional-funding-as-consumers-demand-smarter-alternatives-to-shop-bank-pay/",
                                    "news_title": "Klarna Secures Additional Funding as Consumers Demand Smarter Alternatives to Shop, Bank, & Pay"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-03-20",
                        "round": "Venture",
                        "amount": 8200000.0,
                        "total_investors": 2,
                        "lead_investors": [
                            "Mindrock Capital"
                        ],
                        "investors": [
                            "Axevil Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Rb",
                                    "news_url": "https://rb.ru/news/klarna-i-mindrock/",
                                    "news_title": "Mindrock Capital invested in Europe's most valuable startup"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-03-01",
                        "round": "Venture",
                        "amount": 1000000000.0,
                        "total_investors": 19,
                        "lead_investors": [],
                        "investors": [
                            "Dragoneer Investment Group",
                            "Empede Capital",
                            "Digital Disrupt",
                            "Sequoia Capital",
                            "MSA Novo",
                            "Republic capital",
                            "Commonwealth Bank of Australia",
                            "Chaos Ventures",
                            "QW Ventures",
                            "Atomico",
                            "Permira",
                            "Visa",
                            "Manhattan Venture Partners (MVP)",
                            "Investment AB Öresund",
                            "Zak Tanjeloff",
                            "Northzone",
                            "Bestseller Group",
                            "Manhattan West",
                            "Daniel Schryer"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Chaosvc",
                                    "news_url": "https://www.chaosvc.com/investments/",
                                    "news_title": "Chaos Ventures Portfolio."
                                },
                                {
                                    "publisher": "Yahoo",
                                    "news_url": "https://news.yahoo.com/payments-firm-klarna-triples-valuation-110815051.html",
                                    "news_title": "Klarna funding round makes it Europe's most valuable startup at $31 billion"
                                },
                                {
                                    "publisher": "Sifted",
                                    "news_url": "https://sifted.eu/articles/klarna-now-worth-31bn/",
                                    "news_title": "Klarna becomes Europe’s most valuable startup, now worth $31bn"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2021/03/01/invest-now-sell-later/",
                                    "news_title": "Klarna confirms new $31B valuation"
                                },
                                {
                                    "publisher": "Indiatimes",
                                    "news_url": "https://economictimes.indiatimes.com/tech/funding/klarna-funding-round-makes-it-europes-most-valuable-startup-at-31-billion/articleshow/81285101.cms",
                                    "news_title": "Klarna funding round makes it Europe's most valuable startup at $31 billion"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "http://on.forbes.com/6011HlUCd",
                                    "news_title": "Klarna’s Valuation Triples In Six Months To $31 Billion, Minting Two New Fintech Billionaires"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://www.klarna.com/international/press/klarna-ceo-challenges-tech-to-focus-on-global-sustainability-in-1-bn-funding-round/",
                                    "news_title": "Klarna CEO challenges tech to focus on global sustainability in $1 bn funding round"
                                },
                                {
                                    "publisher": "Bloomberg",
                                    "news_url": "https://www.bloomberg.com/news/articles/2021-03-01/klarna-valued-at-31-billion-after-u-s-growth-stoked-investors",
                                    "news_title": "Klarna Valued at $31 Billion After U.S. Growth Stoked Investors"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2021/02/25/klarna-to-raise-1-billion-at-31-billion-valuation.html",
                                    "news_title": "Fintech firm Klarna is raising $1 billion at a $31 billion valuation, sources say"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/RtnPz6",
                                    "news_title": "Klarna confirms USD 1 bln investment, reaches SUD 31 bln valuation"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/RtksjR",
                                    "news_title": "Klarna Banks $1B In New Funding As BNPL Competition Heats Up"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/us-klarna-fundraising-idUSKCN2AT22U",
                                    "news_title": "Klarna funding round makes it Europe's most valuable startup at $31 billion"
                                },
                                {
                                    "publisher": "Chaosvc",
                                    "news_url": "https://www.chaosvc.com/investments/",
                                    "news_title": "Chaos Ventures Portfolio."
                                },
                                {
                                    "publisher": "Usnews",
                                    "news_url": "https://www.usnews.com/news/technology/articles/2021-03-01/payments-firm-klarna-triples-valuation-to-31-billion-by-raising-1-billion",
                                    "news_title": "Klarna Funding Round Makes It Europe's Most Valuable Startup at $31 Billion"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/briefing-3-1-21/",
                                    "news_title": "The Briefing: Klarna Hits $31B Valuation, Skydio Raises $170M, And More"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-12-28",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Raison"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Electronicpaymentsinternational",
                                    "news_url": "https://www.electronicpaymentsinternational.com/news/klarna-raisin-savings-account/?cf-view",
                                    "news_title": "Klarna taps Raisin to launch savings account for German consumers"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-10-06",
                        "round": "Corporate",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Macy's"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/36701/macys-invests-in-klarna",
                                    "news_title": "Macy's invests in Klarna"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://www.klarna.com/international/press/macys-and-klarna-announce-new-five-year-partnership-to-provide-more-payment-options/",
                                    "news_title": "Macy’s and Klarna announce new five-year partnership to provide more payment options"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-09-15",
                        "round": "Private Equity",
                        "amount": 650000000.0,
                        "total_investors": 10,
                        "lead_investors": [
                            "Silver Lake"
                        ],
                        "investors": [
                            "TCV",
                            "HMI Capital",
                            "Nordic Secondary Fund",
                            "Chrysalis Investments",
                            "GIC",
                            "Raison Wealth",
                            "Northzone",
                            "BlackRock",
                            "Bonnier Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Ibsintelligence",
                                    "news_url": "https://ibsintelligence.com/ibsi-news/klarna-announces-650m-funding-round",
                                    "news_title": "Klarna announces $650m funding round | IBS Intelligence"
                                },
                                {
                                    "publisher": "Tech",
                                    "news_url": "https://tech.eu/features/33255/today-in-european-tech-klarna-scores-650-million-and-other-deals-and-stories-that-caught-our-eyes/",
                                    "news_title": "Today in European Tech: Klarna scores $650 million, Israeli VC Hetz closes $77 million fund and other deals and stories that caught our eyes"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/RgdYMJ",
                                    "news_title": "Klarna raises USD 650 mln to accelerate global growth"
                                },
                                {
                                    "publisher": "Siliconrepublic",
                                    "news_url": "https://www.siliconrepublic.com/start-ups/klarnas-funding-europes-biggest-fintech-unicorn",
                                    "news_title": "Klarna’s $650m funding round makes it Europe’s biggest fintech unicorn"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/briefing-9-15-20/",
                                    "news_title": "The Crunchbase News Briefing: Tues., Sept. 15"
                                },
                                {
                                    "publisher": "Startupdaily",
                                    "news_url": "https://www.startupdaily.net/2020/09/swedish-fintech-klarna-is-now-the-worlds-4th-most-valuable-fintech-after-us650-million-raise/",
                                    "news_title": "Swedish fintech Klarna is now the world’s 4th most valuable fintech after US$650 million raise"
                                },
                                {
                                    "publisher": "Dailyalts",
                                    "news_url": "https://dailyalts.com/fintech-klarna-gains-more-bnpl-muscle-with-650m-mega-round/",
                                    "news_title": "FinTech: Klarna Gains More BNPL Muscle With $650M Mega Round"
                                },
                                {
                                    "publisher": "Fintechf",
                                    "news_url": "https://www.fintechf.com/01-news/klarna-announces-650m-funding-round-to-further-accelerate-global-growth/",
                                    "news_title": "Klarna announces $650M funding round to further accelerate global growth"
                                },
                                {
                                    "publisher": "Vbank",
                                    "news_url": "https://vbank.in/2ZBnely",
                                    "news_title": "Klarna becomes Europe’s most valuable fintech after raising at $11bn valuation"
                                },
                                {
                                    "publisher": "Flip",
                                    "news_url": "https://flip.it/QCrtbj",
                                    "news_title": "Klarna raises $650 million at a $10.6 billion valuation"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/investment-tracker/2020/klarna-valued-10-billion-after-650-million-dollar-funding-round/",
                                    "news_title": "Klarna Valued At $10.65B After $650M Funding Round"
                                },
                                {
                                    "publisher": "Trib",
                                    "news_url": "https://trib.al/s5tz5Sx",
                                    "news_title": "Fintech Startup Klarna Is Valued at $10.65 Billion in New Funding"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2020/09/14/klarna-now-europes-biggest-fintech-unicorn-at-over-10-billion-value.html",
                                    "news_title": "Klarna becomes Europe’s biggest fintech unicorn at over $10 billion valuation after mega-round"
                                },
                                {
                                    "publisher": "Vcnewsdaily",
                                    "news_url": "https://vcnewsdaily.com/klarna/venture-capital-funding/tnyflsslrm",
                                    "news_title": "Klarna Scoops Up $650M"
                                },
                                {
                                    "publisher": "Prnewswire",
                                    "news_url": "https://www.prnewswire.com/news-releases/klarna-announces-650m-funding-round-to-further-accelerate-global-growth-301130767.html",
                                    "news_title": "Klarna announces $650M funding round to further accelerate global growth"
                                },
                                {
                                    "publisher": "Fintechdirect",
                                    "news_url": "https://www.fintechdirect.net/2020/09/15/klarna-bags-650m-funding-for-10-65bn-valuation/",
                                    "news_title": "Klarna bags $650m funding for $10.65bn valuation"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/Rgf4Qf",
                                    "news_title": "Klarna Secures $650 Million Through Latest Equity Funding Round; Brings Money Valuation to $10.65 Billion"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/35yBBuW",
                                    "news_title": "Klarna valued at $11bn after fresh fundraising round"
                                },
                                {
                                    "publisher": "Paymentssource",
                                    "news_url": "https://www.paymentssource.com/articles/fintech-startup-klarna-is-valued-at-10-65-billion-in-new-funding",
                                    "news_title": "Fintech startup Klarna is valued at $10.65 billion in new funding"
                                },
                                {
                                    "publisher": "Klarna",
                                    "news_url": "https://www.klarna.com/international/press/klarna-announces-650m-funding-round-to-further-accelerate-global-growth/",
                                    "news_title": "Klarna announces $650M funding round to further accelerate global growth"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/36558/klarna-reaches-1065-billion-valuation-on-650-million-funding-round",
                                    "news_title": "Klarna reaches $10.65 billion valuation on $650m funding round"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/us-klarna-funding/payments-provider-klarna-raises-650-million-from-silver-lake-led-investor-group-idUSKBN2660N2",
                                    "news_title": "Payments provider Klarna raises $650 million from Silver Lake-led investor group"
                                },
                                {
                                    "publisher": "Pulse2",
                                    "news_url": "https://pulse2.com/klarna-650-million-funding-and-10-65-billion-valuation/",
                                    "news_title": "Klarna: Massive $650 Million Funding And $10.65 Billion Valuation"
                                },
                                {
                                    "publisher": "Eu-startups",
                                    "news_url": "https://www.eu-startups.com/2020/09/stockholm-based-scaleup-klarna-lands-e547-million-to-invest-in-its-smoooth-shopping-experience/",
                                    "news_title": "Stockholm-based scaleup Klarna lands €547 million to invest in its “smoooth” shopping experience"
                                },
                                {
                                    "publisher": "Fintechbaltic",
                                    "news_url": "https://fintechbaltic.com/2020/09/15/klarna-becomes-highest-valued-fintech-unicorn-in-europe-at-10-65-billion-valuation/",
                                    "news_title": "Klarna Becomes Highest-Valued Fintech Unicorn in Europe At $10.65 Billion Valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-03-04",
                        "round": "Corporate",
                        "amount": 0.0,
                        "total_investors": 2,
                        "lead_investors": [
                            "Ant Group"
                        ],
                        "investors": [
                            "ANJ Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2020/03/04/alipay-owner-ant-financial-takes-minority-stake-in-klarna/",
                                    "news_title": "Alipay owner Ant Financial takes minority stake in Klarna"
                                },
                                {
                                    "publisher": "Fintechnews",
                                    "news_url": "https://fintechnews.hk/11352/mobilepayment/ant-financial-invests-in-klarna-to-introduce-pay-later-solutions-to-alibabas-ecosystem/",
                                    "news_title": "Ant Financial Invests in Klarna to Introduce Pay Later Solutions to Alibaba’s Ecosystem"
                                },
                                {
                                    "publisher": "Pitchbook",
                                    "news_url": "https://pitchbook.com/newsletter/chinas-ant-financial-takes-stake-in-stockholms-klarna",
                                    "news_title": "China's Ant Financial takes stake in Stockholm's Klarna | PitchBook"
                                },
                                {
                                    "publisher": "Buff",
                                    "news_url": "https://buff.ly/3aAAHNT",
                                    "news_title": "Ant Financial takes stake in Swedish fintech app Klarna"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/35392/ant-financial-takes-minority-stake-in-klarna",
                                    "news_title": "Ant Financial takes minority stake in Klarna"
                                },
                                {
                                    "publisher": "Bit",
                                    "news_url": "http://bit.ly/2vIVHmu",
                                    "news_title": "China’s Ant Financial acquires stake in Swedish fintech partner Klarna"
                                },
                                {
                                    "publisher": "Techinvestornews",
                                    "news_url": "https://www.techinvestornews.com/Tech-News/Tech-Bloggers/alipay-owner-ant-financial-takes-minority-stake-in-klarna?utm_source=dlvr.it&utm_medium=twitter",
                                    "news_title": "Alipay owner Ant Financial takes minority stake in Klarna"
                                },
                                {
                                    "publisher": "Trib",
                                    "news_url": "https://trib.al/4XU82B9",
                                    "news_title": "Ant Financial Takes Stake in Swedish Payments Firm Klarna"
                                },
                                {
                                    "publisher": "Fintechdirect",
                                    "news_url": "https://www.fintechdirect.net/2020/03/05/ant-financial-takes-minority-stake-in-klarna/",
                                    "news_title": "Ant Financial takes minority stake in Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-01-29",
                        "round": "Corporate",
                        "amount": 200000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Commonwealth Bank of Australia"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techinvestornews",
                                    "news_url": "https://www.techinvestornews.com/Tech-News/Latest-Headlines/australias-commonwealth-bank-raises-stake-in-pay-later-fintech-klarna?utm_source=dlvr.it&utm_medium=twitter",
                                    "news_title": "Australia's Commonwealth Bank raises stake in pay-later fintech Klarna"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/klarna-australia-cba/australias-commonwealth-bank-raises-stake-in-pay-later-fintech-klarna-idUSL4N29Y50A",
                                    "news_title": "Australia's Commonwealth Bank raises stake in pay-later fintech Klarna"
                                },
                                {
                                    "publisher": "Nasdaq",
                                    "news_url": "https://www.nasdaq.com/articles/australias-commonwealth-bank-raises-stake-in-pay-later-fintech-klarna-2020-01-29",
                                    "news_title": "Australia's Commonwealth Bank raises stake in pay-later fintech Klarna"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/payment-methods/2020/cba-invests-200m-in-klarna-for-australian-rollout/",
                                    "news_title": "CBA Invests $200M In Klarna For Australian Rollout"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/35191/klarna-picks-up-200-million-investment-from-cba-launches-in-australia",
                                    "news_title": "Klarna picks up $200 million investment from CBA; launches in Australia"
                                },
                                {
                                    "publisher": "Dealstreetasia",
                                    "news_url": "https://www.dealstreetasia.com/stories/commonwealth-bank-klarna-172429/?utm_content=bufferbfa52&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
                                    "news_title": "Australia’s Commonwealth Bank raises stake in pay-later fintech Klarna"
                                },
                                {
                                    "publisher": "Financialpost",
                                    "news_url": "https://business.financialpost.com/pmn/business-pmn/australias-commonwealth-bank-raises-stake-in-pay-later-fintech-klarna",
                                    "news_title": "Australia's Commonwealth Bank raises stake in pay-later fintech Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-12-03",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2019-08-06",
                        "round": "Private Equity",
                        "amount": 460000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "Dragoneer Investment Group"
                        ],
                        "investors": [
                            "Tim Ringel",
                            "IVP",
                            "Chrysalis Investments",
                            "Första AP-fonden",
                            "IPGL",
                            "HMI Capital",
                            "Commonwealth Bank of Australia",
                            "BlackRock"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "http://www.finsmes.com/2019/08/klarna-raises-460m-in-equity-funding.html",
                                    "news_title": "Klarna Raises $460M in Equity Funding"
                                },
                                {
                                    "publisher": "Prnewswire",
                                    "news_url": "https://www.prnewswire.com/news-releases/klarna-announces-460m-equity-raise-to-further-support-massive-us-growth-300897163.html",
                                    "news_title": "Klarna Announces $460M Equity Raise to Further Support Massive US Growth"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/10/11/klarna-ceo-sebastian-siemiatkowski-to-speak-at-disrupt-berlin-shortly-after-raising-460-million/",
                                    "news_title": "Klarna CEO Sebastian Siemiatkowski to speak at Disrupt Berlin shortly after raising $460 million"
                                },
                                {
                                    "publisher": "Fortune",
                                    "news_url": "https://fortune.com/2019/08/06/term-sheet-tuesday-august-6/",
                                    "news_title": "There Are 5 New Billion-Dollar Companies in Today’s Fortune Term Sheet"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-04-08",
                        "round": "Private Equity",
                        "amount": 93000000.0,
                        "total_investors": 8,
                        "lead_investors": [],
                        "investors": [
                            "Victor Jacobsson",
                            "Northzone",
                            "TCV",
                            "Sequoia Capital",
                            "Niklas Adalberth",
                            "Otiva",
                            "Sebastian Siemiatkowski",
                            "H&M Group Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Sequoiacap",
                                    "news_url": "https://sequoiacap.com/companies/klarna/",
                                    "news_title": "Sequoia Capital - Portfolio"
                                },
                                {
                                    "publisher": "Nordic9",
                                    "news_url": "https://nordic9.com/news/klarna-raised-more-money-from-existing-investors-news9192594680/?utm_campaign=The%20Nordic%20Web%20Weekly&utm_medium=email&utm_source=Revue%20newsletter",
                                    "news_title": "Klarna raised $93M from existing investors."
                                },
                                {
                                    "publisher": "Tcv",
                                    "news_url": "https://www.tcv.com/partnerships/klarna",
                                    "news_title": "TCV Portfolio - Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-01-18",
                        "round": "",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Calvin Broadus"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/oliversmith/2019/01/17/exclusive-snoop-dogg-invests-in-swedens-25-billion-unicorn-klarna/",
                                    "news_title": "Exclusive: Snoop Dogg Invests In Klarna, Sweden's $2.5 Billion Unicorn"
                                },
                                {
                                    "publisher": "Eu-startups",
                                    "news_url": "https://www.eu-startups.com/2019/01/gangsta-rapper-turned-venture-capitalist-snoop-dogg-invests-in-the-swedish-unicorn-klarna-and-rebrands-himself-smooth-dogg/",
                                    "news_title": "Gangsta rapper-turned-venture capitalist Snoop Dogg invests in the Swedish unicorn Klarna and becomes “Smoooth Dogg”"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2018-10-10",
                        "round": "Corporate",
                        "amount": 20000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "H&M Group Ventures"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2018/10/08/payments-startup-klarna-raises-20m-from-hm-its-second-backer-from-the-fashion-world/",
                                    "news_title": "Klarna raises $20M from H&M, will build financing and payment services for the fashion retailer"
                                },
                                {
                                    "publisher": "Bankingtech",
                                    "news_url": "https://www.bankingtech.com/2018/10/hm-fashions-itself-a-20m-stake-in-klarna/",
                                    "news_title": "H&M fashions itself a $20m stake in Klarna"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/oliversmith/2019/01/17/exclusive-snoop-dogg-invests-in-swedens-25-billion-unicorn-klarna/#5764b74b46d1",
                                    "news_title": "Exclusive: Snoop Dogg Invests In Klarna, Sweden's $2.5 Billion Unicorn"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-07-21",
                        "round": "Private Equity",
                        "amount": 250000000.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Permira"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Permira",
                                    "news_url": "https://media.permira.com/media/2lmfh1qy/klarna-and-permira-announce-strategic-equity-investment.pdf",
                                    "news_title": "Klarna and Permira Announce Strategic Equity Investment"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2017/07/21/klarna-permira/",
                                    "news_title": "Fintech startup Klarna taps Permira for around $250M at $2.5B valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-06-27",
                        "round": "Corporate",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [
                            "Visa"
                        ],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2017/06/27/1508499/",
                                    "news_title": "Visa takes a strategic stake in Klarna, the finance startup out of Sweden"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-06-07",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 2,
                        "lead_investors": [
                            "Anders Holch Povlsen"
                        ],
                        "investors": [
                            "Otiva"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2017/06/07/fashion-magnate-takes-225m-stake-in-swedish-payment-unicorn-klarna/",
                                    "news_title": "Fashion magnate takes $225M+ stake in Swedish payment unicorn Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-03-07",
                        "round": "Venture",
                        "amount": 5103835.0,
                        "total_investors": 2,
                        "lead_investors": [
                            "Creandum"
                        ],
                        "investors": [
                            "Fåntell"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Di",
                                    "news_url": "http://digital.di.se/artikel/creandum-ny-delagare-i-klarna",
                                    "news_title": "Creandum ny delägare i Klarna"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2016-06-27",
                        "round": "Debt",
                        "amount": 35127078.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Swedishstartupspace",
                                    "news_url": "http://swedishstartupspace.com/2016/06/27/klarna-taps-bond-market-for-the-first-time/",
                                    "news_title": "Klarna taps bond market for the first time"
                                }
                            ]
                        }
                    }
                ],
                "key_investors": [
                    {
                        "name": "Fåntell",
                        "permalink": "fåntell-ab-invested-in-klarna-series-unknown--1e271f1b--917316ec",
                        "type": "",
                        "first_entry_date": "2017-03-07",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Creandum",
                        "permalink": "creandum-invested-in-klarna-series-unknown--1e271f1b--fd437454",
                        "type": "",
                        "first_entry_date": "2017-03-07",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Otiva",
                        "permalink": "otiva-6c08-invested-in-klarna-private-equity--8e330818--720a2eaa",
                        "type": "",
                        "first_entry_date": "2017-06-07",
                        "rounds_participated": [
                            "Private Equity",
                            "Venture"
                        ]
                    },
                    {
                        "name": "Anders Holch Povlsen",
                        "permalink": "anders-holch-povlsen-invested-in-klarna-secondary-market--1d4c72fa--26a2372c",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2017-06-07",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Visa",
                        "permalink": "visa-invested-in-klarna-series-unknown--89f6938b--91748b63",
                        "type": "",
                        "first_entry_date": "2017-06-27",
                        "rounds_participated": [
                            "Venture",
                            "Corporate"
                        ]
                    },
                    {
                        "name": "Permira",
                        "permalink": "permira-invested-in-klarna-series-unknown--89f6938b--8ad12742",
                        "type": "",
                        "first_entry_date": "2017-07-21",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "H&M Group Ventures",
                        "permalink": "h-m-co-lab-invested-in-klarna-private-equity--8e330818--e90ffc3a",
                        "type": "",
                        "first_entry_date": "2018-10-10",
                        "rounds_participated": [
                            "Private Equity",
                            "Corporate"
                        ]
                    },
                    {
                        "name": "Calvin Broadus",
                        "permalink": "snoop-dogg-invested-in-klarna-undisclosed--84583a95--8ce810fa",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2019-01-18",
                        "rounds_participated": []
                    },
                    {
                        "name": "Sequoia Capital",
                        "permalink": "sequoia-capital-invested-in-klarna-series-unknown--bcc55c45--63f8980e",
                        "type": "",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Northzone",
                        "permalink": "northzone-ventures-invested-in-klarna-series-unknown--89f6938b--bca67cf9",
                        "type": "",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "TCV",
                        "permalink": "technology-crossover-ventures-invested-in-klarna-private-equity--d60093c1--248e9ba4",
                        "type": "",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Victor Jacobsson",
                        "permalink": "victor-jacobsson-invested-in-klarna-private-equity--8e330818--30a82655",
                        "type": "angel",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Niklas Adalberth",
                        "permalink": "niklas-adalberth-invested-in-klarna-private-equity--8e330818--655277a3",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Sebastian Siemiatkowski",
                        "permalink": "sebastian-siemiatkowski-invested-in-klarna-private-equity--8e330818--74c64eab",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2019-04-08",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Commonwealth Bank of Australia",
                        "permalink": "commonwealth-bank-of-australia-invested-in-klarna-series-unknown--bcc55c45--fd23a61d",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Venture",
                            "Corporate",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Dragoneer Investment Group",
                        "permalink": "dragoneer-investment-group-invested-in-klarna-series-unknown--89f6938b--0a5c792d",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "HMI Capital",
                        "permalink": "hmi-capital-invested-in-klarna-private-equity--d60093c1--28944d8c",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Chrysalis Investments",
                        "permalink": "merianchrysalis-invested-in-klarna-private-equity--d60093c1--4b1cbd0b",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "BlackRock",
                        "permalink": "blackrock-invested-in-klarna-private-equity--d60093c1--aa79e382",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Tim Ringel",
                        "permalink": "tim-ringel-invested-in-klarna-private-equity--d5654ef7--383cd6df",
                        "type": "angel",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "IVP",
                        "permalink": "institutional-venture-partners-invested-in-klarna-private-equity--d5654ef7--5f63cb3c",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Första AP-fonden",
                        "permalink": "första-ap-fonden-invested-in-klarna-private-equity--d5654ef7--a55251db",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "IPGL",
                        "permalink": "ipgl-invested-in-klarna-private-equity--d5654ef7--adec9df0",
                        "type": "",
                        "first_entry_date": "2019-08-06",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "ANJ Ventures",
                        "permalink": "anj-ventures-invested-in-klarna-corporate-round--915a6ecd--2233cf37",
                        "type": "",
                        "first_entry_date": "2020-03-04",
                        "rounds_participated": [
                            "Corporate"
                        ]
                    },
                    {
                        "name": "Ant Group",
                        "permalink": "ant-group-invested-in-klarna-corporate-round--915a6ecd--fa13ef48",
                        "type": "",
                        "first_entry_date": "2020-03-04",
                        "rounds_participated": [
                            "Corporate"
                        ]
                    },
                    {
                        "name": "Silver Lake",
                        "permalink": "silver-lake-invested-in-klarna-series-unknown--bcc55c45--9231e236",
                        "type": "",
                        "first_entry_date": "2020-09-15",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Raison Wealth",
                        "permalink": "element-global-technologies-private-portfolio-invested-in-klarna-secondary-market--54b87817--6ca02834",
                        "type": "",
                        "first_entry_date": "2020-09-15",
                        "rounds_participated": [
                            "Venture",
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Nordic Secondary Fund",
                        "permalink": "nordic-secondary-fund-invested-in-klarna-private-equity--d60093c1--387edc72",
                        "type": "",
                        "first_entry_date": "2020-09-15",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "GIC",
                        "permalink": "gic-invested-in-klarna-private-equity--d60093c1--61e14c56",
                        "type": "",
                        "first_entry_date": "2020-09-15",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Bonnier Capital",
                        "permalink": "bonnier-ventures-invested-in-klarna-private-equity--d60093c1--e8251b7c",
                        "type": "",
                        "first_entry_date": "2020-09-15",
                        "rounds_participated": [
                            "Private Equity"
                        ]
                    },
                    {
                        "name": "Macy's",
                        "permalink": "macys-invested-in-klarna-corporate-round--1d7fc544--633fbaba",
                        "type": "",
                        "first_entry_date": "2020-10-06",
                        "rounds_participated": [
                            "Corporate"
                        ]
                    },
                    {
                        "name": "Raison",
                        "permalink": "raison-bb3a-invested-in-klarna-secondary-market--529c511f--4e33f850",
                        "type": "",
                        "first_entry_date": "2020-12-28",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Manhattan Venture Partners (MVP)",
                        "permalink": "manhattan-venture-partners-invested-in-klarna-secondary-market--d6a09f6c--fb0ce67e",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Bestseller Group",
                        "permalink": "bestseller-group-invested-in-klarna-series-unknown--bcc55c45--d394edc9",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Empede Capital",
                        "permalink": "empede-capital-invested-in-klarna-series-unknown--89f6938b--0c0488e6",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Digital Disrupt",
                        "permalink": "digital-disrupt-1449-invested-in-klarna-series-unknown--89f6938b--209b6452",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "MSA Novo",
                        "permalink": "msa-novo-invested-in-klarna-series-unknown--89f6938b--2c866723",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Republic capital",
                        "permalink": "republic-labs-invested-in-klarna-series-unknown--89f6938b--32b8d301",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Chaos Ventures",
                        "permalink": "chaos-ventures-invested-in-klarna-series-unknown--89f6938b--6582dd35",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "QW Ventures",
                        "permalink": "qw-ventures-invested-in-klarna-series-unknown--89f6938b--73e8ac65",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Atomico",
                        "permalink": "atomico-invested-in-klarna-series-unknown--89f6938b--8574e235",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Investment AB Öresund",
                        "permalink": "investment-ab-resund-invested-in-klarna-series-unknown--89f6938b--a8129427",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Zak Tanjeloff",
                        "permalink": "zak-tanjeloff-invested-in-klarna-series-unknown--89f6938b--ba348e69",
                        "type": "angel",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Manhattan West",
                        "permalink": "manhattan-west-invested-in-klarna-series-unknown--89f6938b--e8ea49fb",
                        "type": "",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Daniel Schryer",
                        "permalink": "daniel-schryer-invested-in-klarna-series-unknown--89f6938b--f6ecd9ff",
                        "type": "angel",
                        "first_entry_date": "2021-03-01",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Axevil Capital",
                        "permalink": "axevil-capital-invested-in-klarna-series-unknown--bcc55c45--35ab1db6",
                        "type": "",
                        "first_entry_date": "2021-03-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Mindrock Capital",
                        "permalink": "mindrock-capital-invested-in-klarna-secondary-market--4bae6e30--b4933329",
                        "type": "",
                        "first_entry_date": "2021-03-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "StratMinds",
                        "permalink": "stratminds-invested-in-klarna-series-unknown--433e408c--5e0de221",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Alma Mundi Ventures",
                        "permalink": "alma-mundi-venture-invested-in-klarna-series-unknown--433e408c--7075a491",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "HoneyComb Ventures",
                        "permalink": "honeycomb-ventures-invested-in-klarna-series-unknown--433e408c--84dbcfbc",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Adit Ventures",
                        "permalink": "psp-ventures-invested-in-klarna-series-unknown--433e408c--a8950682",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "SoftBank Vision Fund",
                        "permalink": "softbank-vision-fund-invested-in-klarna-series-unknown--433e408c--b8af0d2e",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "WestCap",
                        "permalink": "westcap-sf-invested-in-klarna-series-unknown--433e408c--e3e77d54",
                        "type": "",
                        "first_entry_date": "2021-06-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Arctic Ventures",
                        "permalink": "arctic-ventures-invested-in-klarna-secondary-market--4f01807a--5d867f40",
                        "type": "",
                        "first_entry_date": "2021-07-20",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "BAM Elevate",
                        "permalink": "bam-elevate-invested-in-klarna-secondary-market--54b87817--b44a8a81",
                        "type": "",
                        "first_entry_date": "2021-12-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Crowdcube",
                        "permalink": "crowdcube-invested-in-klarna-secondary-market--54b87817--ce5ffa4b",
                        "type": "",
                        "first_entry_date": "2021-12-10",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Flat Capital",
                        "permalink": "flat-capital-invested-in-klarna-series-unknown--a5c2a0e7--1799c6ee",
                        "type": "",
                        "first_entry_date": "2021-12-23",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "CPP Investments",
                        "permalink": "canada-pension-plan-investment-board-invested-in-klarna-series-unknown--bcc55c45--0b273dd2",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Spring St. Group",
                        "permalink": "spring-st-group-invested-in-klarna-series-unknown--bcc55c45--0be04af7",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Disruptive Ventures",
                        "permalink": "disruptive-ventures-invested-in-klarna-series-unknown--bcc55c45--435b55fe",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "SoftBank",
                        "permalink": "softbank-invested-in-klarna-series-unknown--bcc55c45--85900090",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Mubadala",
                        "permalink": "mubadala-investment-company-e9c0-invested-in-klarna-series-unknown--bcc55c45--95f571b1",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Public Group",
                        "permalink": "public-group-invested-in-klarna-series-unknown--bcc55c45--9d4709c6",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "GoalVest Venture Capital",
                        "permalink": "goalvest-advisory-eaa5-invested-in-klarna-series-unknown--bcc55c45--a05cfd12",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Vijay Shankar",
                        "permalink": "vijay-shankar-d070-invested-in-klarna-series-unknown--bcc55c45--c68a9cdb",
                        "type": "angel",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Vika Ventures",
                        "permalink": "vika-ventures-invested-in-klarna-series-unknown--bcc55c45--f7410d6a",
                        "type": "",
                        "first_entry_date": "2022-07-11",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Santander",
                        "permalink": "banco-santander-invested-in-klarna-debt-financing--5b8edba9--2e906312",
                        "type": "",
                        "first_entry_date": "2025-08-21",
                        "rounds_participated": [
                            "Debt"
                        ]
                    },
                    {
                        "name": "Elliott Management Corp.",
                        "permalink": "elliott-management-corp-invested-in-klarna-post-ipo-debt--76080bea--0de7b3ed",
                        "type": "",
                        "first_entry_date": "2026-03-24",
                        "rounds_participated": [
                            "Post"
                        ]
                    }
                ]
            },
            "acquisitions": [
                {
                    "acquisition_date": "2024-08-21",
                    "name": "Laybuy acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Laybuy on 2024-08-21 for an undisclosed amount",
                    "acquiree_name": "Laybuy",
                    "acquiree_permalink": "laybuy"
                },
                {
                    "acquisition_date": "2021-11-02",
                    "name": "PriceRunner International acquired by Klarna",
                    "amount": 1060000000.0,
                    "amount_usd": 123630299.0,
                    "description": "Klarna acquires PriceRunner International on 2021-11-02 for $123630299",
                    "acquiree_name": "PriceRunner International",
                    "acquiree_permalink": "pricerunner-denmark"
                },
                {
                    "acquisition_date": "2021-10-22",
                    "name": "Inspirock acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Inspirock on 2021-10-22 for an undisclosed amount",
                    "acquiree_name": "Inspirock",
                    "acquiree_permalink": "inspirock"
                },
                {
                    "acquisition_date": "2021-07-27",
                    "name": "Apprl acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Apprl on 2021-07-27 for an undisclosed amount",
                    "acquiree_name": "Apprl",
                    "acquiree_permalink": "apprl"
                },
                {
                    "acquisition_date": "2021-07-22",
                    "name": "Stocard acquired by Klarna",
                    "amount": 113000000.0,
                    "amount_usd": 133029289.0,
                    "description": "Klarna acquires Stocard on 2021-07-22 for $133029289",
                    "acquiree_name": "Stocard",
                    "acquiree_permalink": "stocard"
                },
                {
                    "acquisition_date": "2021-07-09",
                    "name": "HERO acquired by Klarna",
                    "amount": 115000000.0,
                    "amount_usd": 159932800.0,
                    "description": "Klarna acquires HERO on 2021-07-09 for $159932800",
                    "acquiree_name": "HERO",
                    "acquiree_permalink": "hero-2"
                },
                {
                    "acquisition_date": "2021-03-10",
                    "name": "Toplooks.ai acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Toplooks.ai on 2021-03-10 for an undisclosed amount",
                    "acquiree_name": "Toplooks.ai",
                    "acquiree_permalink": "toplooks-ai"
                },
                {
                    "acquisition_date": "2020-04-29",
                    "name": "Nuji acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Nuji on 2020-04-29 for an undisclosed amount",
                    "acquiree_name": "Nuji",
                    "acquiree_permalink": "nuji"
                },
                {
                    "acquisition_date": "2020-02-12",
                    "name": "Moneymour acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Moneymour on 2020-02-12 for an undisclosed amount",
                    "acquiree_name": "Moneymour",
                    "acquiree_permalink": "moneymour"
                },
                {
                    "acquisition_date": "2020-01-13",
                    "name": "Spring Marketplace acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Spring Marketplace on 2020-01-13 for an undisclosed amount",
                    "acquiree_name": "Spring Marketplace",
                    "acquiree_permalink": "spring-marketplace"
                },
                {
                    "acquisition_date": "2018-09-14",
                    "name": "Close Brothers Retail Finance acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Close Brothers Retail Finance on 2018-09-14 for an undisclosed amount",
                    "acquiree_name": "Close Brothers Retail Finance",
                    "acquiree_permalink": "close-brothers-retail-finance"
                },
                {
                    "acquisition_date": "2018-05-18",
                    "name": "ShopCo Technologies acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires ShopCo Technologies on 2018-05-18 for an undisclosed amount",
                    "acquiree_name": "ShopCo Technologies",
                    "acquiree_permalink": "shopco"
                },
                {
                    "acquisition_date": "2017-02-06",
                    "name": "BillPay acquired by Klarna",
                    "amount": 60000000.0,
                    "amount_usd": 74808024.0,
                    "description": "Klarna acquires BillPay on 2017-02-06 for $74808024",
                    "acquiree_name": "BillPay",
                    "acquiree_permalink": "billpay"
                },
                {
                    "acquisition_date": "2016-11-22",
                    "name": "Cookies App acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Cookies App on 2016-11-22 for an undisclosed amount",
                    "acquiree_name": "Cookies App",
                    "acquiree_permalink": "cookies-labs-ug"
                },
                {
                    "acquisition_date": "2013-03-07",
                    "name": "Sofort AG acquired by Klarna",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna acquires Sofort AG on 2013-03-07 for an undisclosed amount",
                    "acquiree_name": "Sofort AG",
                    "acquiree_permalink": "sofort-ag"
                }
            ],
            "investments": [
                {
                    "announcement_date": "2024-02-27",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Series A - Embat",
                    "lead_investor": false,
                    "funding_round_id": "embat-series-a--7b086a01",
                    "investee_name": "Embat",
                    "investee_permalink": "embat"
                },
                {
                    "announcement_date": "2022-07-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Grant - InterEarth",
                    "lead_investor": true,
                    "funding_round_id": "interearth-grant--8bdece28",
                    "investee_name": "InterEarth",
                    "investee_permalink": "interearth"
                },
                {
                    "announcement_date": "2021-10-25",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Series C - Billie",
                    "lead_investor": false,
                    "funding_round_id": "billie-io-series-c--f5522695",
                    "investee_name": "Billie",
                    "investee_permalink": "billie-io"
                },
                {
                    "announcement_date": "2021-10-12",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Series A - Violet",
                    "lead_investor": true,
                    "funding_round_id": "violet-a612-series-a--68dd3484",
                    "investee_name": "Violet",
                    "investee_permalink": "violet-a612"
                },
                {
                    "announcement_date": "2019-07-11",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Venture Round - Borgo",
                    "lead_investor": false,
                    "funding_round_id": "borgo-series-unknown--20a8eb2d",
                    "investee_name": "Borgo",
                    "investee_permalink": "borgo"
                },
                {
                    "announcement_date": "2015-11-02",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Venture Round - Wrapp",
                    "lead_investor": true,
                    "funding_round_id": "wrapp-series-unknown--e96e7bb6",
                    "investee_name": "Wrapp",
                    "investee_permalink": "wrapp"
                },
                {
                    "announcement_date": "2015-08-06",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Klarna investment in Venture Round - Wrapp",
                    "lead_investor": false,
                    "funding_round_id": "wrapp-series-unknown--27a49703",
                    "investee_name": "Wrapp",
                    "investee_permalink": "wrapp"
                }
            ]
        },
        "chime-2": {
            "firmographics": {
                "name": "Chime",
                "website": "https://www.chime.com",
                "location": "San Francisco, United States",
                "founded": 2012,
                "type": "public",
                "operating_status": "IPO",
                "ticker": "NASDAQ:CHYM"
            },
            "funding": {
                "overall": {
                    "funding_stage": "Debt-Funded",
                    "total_funding": 2767603117.0,
                    "last_funding_date": "2025-03-01",
                    "num_funding_rounds": "12",
                    "key_investors": [
                        "Forerunner",
                        "Aspect Ventures",
                        "Homebrew",
                        "Crosslink Capital",
                        "PivotNorth Capital",
                        "Zander Lurie",
                        "Cathay Innovation",
                        "Omidyar Network",
                        "Northwestern Mutual Future Ventures",
                        "Flourish Ventures",
                        "Clocktower Technology Ventures",
                        "Menlo Ventures",
                        "Saurabh Gupta",
                        "Opera Tech Ventures",
                        "General Atlantic",
                        "Dragoneer Investment Group",
                        "Coatue",
                        "DST Global",
                        "ICONIQ Growth",
                        "Seek Ventures",
                        "Access Technology Ventures",
                        "Inspired Capital Partners",
                        "Veligera Capital",
                        "Tiger Global Management",
                        "Whale Rock Capital Management",
                        "Hedosophia",
                        "ICONIQ Capital",
                        "Light Street Capital",
                        "Skip Capital",
                        "Sequoia Capital Global Equities",
                        "SoftBank Vision Fund",
                        "Empede Capital",
                        "Vantage Legacy Capital"
                    ]
                },
                "funding_rounds": [
                    {
                        "date": "2025-03-01",
                        "round": "Debt",
                        "amount": 475000000.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Linkedin",
                                    "news_url": "https://www.linkedin.com/posts/arianne-perry_congratulations-to-the-chime-team-on-their-activity-7341206902346784771-iQRu/",
                                    "news_title": "Arianne Perry’s Post"
                                },
                                {
                                    "publisher": "Svb",
                                    "news_url": "https://www.svb.com/about-svb/recent-transactions/",
                                    "news_title": "Silicon Valley Bank Portfolio"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2023-07-28",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Vantage Legacy Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2021-08-13",
                        "round": "Series G",
                        "amount": 750000000.0,
                        "total_investors": 7,
                        "lead_investors": [
                            "Sequoia Capital Global Equities"
                        ],
                        "investors": [
                            "Skip Capital",
                            "General Atlantic",
                            "Tiger Global Management",
                            "SoftBank Vision Fund",
                            "Dragoneer Investment Group",
                            "Empede Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1795586/000179558621000002/xslFormDX01/primary_doc.xml",
                                    "news_title": "FORM D"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/chime-funding/update-1-fintech-firm-chime-valued-at-25-bln-after-750-mln-funding-idUSL4N2PK3PK",
                                    "news_title": "Fintech firm Chime valued at $25 billion after $750 million funding"
                                },
                                {
                                    "publisher": "Substack",
                                    "news_url": "https://lex.substack.com/p/fintech-101-neobanks",
                                    "news_title": "Fintech 101: Neobanks"
                                },
                                {
                                    "publisher": "Skipcapital",
                                    "news_url": "https://www.skipcapital.com/venture",
                                    "news_title": "Skip Capital-Portfolio- Chime"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/briefing-8-13-21/",
                                    "news_title": "The Briefing: How Carta Raised $500M Series G, Chime Rings Up $25B Valuation, Ualá Lands $350M, And More"
                                },
                                {
                                    "publisher": "Leaderpost",
                                    "news_url": "https://leaderpost.com/pmn/business-pmn/fintech-firm-chime-valued-at-25-bln-after-750-mln-funding-2",
                                    "news_title": "Fintech firm Chime valued at $25 bln after $750 mln funding"
                                },
                                {
                                    "publisher": "Wsj",
                                    "news_url": "https://www.wsj.com/articles/chime-financial-raises-750-million-in-latest-funding-round-11628872069",
                                    "news_title": "Chime Financial Raises $750 Million in Latest Funding Round"
                                },
                                {
                                    "publisher": "Financialpost",
                                    "news_url": "https://financialpost.com/pmn/business-pmn/fintech-firm-chime-valued-at-25-bln-after-750-mln-funding-2",
                                    "news_title": "Fintech firm Chime valued at $25 bln after $750 mln funding"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2021/08/chime-raises-750m-in-funding.html",
                                    "news_title": "Chime Raises $750M in Funding"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-09-18",
                        "round": "Series F",
                        "amount": 533828122.0,
                        "total_investors": 11,
                        "lead_investors": [],
                        "investors": [
                            "General Atlantic",
                            "Coatue",
                            "DST Global",
                            "Whale Rock Capital Management",
                            "Hedosophia",
                            "Dragoneer Investment Group",
                            "Tiger Global Management",
                            "ICONIQ Capital",
                            "ICONIQ Growth",
                            "Light Street Capital",
                            "Access Technology Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/Rh4t4F",
                                    "news_title": "US Banking Challenger Chime to Focus on Transaction Processing based Business Model, After Reaching $14.5 Billion Valuation with Additional Funding"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2020/09/18/chime-adds-485m-at-a-14-5b-valuation-claims-ebitda-profitability/",
                                    "news_title": "Chime adds $485M at a $14.5B valuation, claims EBITDA profitability"
                                },
                                {
                                    "publisher": "Builtinsf",
                                    "news_url": "https://www.builtinsf.com/articles/chime-raises-485m-hiring",
                                    "news_title": "Chime Raises $485M Amid Hiring Push, Is Now Worth $14.5B"
                                },
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1795586/000179558620000003/xslFormDX01/primary_doc.xml",
                                    "news_title": "SEC Form D"
                                },
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1795586/000179558620000002/xslFormDX01/primary_doc.xml",
                                    "news_title": "FORM D"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/pandemic-in-the-rearview-a-year-in-retrospect-from-the-crunchbase-perspective/",
                                    "news_title": "Pandemic In The Rearview: A Year In Retrospect From The Crunchbase News Perspective"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/new-485m-round-values-chime-at-14-5b/",
                                    "news_title": "New $485M Round Values Chime at $14.5B"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2020-01-21",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": 1,
                        "lead_investors": [],
                        "investors": [
                            "Veligera Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": []
                        }
                    },
                    {
                        "date": "2019-12-05",
                        "round": "Series E",
                        "amount": 699999995.0,
                        "total_investors": 8,
                        "lead_investors": [
                            "DST Global"
                        ],
                        "investors": [
                            "Access Technology Ventures",
                            "Coatue",
                            "Dragoneer Investment Group",
                            "Inspired Capital Partners",
                            "General Atlantic",
                            "ICONIQ Growth",
                            "Menlo Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Sec",
                                    "news_url": "https://www.sec.gov/Archives/edgar/data/1795586/000179558620000001/xslFormDX01/primary_doc.xml",
                                    "news_title": "FORM D"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/34924/chime-closes-500m-funding-round---cnbc",
                                    "news_title": "Chime closes $500m funding round - CNBC"
                                },
                                {
                                    "publisher": "Inspiredcapital",
                                    "news_url": "https://inspiredcapital.com/companies",
                                    "news_title": "Inspired Capital Partners Portfolio Company"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2019/12/05/chime-quadruples-valuation-to-5point8-billion-as-it-raises-500-million.html",
                                    "news_title": "Digital bank Chime quadruples valuation in less than a year to $5.8 billion as it takes on megabanks"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/donnafuscaldo/2019/12/05/digital-bank-chime-now-has-a-valuation-of-58-billion/#4adad4f71872",
                                    "news_title": "Digital Bank Chime Now Has A Valuation Of $5.8 Billion"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2019-03-05",
                        "round": "Series D",
                        "amount": 200000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "DST Global"
                        ],
                        "investors": [
                            "Coatue",
                            "Menlo Ventures",
                            "Cathay Innovation",
                            "Dragoneer Investment Group",
                            "Seek Ventures",
                            "General Atlantic",
                            "ICONIQ Growth",
                            "Forerunner"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2019/03/05/online-bank-chime-now-valued-at-1point5-billion-after-new-funding-round.html",
                                    "news_title": "Online bank Chime now valued at $1.5 billion after new funding round"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/03/05/u-s-mobile-bank-chime-raises-200-million-valuing-its-business-at-1-5-billion/",
                                    "news_title": "US mobile bank Chime raises $200 million, valuing its business at $1.5 billion"
                                },
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/fintech-start-ups/us-mobile-banking-start-up-chime-rings-in-200m-funding",
                                    "news_title": "US mobile banking start-up Chime rings in $200m funding"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2018-05-31",
                        "round": "Series C",
                        "amount": 70000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "Menlo Ventures"
                        ],
                        "investors": [
                            "Omidyar Network",
                            "Aspect Ventures",
                            "Northwestern Mutual Future Ventures",
                            "Cathay Innovation",
                            "Saurabh Gupta",
                            "Flourish Ventures",
                            "Forerunner",
                            "Opera Tech Ventures"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2018/05/31/no-fees-mobile-banking-service-chime-raises-70m-series-c-valuing-its-business-at-500m/",
                                    "news_title": "No-fees mobile bank Chime raises $70M Series C, valuing its business at $500M"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2017-09-27",
                        "round": "Series B",
                        "amount": 18000000.0,
                        "total_investors": 9,
                        "lead_investors": [
                            "Cathay Innovation"
                        ],
                        "investors": [
                            "Aspect Ventures",
                            "Homebrew",
                            "Clocktower Technology Ventures",
                            "Crosslink Capital",
                            "Northwestern Mutual Future Ventures",
                            "Flourish Ventures",
                            "Forerunner",
                            "Omidyar Network"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2017/09/28/mobile-banking-platform-chime-nets-series-b-funding-round/",
                                    "news_title": "Mobile banking platform Chime nets Series B funding round"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2017/09/chime-raises-18m-in-series-b-funding.html",
                                    "news_title": "Chime Raises $18M in Series B Funding"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2017/09/27/chime-raises-18-million-for-mobile-banking-without-the-fees/",
                                    "news_title": "Chime raises $18 million for mobile banking without the fees"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/pressarticle/70891/mobile-banking-outfit-chime-raises-18m",
                                    "news_title": "Mobile banking outfit Chime raises $18m"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2016-05-19",
                        "round": "Series A",
                        "amount": 9000000.0,
                        "total_investors": 6,
                        "lead_investors": [
                            "Aspect Ventures"
                        ],
                        "investors": [
                            "Forerunner",
                            "Homebrew",
                            "Crosslink Capital",
                            "PivotNorth Capital",
                            "Zander Lurie"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Webrazzi",
                                    "news_url": "https://webrazzi.com/2025/06/13/2016-yilinda-batmak-uzere-olan-chime-145-milyar-dolarlik-halka-arz-gerceklestirdi/",
                                    "news_title": "2016 yılında batmak üzere olan Chime, 14.5 milyar dolarlık halka arz gerçekleştirdi"
                                },
                                {
                                    "publisher": "Vcnewsdaily",
                                    "news_url": "https://vcnewsdaily.com/access/getarticle.php?aid=tpsfwhynbc",
                                    "news_title": "Venture Capital News: Chime Inks $9M"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "http://www.finsmes.com/2016/05/fintech-mobile-banking-app-chime-raises-9m-in-funding.html",
                                    "news_title": "Fintech, Mobile Banking App Chime Raises $9M in Funding"
                                }
                            ]
                        }
                    }
                ],
                "key_investors": [
                    {
                        "name": "Forerunner",
                        "permalink": "forerunner-ventures-invested-in-chime-2-series-d--17015dfb--f9a54057",
                        "type": "",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series D",
                            "Series C",
                            "Series B",
                            "Series A"
                        ]
                    },
                    {
                        "name": "Aspect Ventures",
                        "permalink": "aspect-ventures-invested-in-chime-2-series-c--675978b9--48088c3a",
                        "type": "",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series C",
                            "Series B",
                            "Series A"
                        ]
                    },
                    {
                        "name": "Homebrew",
                        "permalink": "homebrew-ventures-invested-in-chime-2-series-b--85e4b251--242f02cb",
                        "type": "",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series B",
                            "Series A"
                        ]
                    },
                    {
                        "name": "Crosslink Capital",
                        "permalink": "crosslink-capital-invested-in-chime-2-series-b--85e4b251--392b2f12",
                        "type": "",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series B",
                            "Series A"
                        ]
                    },
                    {
                        "name": "PivotNorth Capital",
                        "permalink": "pivotnorth-capital-invested-in-chime-2-series-a--fe0c05d4--f0212bec",
                        "type": "",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series A"
                        ]
                    },
                    {
                        "name": "Zander Lurie",
                        "permalink": "zander-lurie-invested-in-chime-2-series-a--fe0c05d4--fe9b5203",
                        "type": "angel",
                        "first_entry_date": "2016-05-19",
                        "rounds_participated": [
                            "Series A"
                        ]
                    },
                    {
                        "name": "Cathay Innovation",
                        "permalink": "cathay-innovation-fund-invested-in-chime-2-series-d--17015dfb--28bba126",
                        "type": "",
                        "first_entry_date": "2017-09-27",
                        "rounds_participated": [
                            "Series D",
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Omidyar Network",
                        "permalink": "omidyar-network-invested-in-chime-2-series-c--675978b9--345a4e20",
                        "type": "",
                        "first_entry_date": "2017-09-27",
                        "rounds_participated": [
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Northwestern Mutual Future Ventures",
                        "permalink": "northwestern-mutual-future-ventures-invested-in-chime-2-series-c--675978b9--529f23dd",
                        "type": "",
                        "first_entry_date": "2017-09-27",
                        "rounds_participated": [
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Flourish Ventures",
                        "permalink": "flourish-venture-invested-in-chime-2-series-c--675978b9--864e2c45",
                        "type": "",
                        "first_entry_date": "2017-09-27",
                        "rounds_participated": [
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Clocktower Technology Ventures",
                        "permalink": "clocktower-technology-ventures-invested-in-chime-2-series-b--85e4b251--2a9d064e",
                        "type": "",
                        "first_entry_date": "2017-09-27",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "Menlo Ventures",
                        "permalink": "menlo-ventures-invested-in-chime-2-series-e--4e9abb24--fe13684a",
                        "type": "",
                        "first_entry_date": "2018-05-31",
                        "rounds_participated": [
                            "Series E",
                            "Series D",
                            "Series C"
                        ]
                    },
                    {
                        "name": "Saurabh Gupta",
                        "permalink": "saurabh-gupta-invested-in-chime-2-series-c--675978b9--842d8137",
                        "type": "angel,investment_partner",
                        "first_entry_date": "2018-05-31",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "Opera Tech Ventures",
                        "permalink": "opera-tech-ventures-invested-in-chime-2-series-c--675978b9--daaa64fe",
                        "type": "",
                        "first_entry_date": "2018-05-31",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "General Atlantic",
                        "permalink": "general-atlantic-invested-in-chime-2-series-g--41e4a92f--271799b6",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series G",
                            "Series F",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Dragoneer Investment Group",
                        "permalink": "dragoneer-investment-group-invested-in-chime-2-series-g--41e4a92f--aec8123e",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series G",
                            "Series F",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Coatue",
                        "permalink": "coatue-invested-in-chime-2-series-f--25c51e97--3e5826be",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series F",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "DST Global",
                        "permalink": "digital-sky-technologies-fo-invested-in-chime-2-series-f--25c51e97--46a4a177",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series F",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "ICONIQ Growth",
                        "permalink": "iconiq-growth-invested-in-chime-2-series-f--25c51e97--9c2b8dc0",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series F",
                            "Series E",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Seek Ventures",
                        "permalink": "seek-ventures-invested-in-chime-2-series-d--17015dfb--6ed50c81",
                        "type": "",
                        "first_entry_date": "2019-03-05",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Access Technology Ventures",
                        "permalink": "access-technology-ventures-invested-in-chime-2-series-f--25c51e97--f4058090",
                        "type": "",
                        "first_entry_date": "2019-12-05",
                        "rounds_participated": [
                            "Series F",
                            "Series E"
                        ]
                    },
                    {
                        "name": "Inspired Capital Partners",
                        "permalink": "inspired-capital-partners-invested-in-chime-2-series-e--4e9abb24--e42ac2f2",
                        "type": "",
                        "first_entry_date": "2019-12-05",
                        "rounds_participated": [
                            "Series E"
                        ]
                    },
                    {
                        "name": "Veligera Capital",
                        "permalink": "veligera-capital-invested-in-chime-2-secondary-market--94f26af9--68c29e05",
                        "type": "",
                        "first_entry_date": "2020-01-21",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Tiger Global Management",
                        "permalink": "tiger-global-invested-in-chime-2-series-g--41e4a92f--352bae15",
                        "type": "",
                        "first_entry_date": "2020-09-18",
                        "rounds_participated": [
                            "Series G",
                            "Series F"
                        ]
                    },
                    {
                        "name": "Whale Rock Capital Management",
                        "permalink": "whale-rock-capital-management-invested-in-chime-2-series-f--25c51e97--50e5fe70",
                        "type": "",
                        "first_entry_date": "2020-09-18",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Hedosophia",
                        "permalink": "hedosophia-invested-in-chime-2-series-f--25c51e97--558dd451",
                        "type": "",
                        "first_entry_date": "2020-09-18",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "ICONIQ Capital",
                        "permalink": "iconiq-capital-invested-in-chime-2-series-f--25c51e97--8ce7f63f",
                        "type": "",
                        "first_entry_date": "2020-09-18",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Light Street Capital",
                        "permalink": "light-street-capital-management-llc-invested-in-chime-2-series-f--25c51e97--d177c330",
                        "type": "",
                        "first_entry_date": "2020-09-18",
                        "rounds_participated": [
                            "Series F"
                        ]
                    },
                    {
                        "name": "Skip Capital",
                        "permalink": "skip-capital-invested-in-chime-2-series-g--41e4a92f--26750108",
                        "type": "",
                        "first_entry_date": "2021-08-13",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "Sequoia Capital Global Equities",
                        "permalink": "sequoia-capital-global-equities-invested-in-chime-2-series-g--41e4a92f--92022c21",
                        "type": "",
                        "first_entry_date": "2021-08-13",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "SoftBank Vision Fund",
                        "permalink": "softbank-vision-fund-invested-in-chime-2-series-g--41e4a92f--95106351",
                        "type": "",
                        "first_entry_date": "2021-08-13",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "Empede Capital",
                        "permalink": "empede-capital-invested-in-chime-2-series-g--41e4a92f--f65c6bfc",
                        "type": "",
                        "first_entry_date": "2021-08-13",
                        "rounds_participated": [
                            "Series G"
                        ]
                    },
                    {
                        "name": "Vantage Legacy Capital",
                        "permalink": "vantage-legacy-capital-llc-invested-in-chime-2-secondary-market--2fdece5b--c6699e02",
                        "type": "",
                        "first_entry_date": "2023-07-28",
                        "rounds_participated": [
                            "Venture"
                        ]
                    }
                ]
            },
            "acquisitions": [
                {
                    "acquisition_date": "2024-06-27",
                    "name": "Salt Labs acquired by Chime",
                    "amount": 173000000.0,
                    "amount_usd": 173000000.0,
                    "description": "Chime acquires Salt Labs on 2024-06-27 for $173000000",
                    "acquiree_name": "Salt Labs",
                    "acquiree_permalink": "salt-labs-inc"
                },
                {
                    "acquisition_date": "2021-08-16",
                    "name": "Charlie Finance Co. acquired by Chime",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Chime acquires Charlie Finance Co. on 2021-08-16 for an undisclosed amount",
                    "acquiree_name": "Charlie Finance Co.",
                    "acquiree_permalink": "charlie-91e1"
                },
                {
                    "acquisition_date": "2018-09-17",
                    "name": "Pinch acquired by Chime",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Chime acquires Pinch on 2018-09-17 for an undisclosed amount",
                    "acquiree_name": "Pinch",
                    "acquiree_permalink": "ferment-labs"
                }
            ],
            "investments": []
        },
        "plaid": {
            "firmographics": {
                "name": "Plaid",
                "website": "https://plaid.com",
                "location": "San Francisco, United States",
                "founded": 2013,
                "type": "private",
                "operating_status": "Operating",
                "ticker": null
            },
            "funding": {
                "overall": {
                    "funding_stage": "Series Unknown",
                    "total_funding": 1309300000.0,
                    "last_funding_date": "2025-04-03",
                    "num_funding_rounds": "9",
                    "key_investors": [
                        "New Enterprise Associates",
                        "Amex Ventures",
                        "Spark Capital",
                        "Omega Venture Partners",
                        "Google Ventures",
                        "Citi Ventures",
                        "BoxGroup",
                        "Goldman Sachs Investment Partners",
                        "Kleiner Perkins",
                        "Index Ventures",
                        "Andreessen Horowitz",
                        "Goldman Sachs",
                        "Coatue",
                        "Norwest",
                        "Ribbit Capital",
                        "Altimeter Capital",
                        "Silver Lake",
                        "Thrive Capital",
                        "Raed Malek",
                        "Hercules Capital",
                        "Company Ventures",
                        "Salesforce Ventures",
                        "Bedrock",
                        "J.P. Morgan Growth Equity Partners",
                        "BlackRock",
                        "Franklin Templeton",
                        "Fidelity",
                        "GoalVest Venture Capital",
                        "Pathlight Ventures"
                    ]
                },
                "funding_rounds": [
                    {
                        "date": "2026-02-26",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Fintechfutures",
                                    "news_url": "https://www.fintechfutures.com/venture-capital-funding/plaid-reportedly-hits-8bn-valuation-after-latest-funding-round",
                                    "news_title": "Plaid reportedly hits $8bn valuation after latest funding round"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/fintech-investments/2026/plaids-valuation-hits-8-billion-in-new-funding-round/",
                                    "news_title": "Plaid’s Valuation Hits $8 Billion in New Funding Round"
                                },
                                {
                                    "publisher": "Linkedin",
                                    "news_url": "https://www.linkedin.com/posts/alexrkonrad_profile-meet-column-the-most-important-activity-7432809781888770048-06eP/",
                                    "news_title": "Profile: Meet Column, The Most Important Fintech Startup You’ve Never Heard Of"
                                },
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2026/02/27/fintech-plaid-raises-undisclosed-funding-at-8bn-value/",
                                    "news_title": "FinTech Plaid raises undisclosed funding at $8bn value"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/fintech/plaid-completes-tender-offer-8b-valuation/",
                                    "news_title": "Fintech Plaid Completes Tender Offer At $8B Valuation"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2025-04-03",
                        "round": "Venture",
                        "amount": 575000000.0,
                        "total_investors": 8,
                        "lead_investors": [
                            "Franklin Templeton"
                        ],
                        "investors": [
                            "BlackRock",
                            "Fidelity",
                            "Ribbit Capital",
                            "GoalVest Venture Capital",
                            "New Enterprise Associates",
                            "Pathlight Ventures",
                            "Altimeter Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/venture/health-security-defense-ai-unicorns-april-2025/",
                                    "news_title": "Data, Health, Security And Defense Startups Among The New Unicorns In April"
                                },
                                {
                                    "publisher": "Techfundingnews",
                                    "news_url": "https://techfundingnews.com/fintech-disruptor-plaid-powers-up-with-575m-at-6-1b-valuation-in-secondary-sale-but-could-it-ipo-at-a-valuation-of-8-5-10b-in-2026/",
                                    "news_title": "Fintech disruptor Plaid powers up with $575M at $6.1B valuation in secondary sale. But could it IPO at a valuation of $8.5–10B in 2026?"
                                },
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2025/04/04/plaid-secures-575m-as-valuation-falls-to-6-1bn-in-secondary-share-sale/",
                                    "news_title": "Plaid secures $575m as valuation falls to $6.1bn in secondary share sale"
                                },
                                {
                                    "publisher": "Globenewswire",
                                    "news_url": "https://www.globenewswire.com/news-release/2025/08/13/3132774/0/en/Building-on-Success-of-Trailblazing-Fund-I-GoalVest-Completes-First-Close-of-its-Venture-Growth-Fund-II-on-Path-to-50-Million-Target.html",
                                    "news_title": "Building on Success of Trailblazing Fund I, GoalVest Completes First Close of its Venture Growth Fund II on Path to $50 Million Target"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/investment-tracker/2025/plaid-raises-575-million-amid-focus-on-new-products/",
                                    "news_title": "Plaid Raises $575 Million Amid Focus on New Products"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2025/04/03/fintech-plaid-raises-575m-at-6-1b-valuation-says-it-will-not-go-public-in-2025/",
                                    "news_title": "Fintech Plaid raises $575M at a $6.1B valuation, says it will not go public in 2025"
                                },
                                {
                                    "publisher": "Vcnewsdaily",
                                    "news_url": "https://vcnewsdaily.com/plaid/venture-capital-funding/tcbgfjlbbs",
                                    "news_title": "Plaid Lands $575M Financing Round"
                                },
                                {
                                    "publisher": "Seekingalpha",
                                    "news_url": "https://seekingalpha.com/news/4428372-fintech-plaid-raises-575m-eyes-ipo---report",
                                    "news_title": "Fintech Plaid raises $575M, eyes IPO - report"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/fintech/startups-global-investment-2025-pe-y-combinator/",
                                    "news_title": "Y Combinator Amps Up Investing In Fintech Startups In 2025, Data Shows"
                                },
                                {
                                    "publisher": "Fintechnews",
                                    "news_url": "https://fintechnews.am/fintech-usa/53338/plaid-575-million-funding/",
                                    "news_title": "Plaid Raises $575 Million, Valued at $6.1 Billion in New Funding Round"
                                },
                                {
                                    "publisher": "Finovate",
                                    "news_url": "https://finovate.com/plaids-575-million-round-signals-strength-despite-valuation-drop-and-delayed-ipo/",
                                    "news_title": "Plaid’s $575 Million Round Signals Strength Despite Valuation Drop and Delayed IPO"
                                },
                                {
                                    "publisher": "Pathlight",
                                    "news_url": "https://www.pathlight.vc/portfolio#",
                                    "news_title": "Pathlight Ventures Portfolio"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/payments-innovation/2025/plaid-bank-account-connectivity-underpins-data-revolution-in-financial-services/",
                                    "news_title": "Plaid: Bank Account Connectivity Underpins ‘Data Revolution’ in Financial Services"
                                },
                                {
                                    "publisher": "Finovate",
                                    "news_url": "https://finovate.com/16-alums-raised-more-than-1-2-billion-in-q2-2025/",
                                    "news_title": "16 Alums Raised More Than $1.2 Billion in Q2 2025"
                                },
                                {
                                    "publisher": "Ft",
                                    "news_url": "https://www.ft.com/content/92641aaf-c855-4b3c-92c0-90c8eebcabc1",
                                    "news_title": "Fintech Plaid completes new funding round but finds valuation cut in half"
                                },
                                {
                                    "publisher": "Bankautomationnews",
                                    "news_url": "https://bankautomationnews.com/allposts/retail/fintech-plaid-raises-575m-in-funding-round-eyes-ipo/",
                                    "news_title": "Fintech Plaid Raises $575M in funding round, eyes IPO"
                                },
                                {
                                    "publisher": "Alleywatch",
                                    "news_url": "https://www.alleywatch.com/2025/04/the-weekly-notable-startup-funding-report-4-7-25/",
                                    "news_title": "The Weekly Notable Startup Funding Report: 4/7/25"
                                },
                                {
                                    "publisher": "Thepaypers",
                                    "news_url": "https://thepaypers.com/payments-general/plaid-secures-usd-575-mln-funding-as-valuation-drops-to-usd-61-bln--1273002",
                                    "news_title": "Plaid secures USD 575 mln funding as valuation drops to USD 6.1 bln"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://www.crunchbase.com/funding_round/plaid-series-unknown--5803858f",
                                    "news_title": "Plaid completes $575 million in financing, with a post-investment valuation of $6 billion"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/venture/biggest-funding-rounds-openai-silicon-ranch/",
                                    "news_title": "The Week’s Biggest Funding Rounds: OpenAI Easily Tops Massive Week"
                                },
                                {
                                    "publisher": "Techstartups",
                                    "news_url": "https://techstartups.com/2025/04/04/plaid-raises-575m-at-6b-valuation-down-from-13-4b-peak-letting-employees-cash-out-amid-ipo-delay/",
                                    "news_title": "Plaid raises $575M at $6B valuation, down from $13.4B peak, letting employees cash out amid IPO delay"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2025/04/03/plaid-raises-575-million-funding-round-at-6-billion-valuation.html",
                                    "news_title": "Plaid raises funding at $6 billion valuation, enabling some employees to cash out"
                                },
                                {
                                    "publisher": "Plaid",
                                    "news_url": "https://plaid.com/blog/our-latest-fundraise/",
                                    "news_title": "Plaid's latest funding"
                                },
                                {
                                    "publisher": "Substack",
                                    "news_url": "https://substack.com/browse/technology/post/163465925",
                                    "news_title": "Everything is Technology"
                                },
                                {
                                    "publisher": "Goalvestadvisory",
                                    "news_url": "https://www.goalvestadvisory.com/venture-capital",
                                    "news_title": "GoalVest Venture Capital Portfolio"
                                },
                                {
                                    "publisher": "Fool",
                                    "news_url": "https://www.fool.com/investing/2025/07/24/will-plaid-spac-or-ipo-in-2025/",
                                    "news_title": "Will Plaid SPAC or IPO in 2025?"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2025-04-03",
                        "round": "Venture",
                        "amount": 0.0,
                        "total_investors": "-",
                        "lead_investors": [],
                        "investors": [],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2025/04/03/fintech-plaid-raises-575m-at-6-1b-valuation-says-it-will-not-go-public-in-2025/",
                                    "news_title": "Fintech Plaid raises $575M at a $6.1B valuation, says it will not go public in 2025"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-08-17",
                        "round": "Series D",
                        "amount": 0.0,
                        "total_investors": 5,
                        "lead_investors": [],
                        "investors": [
                            "Company Ventures",
                            "Salesforce Ventures",
                            "Bedrock",
                            "Amex Ventures",
                            "J.P. Morgan Growth Equity Partners"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Plaid",
                                    "news_url": "https://plaid.com/blog/plaid-announces-additional-series-d-funding/",
                                    "news_title": "Plaid announces additional series D funding"
                                },
                                {
                                    "publisher": "Finextra",
                                    "news_url": "https://www.finextra.com/newsarticle/38663/jp-morgan-and-amex-invest-in-plaid",
                                    "news_title": "JP Morgan and AmEx invest in Plaid"
                                },
                                {
                                    "publisher": "Bedrockcap",
                                    "news_url": "https://www.bedrockcap.com/investments",
                                    "news_title": "Bedrock Capital Portfolio - Plaid"
                                },
                                {
                                    "publisher": "Salesforceventures",
                                    "news_url": "https://salesforceventures.com/cloud100/the-great-reimagining-welcome-to-the-cloud-100-2021-by-alex-kayyal-salesforce-ventures/",
                                    "news_title": "The Great Reimagining: Welcome to the Cloud 100 2021"
                                },
                                {
                                    "publisher": "Companyventures",
                                    "news_url": "https://www.companyventures.com/portfolio/plaid",
                                    "news_title": "Company Ventures - Portfolio"
                                },
                                {
                                    "publisher": "Pymnts",
                                    "news_url": "https://www.pymnts.com/news/investment-tracker/2021/plaid-raises-additional-series-d-funding-led-by-jpmorgan-amex/",
                                    "news_title": "Plaid Raises Additional Series D Funding Led By J.P. Morgan Private Capital, Amex"
                                },
                                {
                                    "publisher": "Americanbanker",
                                    "news_url": "https://www.americanbanker.com/news/plaid-stockpiles-funding-with-investments-by-jpmorgan-american-express",
                                    "news_title": "Plaid stockpiles funding with investments by JPMorgan, American Express"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2021-04-07",
                        "round": "Series D",
                        "amount": 425000000.0,
                        "total_investors": 11,
                        "lead_investors": [
                            "Altimeter Capital"
                        ],
                        "investors": [
                            "New Enterprise Associates",
                            "Silver Lake",
                            "Kleiner Perkins",
                            "Thrive Capital",
                            "Raed Malek",
                            "Index Ventures",
                            "Spark Capital",
                            "Andreessen Horowitz",
                            "Hercules Capital",
                            "Ribbit Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Americanbanker",
                                    "news_url": "https://www.americanbanker.com/news/fast-growing-plaid-raises-another-425-million",
                                    "news_title": "Fast-growing Plaid raises another $425 million"
                                },
                                {
                                    "publisher": "Plaid",
                                    "news_url": "https://plaid.com/blog/digital-finance-is-everywhere-but-its-just-getting-started/",
                                    "news_title": "Digital finance is everywhere, but it’s just getting started"
                                },
                                {
                                    "publisher": "Finledger",
                                    "news_url": "https://finledger.com/2021/04/07/plaid-raises-425-million-series-d-to-grow-its-platform/",
                                    "news_title": "Plaid raises $425 million Series D to grow its platform"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2021/04/07/plaid-hits-13point4-billion-valuation-in-the-wake-of-scrapped-visa-deal.html",
                                    "news_title": "Plaid valuation tops $13 billion in first funding following scrapped $5.3 billion merger with Visa"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/jeffkauflin/2021/04/07/plaids-134-billion-valuation-makes-its-founders-fintechs-newest-billionaires/",
                                    "news_title": "Plaid’s $13.4 Billion Valuation Makes Its Founders Fintech’s Newest Billionaires"
                                },
                                {
                                    "publisher": "Businessinsider",
                                    "news_url": "https://www.businessinsider.com/plaid-raises-425-million-series-d-fintech-silver-lake-ribbit-2021-4",
                                    "news_title": "Plaid just raised $425 million at a $13.4 billion valuation, bringing on new investors Altimeter, Silver Lake, and Ribbit as it eyes an eventual IPO"
                                },
                                {
                                    "publisher": "Ift",
                                    "news_url": "https://ift.tt/3sZGzcO",
                                    "news_title": "Plaid raises $425M Series D from Altimeter as it charts a post-Visa future"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/us-plaid-funding/plaid-raises-425-million-in-round-valuing-it-at-13-4-billion-idUSKBN2BU1ID",
                                    "news_title": "Plaid raises $425 million in round valuing it at $13.4 billion"
                                },
                                {
                                    "publisher": "Indexventures",
                                    "news_url": "https://www.indexventures.com/companies/plaid/",
                                    "news_title": "Index Ventures Portfolio"
                                },
                                {
                                    "publisher": "Crowdfundinsider",
                                    "news_url": "https://www.crowdfundinsider.com/2021/04/173987-digital-finance-as-the-new-normal-plaid-raises-425-million-series-d/",
                                    "news_title": "Digital Finance as the New Normal: Plaid Raises $425 Million Series D"
                                },
                                {
                                    "publisher": "Cnn",
                                    "news_url": "https://edition.cnn.com/2021/04/07/tech/plaid-funding-425-million/index.html",
                                    "news_title": "Fintech firm Plaid announces $425 million funding round"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/altimeter-leads-plaids-425m-series-d-aimed-at-reinvestment-into-digital-finance/",
                                    "news_title": "Altimeter Leads Plaid’s $425M Series D Aimed At Reinvestment Into Digital Finance"
                                },
                                {
                                    "publisher": "Siliconrepublic",
                                    "news_url": "https://www.siliconrepublic.com/start-ups/plaid-425m-funding",
                                    "news_title": "After scrapped Visa deal, Plaid bags $425m in funding"
                                },
                                {
                                    "publisher": "Dlvr",
                                    "news_url": "http://dlvr.it/Rx9wz8",
                                    "news_title": "Plaid Raises $425 Million Series D At $13.4 Billion Valuation"
                                },
                                {
                                    "publisher": "Startuparound",
                                    "news_url": "https://startuparound.com/read/1617795610.9772685/Plaid-raises-$425M-Series-D-from-Altimeter-as-it-charts-a-post-Visa-future---TechCrunch",
                                    "news_title": "Subscribe"
                                },
                                {
                                    "publisher": "Spr",
                                    "news_url": "http://spr.ly/6017HL8FD",
                                    "news_title": "Plaid Scores $425 Million in Series D Funding"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2018-12-11",
                        "round": "Series C",
                        "amount": 250000000.0,
                        "total_investors": 8,
                        "lead_investors": [
                            "Kleiner Perkins",
                            "Index Ventures"
                        ],
                        "investors": [
                            "Goldman Sachs",
                            "Coatue",
                            "Norwest",
                            "Spark Capital",
                            "New Enterprise Associates",
                            "Andreessen Horowitz"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Retailbankerinternational",
                                    "news_url": "https://www.retailbankerinternational.com/news/fintech-firm-plaid-raises-250m-2-65bn-valuation/",
                                    "news_title": "Fintech firm Plaid raises $250m at $2.65bn valuation"
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2018/12/11/fintech-startup-plaid-raises-250m-at-a-2-65b-valuation/",
                                    "news_title": "Fintech startup Plaid raises $250M at a $2.65B valuation"
                                },
                                {
                                    "publisher": "Cnbc",
                                    "news_url": "https://www.cnbc.com/2018/12/11/plaids-250-million-funding-round-propels-it-to-2point7-billion-valuation.html",
                                    "news_title": "Fintech start-up Plaid raises $250 million at $2.7 billion valuation, adds Mary Meeker to board"
                                },
                                {
                                    "publisher": "Finsmes",
                                    "news_url": "https://www.finsmes.com/2018/12/plaid-raises-250m-in-series-c-funding.html",
                                    "news_title": "Plaid Raises $250M in Series C Funding"
                                },
                                {
                                    "publisher": "Indexventures",
                                    "news_url": "https://www.indexventures.com/companies/plaid/",
                                    "news_title": "Index Ventures Portfolio"
                                },
                                {
                                    "publisher": "Nvp",
                                    "news_url": "https://www.nvp.com/blog/plaid/",
                                    "news_title": "Plaid: Powering the Modernization of Fintech"
                                },
                                {
                                    "publisher": "Fintech",
                                    "news_url": "http://news.fintech.io/post/102f75u/fintech-start-up-plaid-raises-250-million-at-2-7-billion-valuation-adds-mary-m",
                                    "news_title": "Fintech start-up Plaid raises $250 million at $2.7 billion valuation, adds Mary Meeker to board"
                                },
                                {
                                    "publisher": "Reuters",
                                    "news_url": "https://www.reuters.com/article/us-plaid-fundraising-idUSKBN1W11MA",
                                    "news_title": "Fintech company Plaid discloses investments from Visa, Mastercard."
                                },
                                {
                                    "publisher": "Techcrunch",
                                    "news_url": "https://techcrunch.com/2019/09/16/plaid-announces-strategic-investment-from-mastercard-and-visa/",
                                    "news_title": "Plaid announces strategic investment from Mastercard and Visa"
                                },
                                {
                                    "publisher": "Forbes",
                                    "news_url": "https://www.forbes.com/sites/alexkonrad/2018/12/11/mary-meekers-first-post-kleiner-deal-fintech-startup-plaid-now-valued-at-265-billion/#56b6055b77d6",
                                    "news_title": "Fintech Startup Plaid Is Now Valued At $2.65 Billion After $250 Million Raise"
                                },
                                {
                                    "publisher": "Crunchbase",
                                    "news_url": "https://news.crunchbase.com/news/plaid-banks-250m-from-mary-meeker-at-a-unicorn-valuation/",
                                    "news_title": "Plaid Banks $250M In Round Led By Mary Meeker At A Unicorn Valuation"
                                },
                                {
                                    "publisher": "Techstartups",
                                    "news_url": "https://techstartups.com/2018/12/11/fintech-startup-plaid-raises-250-million-2-7-billion-valuation-led-venture-capital-veteran-mary-meeker/",
                                    "news_title": "Fintech startup Plaid raises $250 million at $2.7 billion valuation, led by venture capital veteran Mary Meeker"
                                }
                            ]
                        }
                    },
                    {
                        "date": "2016-06-19",
                        "round": "Series B",
                        "amount": 44000000.0,
                        "total_investors": 8,
                        "lead_investors": [
                            "Goldman Sachs Investment Partners"
                        ],
                        "investors": [
                            "New Enterprise Associates",
                            "Omega Venture Partners",
                            "Amex Ventures",
                            "Google Ventures",
                            "Citi Ventures",
                            "BoxGroup",
                            "Spark Capital"
                        ],
                        "pre_money_valuation": null,
                        "news": {
                            "type": "news",
                            "data": [
                                {
                                    "publisher": "Fintech",
                                    "news_url": "https://fintech.global/2016/06/19/plaid-technologies-swipes-44m-to-connect-startups-to-user-data/",
                                    "news_title": "Plaid Technologies swipes $44m to connect startups to user data"
                                },
                                {
                                    "publisher": "Prnewswire",
                                    "news_url": "http://www.prnewswire.com/news-releases/plaid-announces-44-million-series-b-led-by-goldman-sachs-investment-partners-300286865.html",
                                    "news_title": "Plaid announces $44 million Series B led by Goldman Sachs Investment Partners"
                                },
                                {
                                    "publisher": "Pehub",
                                    "news_url": "https://www.pehub.com/2016/06/fintech-platform-plaid-scores-44-mln-series-b/",
                                    "news_title": "Fintech platform Plaid scores $44 mln Series B"
                                },
                                {
                                    "publisher": "Prnewswire",
                                    "news_url": "https://www.prnewswire.com/news-releases/plaid-unveils-investments-by-citi-ventures-and-american-express-ventures-300402531.html",
                                    "news_title": "Plaid Unveils Investments by Citi Ventures and American Express Ventures"
                                },
                                {
                                    "publisher": "Bitcoinagile",
                                    "news_url": "http://bitcoinagile.com:80/70F66C/fintech-firm-plaid-technologies-raises-44m-in-series-b-funding_stream",
                                    "news_title": "Fintech firm Plaid Technologies raises $44M in Series B funding"
                                }
                            ]
                        }
                    }
                ],
                "key_investors": [
                    {
                        "name": "New Enterprise Associates",
                        "permalink": "new-enterprise-associates-invested-in-plaid-series-unknown--5803858f--9f131173",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Venture",
                            "Series D",
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Amex Ventures",
                        "permalink": "american-express-ventures-invested-in-plaid-series-d--4684ff21--dfe76c61",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series D",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Spark Capital",
                        "permalink": "spark-capital-invested-in-plaid-series-d--ce6fe21c--5ec9027d",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series D",
                            "Series C",
                            "Series B"
                        ]
                    },
                    {
                        "name": "Omega Venture Partners",
                        "permalink": "omega-venture-partners-invested-in-plaid-series-b--9faebc03--04af5797",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "Google Ventures",
                        "permalink": "google-ventures-invested-in-plaid-series-b--9faebc03--21dd17f2",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "Citi Ventures",
                        "permalink": "citi-ventures-invested-in-plaid-series-b--9faebc03--43e19266",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "BoxGroup",
                        "permalink": "boxgroup-invested-in-plaid-series-b--9faebc03--5e67967b",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "Goldman Sachs Investment Partners",
                        "permalink": "goldman-sachs-investment-partners-invested-in-plaid-series-b--9faebc03--d9f704fe",
                        "type": "",
                        "first_entry_date": "2016-06-19",
                        "rounds_participated": [
                            "Series B"
                        ]
                    },
                    {
                        "name": "Kleiner Perkins",
                        "permalink": "kleiner-perkins-caufield-byers-invested-in-plaid-series-d--ce6fe21c--126a7d10",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series D",
                            "Series C"
                        ]
                    },
                    {
                        "name": "Index Ventures",
                        "permalink": "index-ventures-invested-in-plaid-series-d--ce6fe21c--3d576b8d",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series D",
                            "Series C"
                        ]
                    },
                    {
                        "name": "Andreessen Horowitz",
                        "permalink": "andreessen-horowitz-invested-in-plaid-series-d--ce6fe21c--98de59d0",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series D",
                            "Series C"
                        ]
                    },
                    {
                        "name": "Goldman Sachs",
                        "permalink": "goldman-sachs-invested-in-plaid-series-c--8802a395--3f589138",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "Coatue",
                        "permalink": "coatue-invested-in-plaid-series-c--8802a395--40d2c13a",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "Norwest",
                        "permalink": "norwest-venture-partners-invested-in-plaid-series-c--8802a395--5e68e472",
                        "type": "",
                        "first_entry_date": "2018-12-11",
                        "rounds_participated": [
                            "Series C"
                        ]
                    },
                    {
                        "name": "Ribbit Capital",
                        "permalink": "ribbit-capital-invested-in-plaid-series-unknown--5803858f--4c1d826f",
                        "type": "",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Venture",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Altimeter Capital",
                        "permalink": "altimeter-capital-invested-in-plaid-series-unknown--5803858f--cd6478a5",
                        "type": "",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Venture",
                            "Series D"
                        ]
                    },
                    {
                        "name": "Silver Lake",
                        "permalink": "silver-lake-invested-in-plaid-series-d--ce6fe21c--0aa5219f",
                        "type": "",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Thrive Capital",
                        "permalink": "thrive-capital-invested-in-plaid-series-d--ce6fe21c--16aeb04e",
                        "type": "",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Raed Malek",
                        "permalink": "raed-malek-invested-in-plaid-series-d--ce6fe21c--2f7523c6",
                        "type": "angel",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Hercules Capital",
                        "permalink": "hercules-capital-invested-in-plaid-series-d--ce6fe21c--dd1062e4",
                        "type": "",
                        "first_entry_date": "2021-04-07",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Company Ventures",
                        "permalink": "company-ventures-invested-in-plaid-series-d--4684ff21--03bed99c",
                        "type": "",
                        "first_entry_date": "2021-08-17",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Salesforce Ventures",
                        "permalink": "salesforce-ventures-invested-in-plaid-series-d--4684ff21--19baded3",
                        "type": "",
                        "first_entry_date": "2021-08-17",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "Bedrock",
                        "permalink": "bedrock-capital-invested-in-plaid-series-d--4684ff21--52cca4cc",
                        "type": "",
                        "first_entry_date": "2021-08-17",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "J.P. Morgan Growth Equity Partners",
                        "permalink": "j-p-morgan-growth-equity-partners-invested-in-plaid-series-d--4684ff21--eae0f76a",
                        "type": "",
                        "first_entry_date": "2021-08-17",
                        "rounds_participated": [
                            "Series D"
                        ]
                    },
                    {
                        "name": "BlackRock",
                        "permalink": "blackrock-invested-in-plaid-series-unknown--5803858f--2d3770e7",
                        "type": "",
                        "first_entry_date": "2025-04-03",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Franklin Templeton",
                        "permalink": "franklin-templeton-investments-invested-in-plaid-series-unknown--5803858f--31e43358",
                        "type": "",
                        "first_entry_date": "2025-04-03",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Fidelity",
                        "permalink": "fidelity-investments-invested-in-plaid-series-unknown--5803858f--32354673",
                        "type": "",
                        "first_entry_date": "2025-04-03",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "GoalVest Venture Capital",
                        "permalink": "goalvest-advisory-eaa5-invested-in-plaid-series-unknown--5803858f--98e686f5",
                        "type": "",
                        "first_entry_date": "2025-04-03",
                        "rounds_participated": [
                            "Venture"
                        ]
                    },
                    {
                        "name": "Pathlight Ventures",
                        "permalink": "exponent-founders-capital-invested-in-plaid-series-unknown--5803858f--bc8b80c0",
                        "type": "",
                        "first_entry_date": "2025-04-03",
                        "rounds_participated": [
                            "Venture"
                        ]
                    }
                ]
            },
            "acquisitions": [
                {
                    "acquisition_date": "2022-01-20",
                    "name": "Cognito acquired by Plaid",
                    "amount": 250000000.0,
                    "amount_usd": 250000000.0,
                    "description": "Plaid acquires Cognito on 2022-01-20 for $250000000",
                    "acquiree_name": "Cognito",
                    "acquiree_permalink": "cognito-5ed4"
                },
                {
                    "acquisition_date": "2021-06-15",
                    "name": "Flannel acquired by Plaid",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid acquires Flannel on 2021-06-15 for an undisclosed amount",
                    "acquiree_name": "Flannel",
                    "acquiree_permalink": "flannel"
                },
                {
                    "acquisition_date": "2019-01-08",
                    "name": "Quovo acquired by Plaid",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid acquires Quovo on 2019-01-08 for an undisclosed amount",
                    "acquiree_name": "Quovo",
                    "acquiree_permalink": "quovo"
                }
            ],
            "investments": [
                {
                    "announcement_date": "2023-10-23",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid investment in Seed Round - Prism Data",
                    "lead_investor": false,
                    "funding_round_id": "prism-data-seed--74e6372d",
                    "investee_name": "Prism Data",
                    "investee_permalink": "prism-data"
                },
                {
                    "announcement_date": "2023-08-03",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid investment in Series A - Knot",
                    "lead_investor": false,
                    "funding_round_id": "knot-api-series-a--8be69ff2",
                    "investee_name": "Knot",
                    "investee_permalink": "knot-api"
                },
                {
                    "announcement_date": "2023-06-26",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid investment in Seed Round - Bluedot",
                    "lead_investor": false,
                    "funding_round_id": "bluedot-technologies-seed--12286fba",
                    "investee_name": "Bluedot",
                    "investee_permalink": "bluedot-technologies"
                },
                {
                    "announcement_date": "2022-06-08",
                    "amount": null,
                    "amount_usd": null,
                    "description": "Plaid investment in Series C - Codat",
                    "lead_investor": false,
                    "funding_round_id": "codat-series-c--8d922476",
                    "investee_name": "Codat",
                    "investee_permalink": "codat"
                }
            ]
        }
    }
}

Best practices

  • Request only needed sections: Each section adds processing time. Request only what you need for faster results.
  • Batch companies: Send multiple companies in one request rather than making separate calls. This is more efficient.
  • Use permalinks when possible: Permalinks (e.g., “stripe”) resolve faster than URLs. Use Company Search to find them.