This indicator displays your choice of up to 9 fundamentals on your chart.
█ FEATURES
You can configure the following attributes of the display: • Its position on your chart. • Automatic or custom height and width of rows. • The size and color of text. • The default background color (you can override it with a custom color for individual values). • Conversion of values expressed in USD to one of the major currencies. Financials are normally expressed in quote currency. Conversion to other currencies is only done when the symbol's quote currency is USD. • Choose if the currency used for the financials is displayed. Note that some financials are calculated values that are not expressed in currency units. No currency will be displayed for these values. • Abbreviate large values.
For each value, you may: • Pick one of the 222 financials available in Pine, or one of five values calculated from the financials (Market Cap, Earnings Yield, P/B Ratio, P/E Ratio and Price-To-Sales Ratio). • Choose a period (see the "i" icon near the first value's fields in the script's inputs for a list of exceptions). • Specify the value's precision. • Change the legend displayed with the value. • Adjust the text's size. • Use a custom background.
█ LIMITATIONS
When changing the indicator's inputs, allow a few seconds for the change to be reflected in the display.
If your chart displays a symbol for which the configured financials cannot be fetched, an error will occur.
v2 Changed the calculation of Market Capitalization, Earnings Yield, Price Book Ratio, Price Earnings Ratio and Price-To-Sales Ratio so they use the `close` price rather than the `open`.
リリースノート
Updated to Pine Script™ v5
リリースノート
v4
Minor change to resolve errors on symbols without financial data.
リリースノート
v5
• Fixed a bug that was causing issues in the rendering of certain financial data points. • Enhanced the currency conversion process by integrating request.security() and the `currency` parameter directly. This has streamlined the method from two separate functions into a single, more efficient one. • Increased the breadth of currency coverage to 20 currencies. • Implemented general formatting updates to align with the Pine Script® style guide.