You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,27 @@ Fire Tools is provided for **educational and planning purposes only**. The calcu
16
16
17
17
**Always do your research or consult with a qualified financial advisor before making investment decisions.**
18
18
19
+
### Market Data Disclaimer
20
+
21
+
Fire Tools fetches live asset prices and exchange rates from **Yahoo Finance** through a community open-source integration. This data is provided **as an indication only**:
22
+
23
+
- Prices may be **delayed, incomplete, or inaccurate**
24
+
- We take **no responsibility** for wrong or delayed market data
25
+
- The Yahoo Finance API is **not officially endorsed** by Yahoo and may **stop working at any time** without notice
26
+
- This is a community-discovered endpoint, not a supported commercial API
27
+
-**Always verify prices** with your broker or a professional financial data provider before making investment decisions
28
+
29
+
### Rate Limits
30
+
31
+
To avoid overloading the Yahoo Finance API, Fire Tools enforces the following limits:
32
+
33
+
| Limit | Value | Description |
34
+
|-------|-------|-------------|
35
+
|**Per-request throttle**| 1 second | Minimum delay between consecutive API calls |
36
+
|**Daily budget**| 500 requests | Maximum requests per calendar day (resets at midnight) |
37
+
38
+
When limits are reached, the app gracefully falls back to the last known prices and hardcoded default exchange rates. You can check the current rate-limit status in **Settings → Market Data**.
39
+
19
40
**[Try it live →](https://mbianchidev.github.io/fire-tools/)**
0 commit comments