#
# # # # #

マクロおよびミクロ経済データチェッカー API

API:Financials

ドル$5ドル$12

  • 米国 CPI データを生成します。データ形式は JSON で, すべてのデータソースは USA info gov からのものです。無料と有料の両方の API トークンが BuyfromLo オンサイト アプリにアクセスできます

  • API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

特徴

  • 米国 CPI データの生成
  • データ形式は JSON で, すべてのデータソースは USA info gov からのものです。
  • 無料と有料の両方の API トークンが BuyfromLo オンサイト アプリにアクセスできます
  • 該当なし

APIエンドポイント仕様

  • Endpoint Path: /api/1/economics-data
  • Type of Data: JSON & 20/分
  • Data Source: 米国BLS
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
マクロおよびミクロ経済データチェッカー API エンドポイントの基本情報

APIエンドポイントパス

必須

マクロ&ミクロ経済データチェッカー

api/1/economics-data


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

マクロ&ミクロ経済に関する構造化されたJSONデータを出力


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 無料 API とサブスクリプション API はどちらも /api/1/economics-data, /app/3/economics-data のオンサイト APP にもアクセス可能

country

必須

国名を入力します. 現在利用可能な国: 米国

type

必須

マクロおよびミクロの経済データ タイプを選択します: fedfundrate, usCPI, uscoreCPI, uscorePCE, ustreasury, 失業率


treasuryperiod

オプション

米国国債金利の場合, 期間を選択します: 1monyield, 3monyield, sixmonthyield, 1yearyield, twoyrYield, threeyrYield, fiveyrYield, sevenyrYield, 10yearyield, twentyyrYield, thirtyyrYield


マクロ&ミクロ経済データチェッカー

api/1/economics-data


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/economics-data?"

## Required Arguments & Parameters ##
token = "your buyfromlo token"
country = ""
type = ""

## Optional ##
treasuryperiod = ""

data="country=" + country + "&type=" + type + "&treasuryperiod=" + treasuryperiod
headers={"Authorization": "Bearer " + token}

## Call the api ##'&
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "Date":"",
    "value": ""
}
                        

4.5 (全体)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

最新のレビュー

よくある質問

The Macro & Micro Economic Data Checker API is a tool that allows you to access and analyze economic data from the United States.

You can access data on a variety of economic indicators, including GDP, inflation, unemployment, and consumer spending.

The data is sourced from the United States Bureau of Labor Statistics (BLS).

You can access the API by signing up for a free account on the BuyfromLo website.

Yes, there are some limitations on how you can use the API. For example, you cannot use the API to resell data or to create derivative products.

There are several benefits to using the API, including -Access to a wide range of economic data Ability to analyze data in real time Easy-to-use interface Affordable pricing

The API is available for free on a limited basis. You can also purchase a subscription to the API, which gives you access to more data and features.

Some of the most popular use cases for the API include: Economic research Financial analysis Investment decision-making Marketing and sales planning

The free version of the API is limited to 500 requests per month. The paid version of the API gives you access to more data, more features, and a higher request limit.

You can get started with the API by signing up for a free account on the BuyfromLo website. You can then use the API to access and analyze economic data from the United States.