Overview
Available Operations
- getV21 - Get Fundamentals V2.1
- getAlphaBeta - Get Alpha Beta V2.1
- getCompanyV21 - Get Company Data v2.1
- getCompanyProfileV21 - Get Company Profile v2.1
- getShareClass - Get Share Class V2.1
- getShareClassProfile - Get Share Class Profile V2.1
- get - Get Fundamentals V2
- getAssetClassification - Get Asset Classification V2.1
- getEarningsReports - Get Earnings Reports V2.1
- getFinancialsV21 - Get Financials V2.1
- getV3 - Get Fundamentals V3
- getBalanceSheetV3 - Get Balance Sheet V3
- getCashFlowV3 - Get Cash Flow V3
- getIncomeStatement - Get Income Statement V3
- getSharePriceRatios - Get Share Price Ratios V3
getV21
Get Fundamentals V2.1Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetFundamentalsV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getAlphaBeta
Get Alpha BetaExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetAlphaBetaV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getCompanyV21
Get Company DataExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetCompanyV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getCompanyProfileV21
Get Company ProfileExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetCompanyProfileV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getShareClass
Get Share ClassExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetShareClassV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getShareClassProfile
Get Share Class ProfileExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetShareClassProfileV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
get
Get Fundamentals V2Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetFundamentalsV2ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getAssetClassification
Get Asset ClassificationExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetAssetClassificationV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getEarningsReports
Get Earnings ReportsExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetEarningsReportsV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getFinancialsV21
Get Financials V2.1Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
asOf | Optional<String> | :heavy_minus_sign: | As of date |
period | Optional<String> | :heavy_minus_sign: | Period |
reportType | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetFinancialsV21ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/BzhttpResp | 400, 500 | application/json |
models/errors/APIException | 4XX, 5XX | */* |
getV3
Get Fundamentals V3Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
from | Optional<String> | :heavy_minus_sign: | From date |
to | Optional<String> | :heavy_minus_sign: | To date |
date | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetFundamentalsV3ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getBalanceSheetV3
Get Balance Sheet V3Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Symbols |
from | Optional<String> | :heavy_minus_sign: | From |
to | Optional<String> | :heavy_minus_sign: | To |
date | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetBalanceSheetV3ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/BzhttpResp | 400 | application/json |
models/errors/APIException | 4XX, 5XX | */* |
getCashFlowV3
Get Cash Flow V3Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
from | Optional<String> | :heavy_minus_sign: | From date |
to | Optional<String> | :heavy_minus_sign: | To date |
date | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetCashFlowV3ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/BzhttpResp | 400, 500 | application/json |
models/errors/APIException | 4XX, 5XX | */* |
getIncomeStatement
Get Income Statement V3Example Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
from | Optional<String> | :heavy_minus_sign: | From date |
to | Optional<String> | :heavy_minus_sign: | To date |
date | Optional<String> | :heavy_minus_sign: | Report Type |
Response
GetIncomeStatementV3ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/APIException | 4XX, 5XX | */* |
getSharePriceRatios
Get Share Price RatiosExample Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbols | String | :heavy_check_mark: | Comma separated list of symbols |
from | Optional<String> | :heavy_minus_sign: | From date |
to | Optional<String> | :heavy_minus_sign: | To date |
date | Optional<String> | :heavy_minus_sign: | Report type |
Response
GetSharePriceRatiosV3ResponseErrors
Error Type | Status Code | Content Type |
---|---|---|
models/errors/BzhttpResp | 400, 500 | application/json |
models/errors/APIException | 4XX, 5XX | */* |