-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
57 changed files
with
4,052 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,18 +62,4 @@ jobs: | |
workflows: | ||
workflow: | ||
jobs: | ||
- build | ||
|
||
# version: 2.1 | ||
# orbs: | ||
# node: circleci/[email protected] | ||
|
||
# executor: | ||
# name: node/default | ||
# tag: '10.16' | ||
# steps: | ||
# - checkout | ||
# - node/with-cache: | ||
# steps: | ||
# - run: npm install | ||
# - run: npm run test-ci | ||
- build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,4 +144,5 @@ bin/** | |
*.sh | ||
|
||
_config.yml | ||
site/** | ||
site/** | ||
.python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[alphavantage](../alphavantage/index.md) / [fundamentaldata](./index.md) / [FundamentalData](#) | ||
|
||
# Sector | ||
|
||
`public final class FundamentalData extends Object implements `[`Fetcher`](../alphavantage/fetcher.md) | ||
|
||
Access to Fundamental Data | ||
|
||
### Constructors | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
| [FundamentalData](./fundamentaldata.md) | `public FundamentalData(Config config)` | | ||
|
||
|
||
### Properties | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
| [config](#) | `private Config config` | | ||
| [builder](#) | `private FundamentaDataRequest.Builder builder` | | ||
| [successCallback](#) | `private Fetcher.SuccessCallback<?> successCallback` | | ||
| [failureCallback](#) | `private Fetcher.FailureCallback failureCallback` | | ||
|
||
### Methods | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
| [onSuccess](#) | `public FundamentalData onSuccess(Fetcher.SuccessCallback<?> callback)` | | ||
| [onFailure](#) | `public FundamentalData onFailure(Fetcher.FailureCallback callback)` | | ||
| [fetch](#) | `public void fetch()` | | ||
| [fetchSync](#) | `public void fetchSync()` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# alphavantage-java | ||
|
||
[alphavantage](../alphavantage/index.md) / [fundamentaldata](#) | ||
|
||
## Package alphavantage.fundamentaldata | ||
|
||
### Types | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
|[FundamentalData]| Access to Fundamental Data. `class FundamentalData`| | ||
|
||
### Packages | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
|[request]|`package alphavantage.fundamentaldata.request`| | ||
|[response]|`package alphavantage.fundamentaldata.response`| | ||
|
||
[FundamentalData]: fundamentaldata.md | ||
[request]: request.md | ||
[response]: response.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# alphavantage-java | ||
|
||
[alphavantage] / [fundamentaldata] / [request] | ||
|
||
## Package alphavantage.fundamentaldata.request | ||
|
||
### Types | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
|[BalanceSheetRequest]| `public class BalanceSheetRequest`| | ||
|[CashFlowRequest]| `public class CashFlowRequest`| | ||
|[CompanyOverviewRequest]| `public class CompanyOverviewRequest`| | ||
|[EarningsRequest]| `public class EarningsResponseRequest`| | ||
|[FundamentalDataRequest]| `public abstract class FundamentalDataRequest`| | ||
|[IncomeStatementRequest]| `public class IncomeStatementRequest`| | ||
|
||
[alphavantage]: ../alphavantage/index.md | ||
[fundamentaldata]: ./index.md | ||
[request]: ./request.md | ||
[BalanceSheetRequest]: ./request.md | ||
[CashFlowRequest]: ./request.md | ||
[CompanyOverviewRequest]: ./request.md | ||
[EarningsRequest]: ./request.md | ||
[FundamentalDataRequest]: ./request.md | ||
[IncomeStatementRequest]: ./request.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# alphavantage-java | ||
|
||
[alphavantage] / [fundamentaldata] / [response] | ||
|
||
## Package alphavantage.fundamentaldata.response | ||
|
||
### Types | ||
|
||
|Name|Summary| | ||
|----|-------| | ||
|[AnnualEarning]| `class AnnualEarning`| | ||
|[BalanceSheet]| `class BalanceSheet`| | ||
|[BalanceSheetResponse]| `class BalanceSheetResponse`| | ||
|[CashFlow]| `class CashFlow`| | ||
|[CashFlowResponse]| `class CashFlowResponse`| | ||
|[CompanyOverview]| `class CompanyOverview`| | ||
|[CompanyOverviewResponse]| `class CompanyOverviewResponse`| | ||
|[EarningsResponse]| `class EarningsResponse`| | ||
|[IncomeStatement]| `class IncomeStatement`| | ||
|[IncomeStatementResponse]| `class IncomeStatementResponse`| | ||
|[QuarterlyEarning]| `class QuarterlyEarning`| | ||
|
||
[alphavantage]: ../alphavantage/index.md | ||
[fundamentaldata]: ./index.md | ||
[response]: ./response.md | ||
[AnnualEarning]: ./response.md | ||
[BalanceSheet]: ./response.md | ||
[BalanceSheetResponse]: ./response.md | ||
[CashFlow]: ./response.md | ||
[CashFlowResponse]: ./response.md | ||
[CompanyOverview]: ./response.md | ||
[CompanyOverviewResponse]: ./response.md | ||
[IncomeStatement]: ./response.md | ||
[IncomeStatementResponse]: ./response.md | ||
[QuarterlyEarning]: ./response.md | ||
[EarningsResponse]: ./response.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
## Fundamental Data | ||
|
||
### Cash Flow | ||
|
||
=== "Java" | ||
:::java | ||
AlphaVantage | ||
.api() | ||
.fundamentalData() | ||
.cashFlow() | ||
.forSymbol("IBM") | ||
.onSuccess((CashFlowResponse e) -> process(e)) | ||
.fetch(); | ||
|
||
**Response Type:** | ||
`CashFlowResponse` | ||
|
||
### Income Statement | ||
|
||
=== "Java" | ||
:::java | ||
AlphaVantage | ||
.api() | ||
.fundamentalData() | ||
.incomeStatement() | ||
.forSymbol("IBM") | ||
.onSuccess((IncomeStatementResponse e) -> process(e)) | ||
.fetch(); | ||
|
||
**Response Type:** | ||
`IncomeStatementResponse` | ||
|
||
### Balance Sheet | ||
|
||
=== "Java" | ||
:::java | ||
AlphaVantage | ||
.api() | ||
.fundamentalData() | ||
.balanceSheet() | ||
.forSymbol("IBM") | ||
.onSuccess((BalanceSheetResponse e) -> process(e)) | ||
.fetch(); | ||
|
||
**Response Type:** | ||
`BalanceSheetResponse` | ||
|
||
### Earnings | ||
|
||
=== "Java" | ||
:::java | ||
AlphaVantage | ||
.api() | ||
.fundamentalData() | ||
.earnings() | ||
.forSymbol("IBM") | ||
.onSuccess((EarningsResponse e) -> process(e)) | ||
.fetch(); | ||
|
||
**Response Type:** | ||
`EarningsResponse` | ||
|
||
### Company Overview | ||
|
||
=== "Java" | ||
:::java | ||
AlphaVantage | ||
.api() | ||
.fundamentalData() | ||
.companyOverview() | ||
.forSymbol("IBM") | ||
.onSuccess((CompanyOverviewResponse e) -> process(e)) | ||
.fetch(); | ||
|
||
**Response Type:** | ||
`CompanyOverviewResponse` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.