Skip to main content
GET
/
v1
/
company
/
get_quarterly_financial_dates
/
{ticker}
/
Quarterly Financial Dates of a Company
curl --request GET \
  --url https://api.sectors.app/v1/company/get_quarterly_financial_dates/{ticker}/ \
  --header 'Authorization: <authorization>'
{
    "2024": [
        [
            "2024-03-31",
            "q1"
        ],
        [
            "2024-12-31",
            "q4"
        ],
        [
            "2024-09-30",
            "q3"
        ],
        [
            "2024-06-30",
            "q2"
        ]
    ],
    "2021": [
        [
            "2021-03-31",
            "q1"
        ],
        [
            "2021-06-30",
            "q2"
        ],
        [
            "2021-09-30",
            "q3"
        ],
        [
            "2021-12-31",
            "q4"
        ]
    ],
    "2022": [
        [
            "2022-06-30",
            "q2"
        ],
        [
            "2022-12-31",
            "q4"
        ],
        [
            "2022-09-30",
            "q3"
        ],
        [
            "2022-03-31",
            "q1"
        ]
    ],
    "2020": [
        [
            "2020-06-30",
            "q2"
        ],
        [
            "2020-12-31",
            "q4"
        ],
        [
            "2020-03-31",
            "q1"
        ],
        [
            "2020-09-30",
            "q3"
        ]
    ],
    "2023": [
        [
            "2023-09-30",
            "q3"
        ],
        [
            "2023-12-31",
            "q4"
        ],
        [
            "2023-03-31",
            "q1"
        ],
        [
            "2023-06-30",
            "q2"
        ]
    ]
}
{
    "2024": [
        [
            "2024-03-31",
            "q1"
        ],
        [
            "2024-12-31",
            "q4"
        ],
        [
            "2024-09-30",
            "q3"
        ],
        [
            "2024-06-30",
            "q2"
        ]
    ],
    "2021": [
        [
            "2021-03-31",
            "q1"
        ],
        [
            "2021-06-30",
            "q2"
        ],
        [
            "2021-09-30",
            "q3"
        ],
        [
            "2021-12-31",
            "q4"
        ]
    ],
    "2022": [
        [
            "2022-06-30",
            "q2"
        ],
        [
            "2022-12-31",
            "q4"
        ],
        [
            "2022-09-30",
            "q3"
        ],
        [
            "2022-03-31",
            "q1"
        ]
    ],
    "2020": [
        [
            "2020-06-30",
            "q2"
        ],
        [
            "2020-12-31",
            "q4"
        ],
        [
            "2020-03-31",
            "q1"
        ],
        [
            "2020-09-30",
            "q3"
        ]
    ],
    "2023": [
        [
            "2023-09-30",
            "q3"
        ],
        [
            "2023-12-31",
            "q4"
        ],
        [
            "2023-03-31",
            "q1"
        ],
        [
            "2023-06-30",
            "q2"
        ]
    ]
}
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Path

ticker
string
required
Ticker of the company for which the report is to be retrieved.
Get the available ticker from the Companies by Subsector or the Companies by Subindustry endpoints.
ASII, BBCA, BBRI, BMRI, BYAN
A valid ticker consists of 4 letters, optionally followed by ‘.jk’, and is case-insensitive.

Response

<financial_year>
object
The financial year of the quarterly financial report.

Usage

This list can be used for the following endpoint: