API

 

The REIT/BASE API

REIT/BASEĀ® has deep reporting capabilities, with an array of presentation-ready outputs. For subscribers with their own databases or modeling software, we also provide unformatted data via our application programming interface (API). The API delivers Javascript Object Notation (JSON) for any or all companies, periods or securities, with or without field labels.

  • Here’s an example of the URL needed to extract data from REIT/BASE – this will deliver all periods for PSA, and will include a label for each field:

    https://reitbase.net/index.php/data/?ticker=PSA&labels=1
  • If you need only a few fields for a given query, you can filter the output – this will deliver EBITDA and Closing Stock Price for PSA, all periods:

    https://reitbase.net/index.php/data/?ticker=PSA&labels=1&fields=32;100
  • For a single year:

    https://reitbase.net/index.php/data/?ticker=PSA&labels=1&year-filter=2016&fields=32;100
  • Just the Annual period for 2016 (other periods are Q1, Q2, Q3 and Q4):

    https://reitbase.net/index.php/data/?ticker=PSA&labels=1&year-filter=2016&period-filter=Annual&fields=32;100

Complete documentation for the field IDs used in these queries is available from the report menu. REIT/BASE offers annual site license subscriptions to corporate and institutional accounts. For further information, please contact us here.