-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba40af2
commit ea21bae
Showing
608 changed files
with
2,359 additions
and
615 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseCompanyDailyMetrics) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseCompanyDailyMetrics | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**daily_metrics** | [**list[CompanyDailyMetric]**](CompanyDailyMetric.md) | | ||
**company** | [**CompanySummary**](CompanySummary.md) | | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:CompanyDailyMetric) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:CompanySummary) | ||
|
||
|
||
|
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,35 @@ | ||
|
||
|
||
[//]: # (CLASS:CompanyDailyMetric) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### CompanyDailyMetric | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**date** | datetime | The date of the metric | ||
**enterprise_value** | float | The enterprise value. | ||
**ev_to_ebit** | float | The enterprise value to earnings before interest and taxes ratio. | ||
**ev_to_ebitda** | float | The enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio. | ||
**market_cap** | float | The market cap. | ||
**price_to_book** | float | The price to book ratio. | ||
**price_to_earnings** | float | The price to earnings ratio. | ||
**price_to_revenue** | float | The price to revenue ratio. | ||
**price_to_tangible_book** | float | The price to tangible book ratio. | ||
**dividend_yield** | float | The dividend yield. | ||
**earnings_yield** | float | The earnings yield. | ||
**ev_to_invested_capital** | float | The enterprise value to invested capital ratio. | ||
**ev_to_revenue** | float | The enterprise value to revenue ratio. | ||
**ev_to_nopat** | float | The enterprise value to normalized operating profit after tax ratio. | ||
**ev_to_ocf** | float | The enterprise value to operating cash flow ratio. | ||
**ev_to_fcff** | float | The enterprise value to free cash flow to the firm ratio. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
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
Oops, something went wrong.