Helper List
Quarterly Financial Dates of a Company
Get Started
API References
- Indonesia
- Helper List
- Since IPO Performance
- Detailed Reports
- Company Ranking by Dimensions
- Historical Market Cap & Transaction Data
- Singapore
- Malaysia
Helper List
Quarterly Financial Dates of a Company
Return available quarterly financial dates of a given ticker
GET
/
company
/
get_quarterly_financial_dates
/
{ticker}
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"
]
]
}
Header
Authorization header that should be filled with your Sectors Financial API key.
Path
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
The financial year of the quarterly financial report.
The available quarterly financial dates in the financial year.
Usage
This list can be used for the following endpoint:
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"
]
]
}