|
14 | 14 | <script src="_static/language_data.js"></script> |
15 | 15 | <link rel="index" title="Index" href="genindex.html" /> |
16 | 16 | <link rel="search" title="Search" href="search.html" /> |
17 | | - <link rel="prev" title="Low-latency New Data Notification" href="push-notification.html" /> |
| 17 | + <link rel="next" title="Filings" href="filings.html" /> |
| 18 | + <link rel="prev" title="Disclosures/Text" href="disclosures.html" /> |
18 | 19 |
|
19 | 20 | <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
20 | 21 |
|
|
35 | 36 | <h1>Face Statements<a class="headerlink" href="#face-statements" title="Permalink to this headline">¶</a></h1> |
36 | 37 | <dl class="function"> |
37 | 38 | <dt id="calcbench.face_statement"> |
38 | | -<code class="sig-prename descclassname">calcbench.</code><code class="sig-name descname">face_statement</code><span class="sig-paren">(</span><em class="sig-param">company_identifier</em>, <em class="sig-param">statement_type</em>, <em class="sig-param">period_type='annual'</em>, <em class="sig-param">all_periods=False</em>, <em class="sig-param">descending_dates=False</em><span class="sig-paren">)</span><a class="headerlink" href="#calcbench.face_statement" title="Permalink to this definition">¶</a></dt> |
| 39 | +<code class="sig-prename descclassname">calcbench.</code><code class="sig-name descname">face_statement</code><span class="sig-paren">(</span><em class="sig-param">company_identifier</em>, <em class="sig-param">statement_type</em>, <em class="sig-param">period_type='annual'</em>, <em class="sig-param">all_history=False</em>, <em class="sig-param">descending_dates=False</em><span class="sig-paren">)</span><a class="headerlink" href="#calcbench.face_statement" title="Permalink to this definition">¶</a></dt> |
39 | 40 | <dd><p>Face Statements.</p> |
40 | 41 | <p>face statements as reported by the filing company</p> |
41 | 42 | <dl class="field-list simple"> |
42 | 43 | <dt class="field-odd">Parameters</dt> |
43 | 44 | <dd class="field-odd"><ul class="simple"> |
44 | 45 | <li><p><strong>company_identifier</strong> (<em>string</em>) – a ticker or a CIK code, eg ‘msft’</p></li> |
45 | 46 | <li><p><strong>statement_type</strong> (<em>string</em>) – one of (‘income’, ‘balance’, ‘cash’, ‘change-in-equity’, ‘comprehensive-income’)</p></li> |
46 | | -<li><p><strong>period_type</strong> (<em>string</em>) – ‘annual’ or ‘quarterly’</p></li> |
| 47 | +<li><p><strong>period_type</strong> (<em>string</em>) – annual|quarterly|cummulative|combined</p></li> |
47 | 48 | <li><p><strong>all_periods</strong> (<em>string</em>) – get all history or only the last four, True or False.</p></li> |
48 | 49 | <li><p><strong>descending_dates</strong> (<em>bool</em>) – return columns in oldest -> newest order.</p></li> |
49 | 50 | </ul> |
@@ -129,17 +130,18 @@ <h3>Navigation</h3> |
129 | 130 | <li class="toctree-l1"><a class="reference internal" href="getting-started.html">Getting Started</a></li> |
130 | 131 | <li class="toctree-l1"><a class="reference internal" href="numeric-data.html">Numeric Data</a></li> |
131 | 132 | <li class="toctree-l1"><a class="reference internal" href="disclosures.html">Disclosures/Text</a></li> |
| 133 | +<li class="toctree-l1 current"><a class="current reference internal" href="#">Face Statements</a></li> |
132 | 134 | <li class="toctree-l1"><a class="reference internal" href="filings.html">Filings</a></li> |
133 | 135 | <li class="toctree-l1"><a class="reference internal" href="companies.html">Companies</a></li> |
134 | 136 | <li class="toctree-l1"><a class="reference internal" href="push-notification.html">Low-latency New Data Notification</a></li> |
135 | | -<li class="toctree-l1 current"><a class="current reference internal" href="#">Face Statements</a></li> |
136 | 137 | </ul> |
137 | 138 |
|
138 | 139 | <div class="relations"> |
139 | 140 | <h3>Related Topics</h3> |
140 | 141 | <ul> |
141 | 142 | <li><a href="index.html">Documentation overview</a><ul> |
142 | | - <li>Previous: <a href="push-notification.html" title="previous chapter">Low-latency New Data Notification</a></li> |
| 143 | + <li>Previous: <a href="disclosures.html" title="previous chapter">Disclosures/Text</a></li> |
| 144 | + <li>Next: <a href="filings.html" title="next chapter">Filings</a></li> |
143 | 145 | </ul></li> |
144 | 146 | </ul> |
145 | 147 | </div> |
|
0 commit comments