API EnhancementsBug FixesDeprecations
Mar 4, 2026
Reporting Currency Added to Companies Response
API Enhancements
Added reporting_currency to our response within the Get Companies endpoint.
Feb 13, 2026
Denormalized Entity Names on Investment Detail Responses
API Enhancements
Investment detail endpoints now return related entity names directly, removing the need for separate lookup calls to resolve IDs.
| Endpoint | New fields |
|---|---|
financing-events | company_name |
share-classes | company_name |
transactions | company_name |
securities | company_name, fund_name, share_class_name (certificates only) |
Feb 9, 2026
Investment Data API Updates
API Enhancements
Added new filter parameters across the Investment Details API:
- Financing:
sort_by(byclosing_dateorround_size),is_crypto, andco_investors(filter by co-investor name and role) - Share classes:
purchase_type(primaryorsecondary) - Transactions:
event,input_security_id, andoutput_security_id - Securities:
fund_id
Jan 21, 2026
Accrued Interest Added to Securities Response
API Enhancements
Jan 20, 2026
Removed Deprecated /custom-metrics endpoint
Deprecations
The /custom-metrics endpoint has been removed after its deprecation period. Please use the Get Metrics Options endpoint instead.
October 2, 2025
Created At Field added to Metrics Response
API Enhancements
Added created_at timestamp to our response within the Get Metrics endpoint indicating when the datum was created.
September 16, 2025
Archived Field added to Metrics Response
API Enhancements
Added archived boolean to our response within the Get Metrics endpoint indicating whether the datum belongs to a category that is archived.
Deprecate Invalid Metric Cadence Options
Deprecations
The following cadence options are deprecated in the Create Metrics endpoint:
"day"(daily)"week"(weekly)"half_year"(half-yearly)
Reach out to our team if you rely on these cadence types and need assistance migrating to the new cadence options.
September 10, 2025
Archived Metrics Filtering
API Enhancements
Added include_archived parameter to our Get metrics endpoint for filtering out archived metrics. Set include_archived=0 to exclude archived metrics from API responses (as the endpoint defaults to including archived metrics).