Articles
Base URL: https://api.rsplit.io
GET /v1/articles
Get articles related to reverse stock splits by paging through all results or applying filters.
Request Parameters
apiKey Required
Your API Key.
sources
A comma-seperated string of sources to restrict the search results to.
Available options are
prnewswire
businesswire
globenewswire
accesswire
newsfile
from
A date for the oldest article allowed. Must be in ISO 8061 format.
- Ex:
2023-10-03
to
A date for the newest article allowed. Must be in ISO 8061 format.
- Ex:
2023-10-03
page
Use this to specify the desired page number.
- Default:
0
size
Use this specify the amount of results to be returned per page.
- Default:
20
- Max:
40
- cURL
- Go
- Java
- Javascript
- Python
curl "https://api.rsplit.io/v1/articles?apiKey=YOUR_API_KEY"
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
url := "https://api.rsplit.io/v1/articles?apiKey=YOUR_API_KEY"
resp, err := http.Get(url)
if err != nil {
fmt.Println("Error:", err)
return
}
defer resp.Body.Close()
body, err := io.ReadAll(resp.Body)
if err != nil {
fmt.Println("Error reading body:", err)
return
}
fmt.Println(string(body))
}
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.io.IOException;
import java.time.Duration;
public class ReverseSplits {
public static void main(String[] args) throws IOException, InterruptedException{
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://api.rsplit.io/v1/articles?apiKey=YOUR_API_KEY"))
.timeout(Duration.ofSeconds(10))
.GET()
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
}
}
fetch('https://api.rsplit.io/v1/articles?apiKey=YOUR_API_KEY', {method: 'GET'})
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));
import requests
url = 'https://api.rsplit.io/v1/articles?apiKey=YOUR_API_KEY'
response = requests.get(url)
print(response.json())
Response Object
articles array
-
source
string
The source from where the article originates.
-
heading
string
The title of the article.
-
url
string
The direct URL to the article.
-
content
string
The article body.
-
date_published
string
The date that the article was published.
total_results integer
The amount of articles returned from the search.
total_pages integer
The amount of pages that the results span across.
page_number integer
The current page number.
page_size integer
The current page size.
{
"articles": [
{
"source": "businesswire",
"heading": "AEye Announces Reverse Stock Split to Ensure Nasdaq Minimum Bid Price Compliance",
"url": "http://www.businesswire.com/news/home/20231222043610/en/AEye-Announces-Reverse-Stock-Split-to-Ensure-Nasdaq-Minimum-Bid-Price-Compliance",
"content": "DUBLIN, Calif.--(BUSINESS WIRE)--AEye, Inc. (“AEye” or the “Company”) (Nasdaq: LIDR), a global leader in adaptive, high performance lidar solutions, today announced that the Company’s Board of Directors (“Board”) has approved a 1-for-30 reverse stock split (the “Reverse Stock Split”) of its common stock, par value $0.0001 per share (the “Common Stock”), that is expected to become effective on Tuesday, December 26, 2023 at 5:00 p.m. Eastern Time (the “Effective Time”). The Common Stock will continue to trade on the Nasdaq Stock Market (“Nasdaq”) under the symbol “LIDR” and will begin trading on a split-adjusted basis commencing upon market open on December 27, 2023. The new CUSIP number for the Common Stock following the Reverse Stock Split will be 008183204. The Company’s publicly traded warrants will continue to be traded on the Nasdaq under the symbol “LIDRW.” However, under the terms of the applicable warrant agreement, the number of shares of Common Stock issuable on exercise of each warrant will be proportionately decreased.\n\n \nThe Reverse Stock Split was approved by the Company’s stockholders at the special meeting of stockholders held on December 12, 2023, where the Company’s stockholders approved the amendments to the Company’s Second Amended and Restated Certificate of Incorporation, as amended (the “Charter”), to effect the Reverse Stock Split at such reverse stock split ratio (in multiples of five to one ratio between and including five and fifty) and granted the Board the authority to determine the final reverse stock split ratio and when to proceed with the Reverse Stock Split. Subsequently, the Board approved the Reverse Stock Split and filing of the amendment to the Charter to effect the Reverse Stock Split, at the ratio of 1-for-30, as of the Effective Time. As a result of the Reverse Stock Split, every 30 shares of Common Stock issued and outstanding will be automatically combined into one share of Common Stock and proportionate adjustments will be made to the number of shares of Common Stock underlying the Company’s outstanding equity awards, the public warrants trading on Nasdaq under the existing symbol “LIDRW,” private warrants and the number of shares issuable under its equity incentive plans and other existing agreements, as well as the exercise or conversion price, as applicable. There will be no change to the number of authorized shares or the par value per share.\n\n \nNo fractional shares of common stock will be issued as a result of the Reverse Stock Split. Instead, any stockholders who would have been entitled to receive a fractional share as a result of the Reverse Stock Split will receive cash payments in lieu of such fractional shares.\n\n \n“After evaluating alternatives, we determined that a reverse stock split was the best course of action to bring the Company in compliance with Nasdaq’s minimum bid price requirements, and our stockholders agreed,” said Matt Fisch, AEye CEO. “We believe remaining listed on Nasdaq gives us the liquidity and visibility necessary to attract a broader segment of the investment community. This strategic move is intended to remove the ambiguity around our listing and put us in a stronger position to enhance stockholder value as we execute against our automotive-first strategy.”\n\n \nINFORMATION FOR LIDR STOCKHOLDERS\n\n \nThe Company has chosen its transfer agent, Broadridge Financial Solutions, Inc., to act as exchange agent for the Reverse Stock Split. Registered stockholders holding pre-split shares of Common Stock electronically in book-entry form are not required to take any action to receive post-split shares and/or any cash in lieu of fractional shares (if applicable). Such stockholders will automatically receive, either via email or at your address of record, a transaction statement from our transfer agent indicating the number of post-Reverse Stock Split shares held following the implementation of the Reverse Stock Split.\n\n \nThose stockholders who hold their shares in brokerage accounts or in “street name” will have their positions automatically adjusted to reflect the Reverse Stock Split and any cash in lieu of fractional shares (as applicable) will be automatically issued to such stockholders through their broker, subject to each brokers’ particular processes, and will not be required to take any action in connection with the Reverse Stock Split.\n\n \nAdditional information about the Reverse Stock Split and the related Charter amendment can be found in the Company’s definitive proxy statement filed by the Company with the United States Securities and Exchange Commission (the “SEC”) on October 31, 2023. This document is publicly accessible on the SEC’s website at www.sec.gov.\n\n \nAbout AEye\n \nAEye’s unique software-defined lidar solution enables advanced driver-assistance, vehicle autonomy, smart infrastructure, and logistics applications that save lives and propel the future of transportation and mobility. AEye’s 4Sight™ Intelligent Sensing Platform, with its adaptive sensor-based operating system, focuses on what matters most: delivering faster, more accurate, and reliable information. AEye’s 4Sight™ products, built on this platform, are ideal for dynamic applications which require precise measurement imaging to ensure safety and performance.\n\n \nForward-Looking Statements\n \nCertain statements included in this press release that are not historical facts are forward-looking statements within the meaning of the federal securities laws, including “forward looking statements” within the meaning of the safe harbor provisions under the United States Private Securities Litigation Reform Act of 1995. Forward-looking statements are sometimes accompanied by words such as “believe,” “continue,” “project,” “expect,” “anticipate,” “estimate,” “intend,” “strategy,” “future,” “opportunity,” “predict,” “plan,” “may,” “should,” “will,” “would,” “potential,” “seem,” “seek,” “outlook,” and similar expressions that predict or indicate future events or trends, or that are not statements of historical matters. Forward-looking statements are predictions, projections, and other statements about future events that are based on current expectations and assumptions and, as a result, are subject to risks and uncertainties. Forward-looking statements included in this press release include statements about the future effective date and intended effects of the Reverse Stock Split, including whether the Reverse Stock Split will increase the price, marketability, liquidity, and investor appeal of the Company’s Common Stock and the Company’s ability to maintain the listing of its Common Stock on Nasdaq, among others. These statements are based on various assumptions, whether or not identified in this press release. These forward-looking statements are provided for illustrative purposes only and are not intended to serve as and must not be relied on by an investor as a guarantee, an assurance, a prediction, or a definitive statement of fact or probability. Actual events and circumstances are very difficult or impossible to predict and will differ from the assumptions. Many actual events and circumstances are beyond the control of AEye. Many factors could cause actual future events to differ from the forward-looking statements in this press release. You should carefully consider the risks and uncertainties described in the “Risk Factors” section of the periodic report that AEye has most recently filed with the SEC, and other documents filed by us or that will be filed by us from time to time with the SEC. These filings identify and address important risks and uncertainties that could cause actual events and results to differ materially from those contained in the forward-looking statements. Forward-looking statements speak only as of the date they are made.\n\n \nReaders are cautioned not to put undue reliance on forward-looking statements; AEye assumes no obligation and does not intend to update or revise these forward-looking statements, whether as a result of new information, future events, or otherwise. AEye gives no assurance that AEye will achieve any of its expectations.\n\n",
"date_published": "2023-12-22"
},
{
"source": "globenewswire",
"heading": "Versus Systems Announces 1-For-16 Reverse Stock Split to Aid Compliance with Nasdaq Listing Requirements",
"url": "https://www.globenewswire.com/news-release/2023/12/22/2800824/0/en/Versus-Systems-Announces-1-For-16-Reverse-Stock-Split-to-Aid-Compliance-with-Nasdaq-Listing-Requirements.html",
"content": "LOS ANGELES, Dec. 22, 2023 (GLOBE NEWSWIRE) -- Versus Systems Inc. (“Versus” or the “Company”) (Nasdaq: VS) announced today that its Board of Directors has approved a 1-for-16 reverse split of its common shares (the “Consolidation”) to comply with Nasdaq’s listing requirements. The Consolidation is effective as of the close of trading on December 28, 2023. As a result of the Consolidation, every 16 common shares of the Company will be converted into one common share, reducing the number of issued and outstanding common shares from approximately 40.1 million to approximately 2.5 million. No fractional common shares will be issued in connection with the Consolidation, and any fractional shares created as a result of the Consolidation will be rounded to the nearest whole common share. The number of Versus’ common shares issuable upon vesting or the exercise of equity awards, such as stock options and other derivative securities, along with the corresponding exercise prices thereof, will each be proportionally adjusted. Versus expects its common shares to commence trading on a split-adjusted basis as of the open of trading on December 29, 2023. A letter of transmittal will be sent by mail to shareholders advising them that the Consolidation has taken effect and instructing them to surrender the certificates evidencing their common shares for replacement certificates representing the number of common shares to which they are entitled as a result of the Consolidation. Until surrendered, each certificate formerly representing common shares will be deemed for all purposes to represent the number of common shares to which the holder thereof is entitled as a result of the Consolidation. The Company’s common shares will trade under a new CUSIP number 92535P873 following the effectiveness of the Consolidation. About Versus Systems Versus Systems Inc. is an engagement and rewards company that makes live events, games, shows, and apps more fun to watch and play. Versus adds interactive games, polling, trivia, predictive elements, and other win conditions to existing entertainment - whether in-venue or online - making the content more contextual, personal, and rewarding. Versus works with world class sports teams, leagues, venues, entertainment companies, advertisers, and other content creators to make engaging, rewarding experiences for fans all over the world. For more information, visit www.versussystems.com or the official Versus Systems YouTube channel. Investor Contact:Cody Slach and Jackie KeshnerGateway Group, [email protected]@versussystems.com Disclaimer for Forward-Looking InformationThis news release contains certain forward-looking information and forward-looking statements within the meaning of the applicable Canadian securities legislation. All statements, other than statements of historical fact, are forward looking statements and are based on expectations, estimates and projections as at the date of this news release. Any statement that involves discussions with respect to predictions, expectations, beliefs, plans, projections, objectives, assumptions, future events or performance (often but not always using phrases such as \"expects\", or \"does not expect\", \"is expected\", \"anticipates\" or \"does not anticipate\", \"plans\", \"budget\", \"scheduled\", \"forecasts\", \"estimates\", \"believes\" or \"intends\" or variations of such words and phrases or stating that certain actions, events or results \"may\" or \"could\", \"would\", \"might\" or \"will\" be taken to occur or be achieved) are not statements of historical fact and may be forward looking statements. These forward-looking statements are based on reasonable assumptions and estimates of management of the Company at the time such statements were made. Actual future results may differ materially as forward-looking statements involve known and unknown risks, uncertainties and other factors which may cause the actual results, performance or achievements of the Company to materially differ from any future results, performance or achievements expressed or implied by such forward-looking statements. Although the forward-looking statements contained in this news release are based upon what management of the Company believes, or believed at the time, to be reasonable assumptions, the Company cannot assure shareholders that actual results will be consistent with such forward-looking statements, as there may be other factors that cause results not to be as anticipated, estimated or intended. Accordingly, readers should not place undue reliance on forward-looking statements and information. There can be no assurance that forward-looking information, or the material factors or assumptions used to develop such forward-looking information, will prove to be accurate. The Company does not undertake any obligations to release publicly any revisions for updating any voluntary forward-looking statements, except as required by applicable law.",
"date_published": "2023-12-22"
},
...
],
"total_results": 611,
"total_pages": 31,
"page_number": 0,
"page_size": 20
}