| | |
| | <h1 style="text-align:center;margin-bottom:15px;margin-left:10px"> |
| | Swift Stock Screener |
| | </h1> |
| | <p style="margin-left:10px"> |
| | Browse and search over 12,000 stocks. Search assets by theme, filter, sort, analyze, and get ideas to build portfolios and indices. Search by <b>ticker symbol</b> to display a list of ranked related companies. Enter any keyword in <b>thematic search</b> to search by theme. Click on <u>country names</u> or <u>GICS sectors</u> for strict filtering. <b>Reset</b> the search and <b>sort</b> all assets by any of the displayed metrics. |
| |
|
| | <style> |
| | |
| | .small-btn { |
| | |
| | max-width: 140px; |
| | |
| | } |
| | |
| | |
| | .pagination-label { |
| | flex: 0 0 auto; |
| | width: auto; |
| | margin: 0 8px; |
| | } |
| | |
| | |
| | .df-cells .dataframe-container { |
| | max-height: calc(100vh - 300px); |
| | overflow-y: auto; |
| | } |
| | |
| | |
| | .df-cells tbody td:nth-child(3), |
| | .df-cells tbody td:nth-child(4) { |
| | color: #1a0dab; |
| | text-decoration: underline; |
| | cursor: pointer; |
| | } |
| | |
| | @media (prefers-color-scheme: dark) { |
| | .df-cells tbody td:nth-child(3), |
| | .df-cells tbody td:nth-child(4) { |
| | color: #8ab4f8; |
| | } |
| | } |
| | |
| | .df-cells span.negative-value { |
| | color: red; |
| | } |
| | |
| | |
| | .df-cells table { |
| | table-layout: fixed; |
| | } |
| | |
| | |
| | |
| | .df-cells table th:nth-child(1), |
| | .df-cells table td:nth-child(1) { |
| | min-width: 40px; max-width: 100px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(2), |
| | .df-cells table td:nth-child(2) { |
| | min-width: 75px; max-width: 220px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(3), |
| | .df-cells table td:nth-child(3) { |
| | min-width: 70px; max-width: 160px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(4), |
| | .df-cells table td:nth-child(4) { |
| | min-width: 70px; max-width: 200px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(5), |
| | .df-cells table td:nth-child(5) { |
| | min-width: 60px; max-width: 80px; |
| | overflow: hidden; |
| | } |
| | |
| | .df-cells table th:nth-child(6), |
| | .df-cells table td:nth-child(6) { |
| | min-width: 60px; max-width: 80px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(7), |
| | .df-cells table td:nth-child(7) { |
| | min-width: 70px; max-width: 100px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(8), |
| | .df-cells table td:nth-child(8) { |
| | min-width: 70px; max-width: 100px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(9), |
| | .df-cells table td:nth-child(9) { |
| | min-width: 70px; max-width: 100px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(10), |
| | .df-cells table td:nth-child(10) { |
| | min-width: 70px; max-width: 100px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(11), |
| | .df-cells table td:nth-child(11) { |
| | min-width: 60px; max-width: 70px; |
| | overflow: hidden; |
| | } |
| | .df-cells table th:nth-child(12), |
| | .df-cells table td:nth-child(12) { |
| | min-width: 50px; max-width: 70px; |
| | overflow: hidden; |
| | } |
| | |
| | </style> |
| |
|