Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
🔄
Low-code features
🏎
Low-code drivers
💬
AI/Machine Learning
Airtable
Awesome-notebooks
Bubble
Canny
CityFalcon
FTP
HTML builder
Google Sheets
Healthchecks
Hubspot
IFTTT
Integromat
Mailbox
Jupyter
LinkedIn
Markdown
Microsoft Teams
MongoDB
NewsAPI
Notion
PDF
Plotly
Slack
Thinkific
Toucan
Qonto
Yahoo
Zapier
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Yahoo
get data as Dataframe from yahoo
Yahoo Finance - Stock Market Live, Quotes, Business & Finance News
YahooFinance
Website
Stock
Get stock data
Basic
1
naas_drivers
.
yahoofinance
.
get
(
"TSLA"
)
Copied!
Date
1
date_from
=
-
30
# Date can be number or date or today
2
date_to
=
"today"
3
naas_drivers
.
yahoofinance
.
get
(
"TSLA"
,
date_from
=
date_from
,
date_to
=
date_to
)
Copied!
Interval
1
naas_drivers
.
yahoofinance
.
get
(
"TSLA"
,
interval
=
"1d"
)
Copied!
Moving average
1
ma
=
[
20
,
50
]
# max two value
2
naas_drivers
.
yahoofinance
.
get
(
"TSLA"
,
moving_averages
=
ma
)
Copied!
Official documentation
YH Finance API Documentation (apidojo) | RapidAPI
RapidAPI
Previous
Qonto
Next
Zapier
Copy link
Edit on GitHub
Contents
Stock
Basic
Date
Interval
Moving average
Official documentation