You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
4
4
5
5
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
*StockExchangeApi* | [**get_stock_exchange_price_adjustments_dividends**](docs/StockExchangeApi.md#get_stock_exchange_price_adjustments_dividends) | **GET** /stock_exchanges/{identifier}/prices/adjustments/dividends | Dividends by date for exchange
298
+
*StockExchangeApi* | [**get_stock_exchange_price_adjustments_splits**](docs/StockExchangeApi.md#get_stock_exchange_price_adjustments_splits) | **GET** /stock_exchanges/{identifier}/prices/adjustments/splits | Splits by date for exchange
Copy file name to clipboardExpand all lines: docs/CompanyApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1199,7 +1199,7 @@ Name | Type | Description | Notes
1199
1199
#### News Article Body
1200
1200
1201
1201
1202
-
Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1202
+
Returns the body of a news article for moody sources. This endpoint requires additional authorization beyond basic news access and is for your internal use only - no display. Please see a representative for details.
**messages** | [**list[ERRORUNKNOWN]**](.md) | A list of messages related to the request, such as warnings or errors.
16
+
**etf** | [**ETFSummary**](ETFSummary.md) | A brief summary of the ETF it which these stats refer. Not included when returning historical stats.
17
+
**stats** | [**list[ETFStats]**](ETFStats.md) | The historical stats for the ETF
18
+
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
Returns comprehensive key US ETF historical performance statistics, including prices, NAVs, flows, returns, and much more for both trailing and calendar year periods.
Copy file name to clipboardExpand all lines: docs/Fundamental.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Name | Type | Description
22
22
**filing_date** | datetime | The date and time when the Fundamental was filed with the SEC
23
23
**is_latest** | bool | Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (<a href=\"https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2\" target=\"_blank\">reference</a>)
24
24
**updated_date** | datetime | The date and time when the fundamental was last updated
25
+
**first_calculable** | datetime | The date and time when the fundamental was first calculable
26
+
**earnings_disclosed_at** | datetime | The date and time when the earnings information was first disclosed via 8-K filing
25
27
**company** | [**CompanySummary**](CompanySummary.md) | The Company that the Fundamental was belongs to
0 commit comments