The Intrinio Java SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
To install the SDK download the most recent release zip file and import all .jar files into your project as module dependencies.
Download Jars - intrinio-sdk-6.27.0.zipInstructions for importing .jar files into your IntelliJ project can be found here:
https://www.jetbrains.com/help/idea/library.html#add-library-to-module-dependenciesBe sure to import the SDK in your code as follows:
import com.intrinio.api.*; import com.intrinio.models.*; import com.intrinio.invoker.*; import com.intrinio.invoker.auth.*; import org.threeten.bp.*;View Java SDK on GitHub
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
statementCode | String | The statement code | [enum: income_statement, balance_sheet_statement, cash_flow_statement, calculations] |
fiscalYear | Integer | The fiscal year | |
fiscalPeriod | String | The fiscal period | [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD] |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Fundamental |
statementCode | String | The code of the financial statement that the Fundamental represents |
fiscalYear | BigDecimal | The fiscal year |
fiscalPeriod | String | The fiscal period |
type | TypeEnum | The type of Fundamental |
startDate | LocalDate | The period start date |
endDate | LocalDate | The period start date |
filingDate | OffsetDateTime | The date and time when the Fundamental was filed with the SEC |
isLatest | Boolean | 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>) |
company | CompanySummary | The Company that the Fundamental was belongs to |
No release notes for this build.
No release notes for this build
Added stock exchange quote endpoint
Fix type on one endpoint.
Add quote type fields to equity intervals.
No release notes for this build.
Quote endpoint
Allow some endpoints to specify multiple tickers
Added bid and ask timestamp properties to realtime equities quotes.
No release notes for this build
No release notes for this build.
No release notes for this build.
Advanced company news endpoints.
No release notes for this build.
Added Zacks Sales Estimates endpoint.
No release notes for this release.
No release notes for this build.
Add extended price fields to options realtime calls
Add bid/ask time and size to options eod calls
Documentation updates and fixes
-Adjusting and releasing Company Public Float endpoint.
Adding preexisting endpoint parameters to SDK methods.
Add extra hint message to a Trade Alerts endpoint if user doesn’t have access
Fix enum on depreciated intraday endpoint docs
Add date filters to shares outstanding endpoint
Allow either datetime format for param on snapshot endpoints
Add missing next page param to docs for institutional ownership endpoint
Add documentation for market status endpoint
Can specify greeks underlying price source in some options calls
Can specify greeks IV method of calculation in some options calls
Update intervals syntax so it can pull from more performant source
No release notes for this build
Added next_page to SDK for an existing parameter in a REST options endpoint.
Added interval and movers endpoints
Added options intervals and equitites delayed SIP endpoints
Added Intervals Movers endpoints
Added preexisting optional parameter to stock exchange realtime endpoint.