Skip to content

BD_KPI_SUMMARY

Henrik edited this page Sep 8, 2022 · 10 revisions

BD_KPI_SUMMARY(InstId; ReportType; Fixed; RemoveRange)

Return table of reportdata and Kpis.
Return global data if you have access.
Same data as you get from Borsdata Excel Export.

Syntax Description Required Type Sample
InstId Instrument Id yes number 3
ReportType What report data is used for kpi calculation."year", "r12", "quarter" yes String "year"
Fixed Return Fixed number of history data. no number 1 to 100
RemoveRange clear old data no string range "A2:C100"

RemoveRange

Sample Nordic

=BD_KPI_SUMMARY(3;"year")

Return table for ABB based on Year reports

=BD_KPI_SUMMARY(3;"r12";5)

Return table of last five, R12 reports for ABB.

Sample Global

=BD_KPI_SUMMARY(10214;"year")

Return table for Apple based on Year reports

Clone this wiki locally