Create Account
Log In
Dark
chart
exchange
Premium
Terminal
Screener
Stocks
Crypto
Forex
Trends
Depth
Close
Check out our API

ALPN
Alpine Immune Sciences, Inc. Common Stock
stock NASDAQ

Inactive
May 17, 2024
64.97USD+0.015%(+0.01)4,282,048
Pre-market
Dec 31, 1969 7:00:00 PM EST
0.00USD-100.000%(-64.96)0
After-hours
Dec 31, 1969 7:00:00 PM EST
0.00USD0.000%(0.00)0
OverviewPrice & VolumeSplitsHistoricalExchange VolumeDark Pool LevelsDark Pool PrintsExchangesShort VolumeShort Interest - DailyShort InterestBorrow Fee (CTB)Failure to Deliver (FTD)ShortsTrendsNewsTrends
ALPN Reddit Mentions
Subreddits
Limit Labels     

We have sentiment values and mention counts going back to 2017. The complete data set is available via the API.
Take me to the API
ALPN Specific Mentions
As of May 16, 2025 5:13:37 AM EDT (1 min. ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
273 days ago • u/SneakyPhil • r/Superstonk • a_dashboard_to_track_psa_graded_card_inventory • C
www.gamestop.com runs in Akamai Cloud for better or worse. The linux utility curl initates a connection to the site, the site provides Application-Layer Protocol Negotiation and states it offers http/2 and http/1.1 for protocols. Curl will choose the better one, http/2, and it's off to the races with TLS. Why Gamestop is still offering anything less than TLSv1.2 is beyond me and I will fight you about it IRL. Akamai's servers then shit the fucking bed and error out returning data hence the internal server error. Why it loads in the browser and not here is beyond me. Http/1.1 connections just hang. A Gamestop sysadmin should go take a look at the Akamai LB config.
```
$ curl -Lv https://www.gamestop.com/graded-trading-cards/graded-cards
* Trying 23.218.2.136:443...
* Connected to www.gamestop.com (23.218.2.136) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.2 (OUT), TLS header, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=Texas; L=Grapevine; O=GameStop, Inc; CN=www.gamestop.com
* start date: Jan 17 00:00:00 2024 GMT
* expire date: Jan 14 23:59:59 2025 GMT
* subjectAltName: host "www.gamestop.com" matched cert's "www.gamestop.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust RSA CA 2018
* SSL certificate verify ok.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* Using Stream ID: 1 (easy handle 0x633d5d2afeb0)
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
> GET /graded-trading-cards/graded-cards HTTP/2
> Host: www.gamestop.com
> user-agent: curl/7.81.0
> accept: */*
>
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
* stopped the pause stream!
* Connection #0 to host www.gamestop.com left intact
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
```
sentiment -0.12
273 days ago • u/SneakyPhil • r/Superstonk • a_dashboard_to_track_psa_graded_card_inventory • C
www.gamestop.com runs in Akamai Cloud for better or worse. The linux utility curl initates a connection to the site, the site provides Application-Layer Protocol Negotiation and states it offers http/2 and http/1.1 for protocols. Curl will choose the better one, http/2, and it's off to the races with TLS. Why Gamestop is still offering anything less than TLSv1.2 is beyond me and I will fight you about it IRL. Akamai's servers then shit the fucking bed and error out returning data hence the internal server error. Why it loads in the browser and not here is beyond me. Http/1.1 connections just hang. A Gamestop sysadmin should go take a look at the Akamai LB config.
```
$ curl -Lv https://www.gamestop.com/graded-trading-cards/graded-cards
* Trying 23.218.2.136:443...
* Connected to www.gamestop.com (23.218.2.136) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.2 (OUT), TLS header, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=Texas; L=Grapevine; O=GameStop, Inc; CN=www.gamestop.com
* start date: Jan 17 00:00:00 2024 GMT
* expire date: Jan 14 23:59:59 2025 GMT
* subjectAltName: host "www.gamestop.com" matched cert's "www.gamestop.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust RSA CA 2018
* SSL certificate verify ok.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* Using Stream ID: 1 (easy handle 0x633d5d2afeb0)
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
> GET /graded-trading-cards/graded-cards HTTP/2
> Host: www.gamestop.com
> user-agent: curl/7.81.0
> accept: */*
>
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
* stopped the pause stream!
* Connection #0 to host www.gamestop.com left intact
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
```
sentiment -0.12


Share
About
Pricing
Policies
Markets
API
Info
tz UTC-4
Connect with us
ChartExchange Email
ChartExchange on Discord
ChartExchange on X
ChartExchange on Reddit
ChartExchange on GitHub
ChartExchange on YouTube
© 2020 - 2025 ChartExchange LLC