-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tq_exchange("NASDAQ") not working #226
Comments
Seems like anti-scraper filter? I can reach URL from browser but not from curl. |
Following for updates (and I will see if I can get anything to work). |
Has this issue been sorted out? Its not giving for AMEX and NYSE exchange data also. |
Has this issue been resolved or looked at? |
yes, looks like an anti-spam filter is there. api.nasdaq.com - sever is allowing only few values as 'User Agent' in the http request header. modify package in local machine to make HTTP call with above mentioned user-agent |
I will test this out. Thanks a lot. 😀 |
I'm getting issues too, that I wasn't getting back in Jan 2022:
|
This is working now. Make sure to use tidyquant >= 1.0.7.9001 Install using: remotes::install_github("business-science/tidyquant") > tq_exchange("NASDAQ")
Getting data...
# A tibble: 3,970 × 7
symbol company last.sale.price market.cap country ipo.year industry
<chr> <chr> <dbl> <dbl> <chr> <int> <chr>
1 AACG ATA Creativity Global American Depositary Shares 0.6 19200078 China 2008 Other Consumer Services
2 AADI Aadi Bioscience Inc. Common Stock 1.47 36183806 United States NA Biotechnology: Pharmaceutical Pr…
3 AAGR African Agriculture Holdings Inc. Common Stock 0.123 7123407 United States 2021 Farming/Seeds/Milling
4 AAGRW African Agriculture Holdings Inc. Warrant 0.009 520801 United States 2021 Farming/Seeds/Milling
5 AAL American Airlines Group Inc. Common Stock 10.0 6599874326 United States NA Air Freight/Delivery Services
6 AAME Atlantic American Corporation Common Stock 1.55 31619625 United States NA Life Insurance
7 AAOI Applied Optoelectronics Inc. Common Stock 8.28 338616520 United States 2013 Semiconductors
8 AAON AAON Inc. Common Stock 88.7 7185056096 United States NA Industrial Machinery/Components
9 AAPL Apple Inc. Common Stock 226. 3436895168850 United States 1980 Computer Manufacturing
10 ABAT American Battery Technology Company Common Stock 1.03 60356077 United States NA Metal Mining
# ℹ 3,960 more rows
# ℹ Use `print(n = ...)` to see more rows |
I'm getting the following error. It looks like 403 meaning access is being prevented. Any alternatives for getting exchange data for NASDAQ, AMEX, and NYSE?
The text was updated successfully, but these errors were encountered: