-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beginning of picking up missing fields in the response types. This is just: https://iexcloud.io/docs/api/#balance-sheet https://iexcloud.io/docs/api/#cash-flow https://iexcloud.io/docs/api/#company https://iexcloud.io/docs/api/#earnings https://iexcloud.io/docs/api/#financials https://iexcloud.io/docs/api/#fund-ownership https://iexcloud.io/docs/api/#historical-prices https://iexcloud.io/docs/api/#insider-summary https://iexcloud.io/docs/api/#insider-transactions https://iexcloud.io/docs/api/#institutional-ownership https://iexcloud.io/docs/api/#key-stats https://iexcloud.io/docs/api/#splits-basic Includes the following commits: * Adding missing fields for Earning.cs * Adding missing fields for CompanyResponse * Adding missing fields for CashFlowResponse * Adding missing fields for BalanceSheetResponse * FinancialResponse * Updating FundOwnershipResponse * HistoricalPriceResponse Update * Earning response, double to decimal. * Update InsiderSummaryResponse.cs * Update InsiderTransactionResponse.cs * Update InstitutionalOwnershipResponse.cs * Fixed Typos in IntradayPriceResponse.cs * Update KeyStatsResponse.cs - Removing fields that are no longer in use as of 01/12/2020. - Adding missing beta field. * Update Split.cs + Rearrange to match IEX Docs.
- Loading branch information
1 parent
e719fe2
commit 4a0ddef
Showing
13 changed files
with
166 additions
and
48 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
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
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