Patsnap Drug R&D Orgnization API

Drug R&D Orgnization APIs.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/patsnap-drug-r-d-orgnization-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

patsnap-drug-r-d-orgnization-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Patsnap Open Platform AI Translation Drug R&D Orgnization API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: Drug R&D Orgnization
  description: Drug R&D Orgnization APIs.
paths:
  /synapse/organization/pipeline:
    post:
      operationId: b033OrganizationPipeline
      summary: B033 Organization Pipeline
      description: Obtain organization pipeline information about drug, target, disease, dev status etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b033 organization pipeline response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B033OrganizationPipelineResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/pipeline
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B033OrganizationPipelineRequest'
  /synapse/organization/basic-info:
    get:
      operationId: b034OrganizationBasicInfo
      summary: B034 Organization basic information
      description: Obtain organization basic information about stock symbol, founded date, tags etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b034 organization basic information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B034OrganizationBasicInfoResponse'
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/basic-info
      parameters:
      - name: organization_id
        in: query
        required: true
        description: Organization ID, obtain this through the organization autocomplete interface
        schema:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID, obtain this through the organization autocomplete interface
  /synapse/organization/grant-funding:
    post:
      operationId: b036OrganizationGrantFunding
      summary: B036 Grant funding
      description: Obtain grant funding about award by organization, funded value, open time etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b036 grant funding response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B036OrganizationGrantFundingResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/grant-funding
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B036OrganizationGrantFundingRequest'
  /synapse/organization/profit:
    post:
      operationId: b035OrganizationProfit
      summary: B035 Organization profit
      description: Obtain organization profit information about market cap, revenue, income statement etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b035 organization profit response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B035OrganizationProfitResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/profit
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B035OrganizationProfitRequest'
  /synapse/organization/investment:
    post:
      operationId: b037OrganizationInvestment
      summary: B037 Investment
      description: Obtain Investment about investors, funded organization, funding type, transaction amount, announce time etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b037 investment response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B037OrganizationInvestmentResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/investment
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B037OrganizationInvestmentRequest'
  /synapse/organization/financing:
    post:
      operationId: b038OrganizationFinancing
      summary: B038 Financing
      description: Obtain financing, funded organization, funding type, transaction amount, announce time etc.
      tags:
      - Drug R&D Orgnization
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b038 financing response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B038OrganizationFinancingResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/organization/financing
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B038OrganizationFinancingRequest'
components:
  schemas:
    B035OrganizationProfit_GrossIncome:
      type: object
      properties:
        gross_inc:
          type: number
          example: 4488000000
          description: Gross Income
        gross_margin:
          type: number
          example: 0.8097
          description: Gross Margin
        gross_inc_growth:
          type: number
          example: -0.0336
          description: Growth
    B034OrganizationBasicInfo_CommonName:
      type: object
      properties:
        lang:
          type: string
          example: EN
          description: Language
        name:
          type: string
          example: Ranibizumab (Genentech)
          description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
    B035OrganizationProfit_CashFlow:
      type: object
      properties:
        year:
          type: integer
          format: int64
          example: 1553990400000
          description: Date
        currency_code:
          type: string
          example: USD
          description: Currency Code
        free_cash_flow:
          $ref: '#/components/schemas/B035OrganizationProfit_FreeCashFlow'
        capital_expenditures:
          $ref: '#/components/schemas/B035OrganizationProfit_CapitalExpenditures'
        net_financing_cash_flow:
          $ref: '#/components/schemas/B035OrganizationProfit_NetFinancingCashFlow'
        net_investing_cash_flow:
          $ref: '#/components/schemas/B035OrganizationProfit_NetInvestingCashFlow'
        net_operating_cash_flow:
          $ref: '#/components/schemas/B035OrganizationProfit_NetOperatingCashFlow'
    B035OrganizationProfit_TotalDebt:
      type: object
      properties:
        debt:
          type: number
          example: 33512000000
          description: Total Debt
        debt_growth:
          type: number
          example: -0.0571
          description: Growth
        debt_equity_ratio:
          type: number
          example: 3.0938
          description: Total Debt / Total Equity
        debt_asserts_ratio:
          type: number
          example: 0.5236
          description: Total Debt / Total Assets
    B037OrganizationInvestment_MoneyRaised:
      type: object
      properties:
        value_cny:
          type: number
          format: double
          example: 178139675
          description: Amount Original Value(CNY)
        value_usd:
          type: number
          format: double
          example: 25000000
          description: Amount Original Value(USD)
        original_value:
          type: number
          format: double
          example: 25000000
          description: Amount Original Value
        original_currency:
          type: string
          example: USD
          description: Amount Original Currency Code
    B033OrganizationPipelineResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B033OrganizationPipeline_GetOrganizationPipelineResponseDto'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    B038OrganizationFinancing_CommonOrganization:
      type: object
      properties:
        display_name:
          type: array
          example:
          - lang: EN
            name: Roche Holding AG
          - lang: CN
            name: 罗氏
          description: Organization Name, Referencing "CommonName"
          items:
            $ref: '#/components/schemas/B038OrganizationFinancing_CommonName'
        organization_id:
          type: string
          example: 87bfaf037f8e60c9e25595cd98bb27e4
          description: Organization ID
    B034OrganizationBasicInfoResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B034OrganizationBasicInfo_GetOrganizationResponseDto'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    B035OrganizationProfit_TotalLiabilities:
      type: object
      properties:
        liabs:
          type: number
          example: 53165000000
          description: Total Liabilities
        liabs_growth:
          type: number
          example: -0.0428
          description: Growth
    B035OrganizationProfit_ProfitValue:
      type: object
      properties:
        year:
          type: integer
          format: int64
          example: 1553990400000
          description: Date
        market_val:
          type: number
          example: 116724000000
          description: Market Cap
        currency_code:
          type: string
          example: USD
          description: Currency Code
    B037OrganizationInvestmentRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 10000, limit up to 1,000.
        organization_id:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID
    B033OrganizationPipelineRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 10000, limit up to 1,000.
        organization_id:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID
    B036OrganizationGrantFundingRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 10000, limit up to 1,000.
        organization_id:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID
    B033OrganizationPipeline_CommonDrug:
      type: object
      properties:
        drug_id:
          type: string
          example: e82b83b42eba4e5ea3f26f8e06081a5a
          description: Drug ID
        display_name:
          type: array
          example:
          - lang: EN
            name: Ranibizumab (Genentech)
          - lang: CN
            name: 雷珠单抗
          description: Drug Name, Referencing "CommonName"
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonName'
    B038OrganizationFinancing_FundingRoundDto:
      type: object
      properties:
        investors:
          type: array
          example:
          - display_name:
            - lang: EN
              name: Sichuan Baili Pharmaceuticals Co.,Ltd
            - lang: CN
              name: 四川百利药业有限责任公司
            organization_id: 685e5cad5351555103932a4c484281c2
          description: Investors
          items:
            $ref: '#/components/schemas/B038OrganizationFinancing_CommonOrganization'
        funding_type:
          $ref: '#/components/schemas/B038OrganizationFinancing_FundingTypeDto'
        announced_time:
          type: integer
          format: int64
          example: 1684195200000
          description: Annouced Date
        funded_organization:
          $ref: '#/components/schemas/B038OrganizationFinancing_CommonOrganization'
        transaction_amount_lower:
          $ref: '#/components/schemas/B038OrganizationFinancing_MoneyRaised'
        transaction_amount_upper:
          $ref: '#/components/schemas/B038OrganizationFinancing_MoneyRaised'
        original_transaction_amount:
          type: string
          example: 25,000,000 USD
          description: Amount Original Value
    B037OrganizationInvestment_FundingRoundDto:
      type: object
      properties:
        investors:
          type: array
          example:
          - display_name:
            - lang: EN
              name: Sichuan Baili Pharmaceuticals Co.,Ltd
            - lang: CN
              name: 四川百利药业有限责任公司
            organization_id: 685e5cad5351555103932a4c484281c2
          description: Investors
          items:
            $ref: '#/components/schemas/B037OrganizationInvestment_CommonOrganization'
        funding_type:
          $ref: '#/components/schemas/B037OrganizationInvestment_FundingTypeDto'
        announced_time:
          type: integer
          format: int64
          example: 1684195200000
          description: Annouced Date
        funded_organization:
          $ref: '#/components/schemas/B037OrganizationInvestment_CommonOrganization'
        transaction_amount_lower:
          $ref: '#/components/schemas/B037OrganizationInvestment_MoneyRaised'
        transaction_amount_upper:
          $ref: '#/components/schemas/B037OrganizationInvestment_MoneyRaised'
        original_transaction_amount:
          type: string
          example: 25,000,000 USD
          description: Amount Original Value
    B035OrganizationProfit_TotalAssets:
      type: object
      properties:
        assets:
          type: number
          example: 63997000000
          description: Total Assets
        assets_growth:
          type: number
          example: -0.1007
          description: Growth
        assets_turnover:
          type: number
          example: 0.351
          description: Asset Turnover
        return_on_assets:
          type: number
          example: 0.1195
          description: Return on Assets
    B036OrganizationGrantFunding_AwardOrganization:
      type: object
      properties:
        display_name:
          type: array
          example:
          - lang: EN
            name: Roche Holding AG
          - lang: CN
            name: 罗氏
          description: Organization Name, Referencing "CommonName"
          items:
            $ref: '#/components/schemas/B036OrganizationGrantFunding_CommonName'
        original_name:
          type: string
          example: Food and Drug Administration
          description: Organization Original Name
        organization_id:
          type: string
          example: 87bfaf037f8e60c9e25595cd98bb27e4
          description: Organization ID
    B034OrganizationBasicInfo_GetOrganizationResponseDto:
      type: object
      properties:
        tags:
          type: array
          example:
          - id: 62eaee6d9ee44410b8aca59dfc7408e9
            type: THERAPEUTIC_AREA
            display_name:
            - lang: EN
              name: Neoplasms
            - lang: CN
              name: 肿瘤
          - id: c38eb408d6b842f487d6a27484156633
            type: DRUG_TYPE
            display_name:
            - lang: EN
              name: Monoclonal antibody
            - lang: CN
              name: 单克隆抗体
          description: Result Items
          items:
            $ref: '#/components/schemas/B034OrganizationBasicInfo_OrganizationTag'
        address:
          $ref: '#/components/schemas/B034OrganizationBasicInfo_Address'
        founded_date:
          type: string
          example: 19800101
          description: Founded Date
        stock_symbol:
          type: string
          example: AMGN
          description: Stock Symbol
        stock_exchange_code:
          type: string
          example: NASDAQ
          description: Stock Exchange Code
    B037OrganizationInvestment_GetOrganizationInvestmentResponseDto:
      type: object
      properties:
        items:
          type: array
          example: Please check the form:FundingRoundDto
          description: Result Items
          items:
            $ref: '#/components/schemas/B037OrganizationInvestment_FundingRoundDto'
        limit:
          type: integer
          format: int64
          example: 10
          description: limit
        total:
          type: integer
          format: int64
          example: 10
          description: total
        offset:
          type: integer
          format: int64
          example: 0
          description: offset
    B038OrganizationFinancingRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 10000, limit up to 1,000.
        organization_id:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID
    B033OrganizationPipeline_CommonName:
      type: object
      properties:
        lang:
          type: string
          example: EN
          description: Language
        name:
          type: string
          example: Ranibizumab (Genentech)
          description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
    B035OrganizationProfitRequest:
      type: object
      properties:
        organization_id:
          type: string
          example: 11ef8a9e8bf5ca80213a1183511cded3
          description: Organization ID
        duration_type:
          type: string
          example: YEARLY
          description: 'Dimension type. The value is an enum with the following values: QUARTERLY、SEMI_ANNUAL、YEARLY. Default YEARLY'
        duration:
          type: string
          example: FIVE_YEAR
          description: 'Time Range. The value is an enum with the following values: ONE_YEAR、THREE_YEAR、FIVE_YEAR、TEN_YEAR. Default FIVE_YEAR'
    B036OrganizationGrantFunding_OrganizationGrantFundingDto:
      type: object
      properties:
        value:
          type: number
          format: double
          example: 500000
          description: Amount
        open_date:
          type: integer
          format: int64
          example: 1598933340000
          description: Open Date
        close_date:
          type: integer
          format: int64
          example: 1643601660000
          description: Closed Date
        currency_code:
          type: string
          example: USD
          description: Currency Code
        award_by_organization:
          type: array
          example:
          - display_name:
            - lang: EN
              name: US Food & Drug Administration
            original_name: Food and Drug Administration
            organization_id: 22f728dbb565b4533dccd54700185db3
          description: Award By
          items:
            $ref: '#/components/schemas/B036OrganizationGrantFunding_AwardOrganization'
    B035OrganizationProfit_FreeCashFlow:
      type: object
      properties:
        free_cf:
          type: number
          example: 1729000000
          description: Free Cash Flow
        free_cf_yield:
          type: number
          example: 0.0817
          description: Free Cash Flow Yield
        free_cf_growth:
          type: number
          example: -0.3278
          description: Growth
    B035OrganizationProfit_BalanceSheet:
      type: object
      properties:
        year:
          type: integer
          format: int64
          example: 1553990400000
          description: Date
        cash_st:
          $ref: '#/components/schemas/B035OrganizationProfit_CashSt'
        net_debt:
          $ref: '#/components/schemas/B035OrganizationProfit_NetDebt'
        total_debt:
          $ref: '#/components/schemas/B035OrganizationProfit_TotalDebt'
        total_assets:
          $ref: '#/components/schemas/B035OrganizationProfit_TotalAssets'
        currency_code:
          type: string
          example: USD
          description: Currency Code
        total_liabilities:
          $ref: '#/components/schemas/B035OrganizationProfit_TotalLiabilities'
        total_shareholders_equity:
          $ref: '#/components/schemas/B035OrganizationProfit_TotalShareholdersEquity'
    B038OrganizationFinancing_CommonName:
      type: object
      properties:
        lang:
          type: string
          example: EN
          description: Language
        name:
          type: string
          example: Ranibizumab (Genentech)
          description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
    B035OrganizationProfit_TotalShareholdersEquity:
      type: object
      properties:
        shldrs_equity:
          type: number
          example: 10832000000
          description: Total Shareholders' Equity
        return_on_equity:
          type: number
          example: 0.6105
          description: Return on Equity
        shldrs_equity_assets_ratio:
          type: number
          example: 0.1693
          description: Total Shareholders' Equity / Total Assets
    B033OrganizationPipeline_CommonCountry:
      type: object
      properties:
        country_id:
          type: string
          example: 676de5ba-893a-36bb-8683-c93306aaf769
          description: Country/Location ID
        alpha2_code:
          type: string
          example: US
          description: Alpha Code
        display_name:
          type: array
          example:
          - lang: EN
            name: United States
          - lang: CN
            name: 美国
          description: Country/Location Name
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonName'
    B033OrganizationPipeline_GetOrganizationPipelineResponseDto:
      type: object
      properties:
        items:
          type: array
          example: Please check the form:PipelineDto
          description: Result Items
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_PipelineDto'
        limit:
          type: integer
          format: int64
          example: 10
          description: limit
        total:
          type: integer
          format: int64
          example: 10
          description: total
        offset:
          type: integer
          format: int64
          example: 0
          description: offset
    B036OrganizationGrantFundingResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B036OrganizationGrantFunding_GetOrganizationGrantFundingResponseDto'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    B033OrganizationPipeline_CommonTarget:
      type: object
      properties:
        target_id:
          type: string
          example: 1c2067e5ab054a8995f73efcfcf56207
          description: Target ID
        short_name:
          type: array
          example:
          - lang: EN
            name: VEGF
          description: Target Short Name, Referencing "CommonName"
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonName'
        display_name:
          type: array
          example:
          - lang: EN
            name: Vascular endothelial growth factor
          - lang: CN
            name: 血管内皮生长因子
          description: Target Full Name, Referencing "CommonName"
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonName'
    B035OrganizationProfitResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B035OrganizationProfit_GetOrganizationProfitResponseDto'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    B033OrganizationPipeline_PipelineDto:
      type: object
      properties:
        drug:
          $ref: '#/components/schemas/B033OrganizationPipeline_CommonDrug'
        target:
          $ref: '#/components/schemas/B033OrganizationPipeline_CommonTarget'
        country:
          $ref: '#/components/schemas/B033OrganizationPipeline_CommonCountry'
        disease:
          $ref: '#/components/schemas/B033OrganizationPipeline_CommonDisease'
        data_type:
          type: string
          example: Current
          description: 'Current: Ongoing pipelines; History: Non-ongoing pipelines.'
        drug_type:
          type: array
          example:
          - display_name:
            - lang: EN
              name: Biosimilar
            - lang: CN
              name: 生物类似药
            normalized_id: 9f2e2934e5b2477e916cdbedf928934b
          - display_name:
            - lang: EN
              name: Monoclonal antibody
            - lang: CN
              name: 单克隆抗体
            normalized_id: c38eb408d6b842f487d6a27484156633
          description: Drug Type
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonDictionary'
        dev_status:
          $ref: '#/components/schemas/B033OrganizationPipeline_CommonDictionary'
        dev_status_time:
          type: integer
          format: int64
          example: 1698710400000
          description: Date
        therapeutic_area:
          type: array
          example:
            drug_id: d93ac663566e463a8a1ed670ff80e37d
            display_name:
            - lang: EN
              name: Ustekinumab biosimilar (Amgen)
            - lang: CN
              name: 乌司奴单抗生物类似药(Amgen)
          description: Therapeutic Area
          items:
            $ref: '#/components/schemas/B033OrganizationPipeline_CommonDisease'
    B035OrganizationProfit_GetOrganizationProfitResponseDto:
      type: object
      properties:
        revenue:
          type: number
          example: 28010000000
          description: Revenue
        unix_date:
          type: integer
          format: int64
          example: 1703980800000
          description: Statistical Cutoff Time
        cash_flows:
          type: array
          example: Please check the form:CashFlow
          description: Cash flow
          items:
            $ref: '#/components/schemas/B035OrganizationProfit_CashFlow'
        market_val:
          type: number
          example: 154206000000
          description: Market Cap
        currency_code:
          type: string
          example: USD
          description: Currency Code
        balance_sheets:
          type: array
          example: Please check the form:BalanceSheet
          description: Balance Sheet
          items:
            $ref: '#/components/schemas/B035OrganizationProfit_BalanceSheet'
        revenue_detail:
          type: array
          example: Please check the form:RevenueValue
          description: Revenue(According To Dimension)
          items:
            $ref: '#/components/schemas/B035OrganizationProfit_RevenueValue'
        income_statements:
          type: array
          example: Please check the form:IncomeStatement
          description: Income Statement
          items:
            $ref: '#/components/schemas/B035OrganizationProfit_IncomeStatement'
        market_val_detail:
          type: array
          example: Please check the form:ProfitValue
          description: Market Cap(According To Dimension)
          items:
            $ref: '#/components/schemas/B035OrganizationProfit_ProfitValue'
    B037OrganizationInvestment_CommonName:
      type: object
      properties:
        lang:
          type: string
          example: EN
          description: Language
        name:
          type: string
          example: Ranibizumab (Genentech)
          description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
    B035OrganizationProfit_CapitalExpenditures:
      type: object
      properties:
        capex:
          type: number
          example: -116000000
          description: Capital Expenditures
        capex_growth:
          type: number
          example: 0.2516
          description: Growth
    B035OrganizationProfit_NetOperatingCashFlow:
      type: object
      properties:
        net_oper_cf:
          type: number
          example: 1845000000
          description: Net Operating Cash Flow
        net_oper_cf_growth:
          type: number
          example: -0.3234
          description: Growth
        net_oper_cf_return_on_invest:
          type: number
          example: 0.2327
          description: Cash Flow Return on Invested Capital
    B035OrganizationProfit_NetInv

# --- truncated at 32 KB (42 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-drug-r-d-orgnization-api-openapi.yml