Skip to main content

Changelog

Stay up to date with the latest improvements to our API.
Here we publish detailed changelogs for every release — including new endpoints, data fields, model changes, and deprecations.

v 2.1.9

New API Version Released

  • Changes in data models:Idea model:
    • Renamed field client_idcommunity_id
  • Deprecation Notice (Effective 2025-05-23):
    The following fields will be removed:
    • From Expert model:
      • picture
      • lastname
      • firstname
    • From Idea model:
      • lastname
      • firstname
    • From StockInfo model:
      • logolink
    • From Disclosure model:
      • description

v 2.1.8

New API Version Released

  • Added new data models:
    • Operation — represents operational performance metrics for a company
    • OperationMetric — provides the reference list of available operational indicators

v 2.1.7

New API Version Released

  • Added new fields:
    • To Report model:
      • ppe_purchase — Capital expenditures (property, plant & equipment)
      • intangibles_purchase — Purchase of intangible assets
      • equity_ps — Equity per share
      • revenue_ps — Revenue per share
      • ebitda_ps — EBITDA per share
      • earnings_ps — Earnings per share
      • fcf_ps — Free cash flow per share
      • link_update — Link to the updated financial report
    • To StockSummary model:
      • idea_consensus — Analyst consensus
      • idea_target — Consensus price target
      • idea_potential — Consensus potential
      • idea_buy — Number of “Buy” ratings
      • idea_sell — Number of “Sell” ratings
      • idea_hold — Number of “Hold” ratings
      • insider_consensus — Insider sentiment
      • eps — Earnings per share
      • peg — PEG ratio
      • graham_target — Graham target price
      • peter_lynch_target — Peter Lynch target price
  • Deprecation Notice (Effective 2025-01-31):
    • price field in the Share model will be removed
    • The following fields in StockSummary will be removed:
      • value_rank
      • div_rank
      • rent_rank
      • stock_rank
      • fin_rank
      • debt_rank
      • investment_rank

v 2.1.6

New API Version Released

  • Removed deprecated fields from Idea and IdeaDetails models (affecting endpoints /v2/ideas and /v2/ideas/{id}):
    • status_comment
    • status_date
    • status_link
    • status_price
    • status_profit
    • profit_perc_year
    • status

v 2.1.5

New API Version Released

  • Updated structures of Idea and IdeaDetails models (affecting endpoints /v2/ideas and /v2/ideas/{id}):
    • Renamed fields:
      • status_commentclose_comment
      • status_dateclose_date
      • status_linkclose_link
      • status_priceclose_price
      • status_profitprofit_actual
      • profit_perc_yearprofit_potential
      • statussystem_status
    • Updated system_status values:
      • """ACTIVE"
      • "closed""CLOSED"
      • "fail""DURATION"
      • "succ""SUCCESS"
      • "fail_sl""STOPLOSS"
⚠️ Legacy fields remain temporarily for backward compatibility, but will be removed in the next release.

v 2.1.4

New API Version Released

  • Deactivated endpoints and models related to:
    • Etf, Etfs
    • Bond, Bonds

v 2.1.3

New API Version Released

  • Updated Ratio model:
    • Added net_working_capital field
    • Added interest_coverage field

v 2.1.2

New API Version Released

  • Updated Idea model:
    • Added community_id field to store the identifier of the community

v 2.1.1

New API Version Released

  • Updated Idea model:
    • Added user_id field to store the expert’s identifier
  • Updated Expert model:
    • Added id field as the unique identifier of the expert

v 2.1.0

New API Version Released

  • Updated Dividend model structure:
    • Added type field to specify the dividend type
    • Deprecated month field (scheduled for removal)

v 2.0.9

New API Version Released

  • Added report_frequency field to the StockInfo model to indicate the frequency of financial reporting.

v 2.0.8

New API Version Released

  • Added new fields to Disclosure and Calendar models:
    • year
    • month
    • period
    • type
    • category
  • Renamed field type to category in the Calendar model

v 2.0.7

New API Version Released

  • Added new API endpoints:
    • /v2/calendar — fetch upcoming corporate events calendar
    • /v2/disclosure — fetch corporate disclosure events

v 2.0.6

New API Version Released

  • Added new attributes to the Report model for extended financial reporting data:
    • accounts_receivable
    • inventories
    • property_plant_equipment
    • long_term_investments
    • goodwill
    • accounts_payable
    • retained_earnings
    • cost_of_sales
    • research_and_development
    • repurchase_of_stock
    • net_issuance_of_debt
    • payments_for_dividends

v 2.0.5

New API Version Released

  • Added disc_link attribute to the StockInfo model to provide a link to the company’s disclosure page.

v 2.0.4

New API Version Released

  • Added capital attribute to the StockSummary model to provide up-to-date market capitalization.

v 2.0.3

New API Version Released

  • Added new endpoint /v2/token_info to retrieve metadata about the access token

v 2.0.2

New API Version Released

  • Added total_rank parameter to the StockSummary structure

v 2.0.1

New API Version Released

  • Added description field (company description) to the StockInfo model
  • Added new endpoint to retrieve list of exchanges: /v2/exchanges
  • Added gross_margin ratio to the Ratio model
  • Renamed insider trades endpoint to: /v2/insider_transactions
  • Added new endpoint to get a list of insiders: /v2/insiders

v 2.0.0

New API version released