Home Forums The XBRL API entity.ticker does not return any value

Viewing 2 reply threads
  • Author
    Posts
    • #128890
      Tim Bui
      Participant

      Hello,
      I use the code below to get some data. with entity.name I do get the company name, however, the entity.ticker does not return value. Would anyone please point me to the right direction? Thank you
      =CONCATENATE(A1&”/fact/search?entity.cik=”&TEXTJOIN(“,”,TRUE,Call!B22:B179)&”&fact.has-dimensions=false&fact.ultimus-index=1&concept.local-name=”&Call!G19&”&period.fiscal-period=”&Call!D1&”&period.fiscal-year=”&TEXTJOIN(“,”,TRUE,Call!A2:I2)&”&fields=entity.cik,period.fiscal-year,period.fiscal-period,concept.local-name,concept.id,fact.value,concept.balance-type, entity.name,entity.ticker”)

    • #129019
      David Tauriello
      Keymaster

      entity.ticker is not available on the /fact endpoint (see XBRL API Documentation).

      You might be able to return this detail if you use /report/fact/search? instead of /fact/search? – note: this might ‘nest’ the results in Google Sheets and make that approach impractical. In that case, consider including dts.id or report.id as one of the fields in your initial query, then set up a second query to return entity.ticker as /report/search?dts.id=(INTEGERS,FROM,YOUR,QUERY)&fields=entity.ticker

    • #129754
      Tim Bui
      Participant

      Thank you for your explanation, David.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.

Upcoming XBRL US Events

Reporting Modernization Work Group Meeting
Tuesday, March 10, 2026

XBRL Reporting for Special Purpose Acquisition Companies
Wednesday, March 11, 2026

Communications & Services Steering Committee Meeting
Tuesday, March 17, 2026

Domain Steering Committee Meeting
Tuesday, March 17, 2026

Center for Data Quality Committee Meeting
Wednesday, March 18, 2026

Standard Government Reporting Work Group Meeting
Tuesday, March 24, 2026

AI Meets Auditing: Build Smarter Accounting Estimates with Multi-Agent LLMs
Wednesday, April 1, 2026

States Step In: Corporate Climate Reporting
Tuesday, April 21, 2026